Home
last modified time | relevance | path

Searched refs:state (Results 2151 – 2175 of 2205) sorted by path

1...<<818283848586878889

/plugin/wikistats/
H A Dsyntax.php111 * @param int $state The state of the handler
116 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/wikistyle2html/syntax/
H A Dnwtag.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 if ( $state == DOKU_LEXER_UNMATCHED ) {
40 return array($match, $state);
H A Dpcnt.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 if ( $state == DOKU_LEXER_UNMATCHED ) {
40 return array($match, $state);
/plugin/workflow/syntax/
H A Dbox.php27 public function handle($match, $state, $pos, &$handler){ argument
28 $data = array($state, $match);
36 list($state, $data) = $indata;
38 switch ($state) {
H A Ddecision.php45 public function handle($match, $state, $pos, &$handler){ argument
46 $data = array($state, $match);
55 list($state, $data) = $indata;
61 switch ($state) {
/plugin/wrap/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Ddiv.php40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
42 switch ($state) {
46 return array($state, $data);
69 return array($state, '');
81 list($state, $data) = $indata;
85 switch ($state) {
107 if ($state == DOKU_LEXER_SPECIAL) $renderer->doc .= '</div>';
118 switch ($state) {
H A Dspan.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
40 switch ($state) {
44 return array($state, $data);
51 return array($state, '');
64 list($state, $data) = $indata;
67 switch ($state) {
74 if ($state == DOKU_LEXER_SPECIAL) $renderer->doc .= '</span>';
84 switch ($state) {
/plugin/wst/syntax/
H A Dincludeonly.php54 * @param int $state The state of the handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dnoinclude.php54 * @param int $state The state of the handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dtemplate.php52 * @param int $state The state of the handler
57 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 ) ;
H A Dfcktoolbarbuttonui.js24 var FCKToolbarButtonUI = function( name, label, tooltip, iconPathOrStripInfoArray, style, state ) argument
30 this.State = state || FCK_TRISTATE_OFF ;
/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 ;
H A Dfckblockquotecommand.js34 var state = this.GetState() ;
41 if ( state == FCK_TRISTATE_OFF )
94 else if ( state == FCK_TRISTATE_ON )
H A Dfcklistcommands.js61 var state = this.GetState() ;
66 if ( state == FCK_TRISTATE_OFF )
86 iterator.ForceBrBreak = ( state == FCK_TRISTATE_OFF ) ;
166 iterator.ForceBrBreak = ( state == FCK_TRISTATE_OFF ) ;
178 if ( state == FCK_TRISTATE_OFF )
185 else if ( state == FCK_TRISTATE_ON && groupObj.root.nodeName.IEquals( ['ul', 'ol'] ) )
H A Dfckshowblocks.js35 var state = this.GetState() ;
37 if ( state == FCK_TRISTATE_DISABLED )
42 if ( state == FCK_TRISTATE_ON )
/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/wysiwyg/
H A Dsyntax.php83 function handle($match, $state, $pos, &$handler){ return array($match, $state, $pos); } argument
/plugin/xcom/
H A Dscript.js608 var state = jQuery(which).css('display');
609 if(state != 'none') {
/plugin/xfortune/
H A Dsyntax.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/xkcd/
H A Dsyntax.php64 function handle($match, $state, $pos, Doku_Handler $handler) { argument
65 return array($match, $state, $pos);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4253 state: state,
66088 state = strm.state;
66123 state = strm.state;
66139 state = strm.state;
66182 strm.state = state;
66389 state = strm.state;
67802 state = strm.state;
67830 state = strm.state;
72170 state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark;
72211 …while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && s…
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js7925 state = strm.state;
8361 state = strm.state;
8388 state = strm.state;
8402 state = strm.state;
8441 strm.state = state;
8519 var state = strm.state;
8591 state = strm.state;
9263 …ret = inflate_table(DISTS, state.lens, state.nlen, state.ndist, state.distcode, 0, state.work, opt…
9657 var state = strm.state;
9670 state = strm.state;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs11253 if(state[state.length - 1] == 0x0269 /* BrtBeginCellXFs */) {
11834 var state = [];
11861 state.pop();
17299 delete y.state;
18126 if(state[state.length-1][1]) break;
18246 if(state[state.length-1][0] !== /*'Table'*/'table') break;
18394 switch(state[state.length-1][0]) {
18798 if(!state[state.length-1][1]) throw 'Unrecognized tag: ' + Rn[3] + "|" + state.join("|");
22277 /* pure state */
22291 if((tmp=state.pop())[0]!==Rn[3]) throw "Bad state: "+tmp;
[all …]

1...<<818283848586878889