Home
last modified time | relevance | path

Searched refs:state (Results 1151 – 1175 of 2205) sorted by relevance

1...<<41424344454647484950>>...89

/plugin/revealjs/plugin/notes-server/
H A Dindex.js25 delete data.state.overview;
30 delete data.state.overview;
/plugin/simplechat/
H A Dsyntax.php62 * @param int $state The state of the handler
67 public function handle($match, $state, $pos, &$handler){ argument
/plugin/exttab3/helper/
H A Dodt.php22 list($state, $tag, $attr) = $data;
46 switch ($state) {
/plugin/symbols4odt/
H A Dsyntax.php64 * @param int $state The state of the handler
70 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/markdowku/
H A Dolists.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 switch ($state) {
H A Dulists.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
41 switch ($state) {
/plugin/phosphor/
H A Dphblock.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
52 switch ($state) {
/plugin/c3chart/
H A Dsyntax.php45 * @param int $state The state of the handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/struct/syntax/
H A Dcloud.php56 * @param int $state The state of the handler
61 public function handle($match, $state, $pos, Doku_Handler $handler)
60 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.min.css1state-playing .jp-type-single .jp-play{background:url(../image/jplayer.pink.flag.jpg) 0 -120px no-…
/plugin/imagereference/syntax/
H A Dimgcaption.php80 * @param int $state The state of the handler
85 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
87 switch($state) {
/plugin/clipboardutils/
H A Dsyntax.php51 * @param int $state The state of the handler
56 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
58 …$data =array('state' => $state, 'match' => $match, 'matchv' => htmlentities($match), 'pos' => $pos…
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php66 * @param $state
69 public static function setAttributesToParentAndReturnData(CallStack $callStack, TagAttributes $backgroundAttributes, $state): array argument
80 * There is two state (special and exit)
83 if ($state == DOKU_LEXER_EXIT) {
122 if ($state === DOKU_LEXER_EXIT && isset($openingCall)) {
123 // exit state
127 // special state
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js286 var state = FCK.GetNamedCommandState( this.Name ) ;
289 if ( state == FCK_TRISTATE_OFF && FCK.EditMode == FCK_EDITMODE_WYSIWYG )
294 state = FCK_TRISTATE_DISABLED ;
297 return state ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js89 var state = style.CheckActive( path ) ; variable
91 if ( style._LastState != state )
93 style._LastState = state ;
100 callback.call( callbackOwner || window, styleName, state ) ;
/plugin/strata/syntax/
H A Dselect.php66 function handle($match, $state, $pos, Doku_Handler $handler) { argument
72 $match = $this->preprocess($match, $state, $pos, $handler, $result, $typemap);
207 * @param state the parser state
214 function preprocess($match, $state, $pos, &$handler, &$result, &$typemap) {
212 preprocess($match, $state, $pos, & $handler, & $result, & $typemap) global() argument
/plugin/codemirror/dist/modes/
H A Dsoy.min.js1state)});a.string=e;return h}function i(a,b){while(a){if(a.element===b)return true;a=a.next}return…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1state-playing .jp-play{background:url(../image/jplayer.blue.monday.jpg) 0 -42px no-repeat}.jp-stat…
/plugin/bookcreator/
H A Dscript.js628 state;
630 function setMsg($msg, msg, state) {
632 .toggleClass('error', state === -1)
633 .toggleClass('success', state === 1);
638 state = -1;
641 state = 1;
645 setMsg($msg, msg, state);
/plugin/colortag/
H A Dcolortag.php47 public function handle($match, $state, $pos, &$handler){ argument
48 switch ($state) {
/plugin/yuriigantt/
H A Dsyntax.php71 * @param int $state
76 public function handle($match, $state, $pos, \Doku_Handler $handler) argument
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbar.js35 …ototype.AddButton = function( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, style, state ) argument
40 …n = new FCKToolbarButtonUI( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, style, state ) ;
/plugin/toctweak/syntax/
H A Dsidetoc.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
32 $data = parent::handle($match, $state, $pos, $handler);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php13 function apply(&$root, &$state, &$pipeline) { argument
15 $this->body->apply($state);
/plugin/autolink4/syntax/
H A Dallwords.php94 * @param int $state - The DokuWiki event state.
99 function handle($match, $state, $pos, Doku_Handler $handler) {
103 handle($match, $state, $pos, Doku_Handler $handler) global() argument

1...<<41424344454647484950>>...89