Home
last modified time | relevance | path

Searched refs:state (Results 2026 – 2050 of 2205) sorted by path

1...<<818283848586878889

/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php53 public function handle($match, $state, $pos, &$handler) argument
55 switch ($state) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1state of the regex's `global` property and\n * initial `lastIndex`.\n *\n * @memberOf XRegExp\n * …
/plugin/syntaxhighlighter4/
H A Dsyntax.php76 * @param int $state The state of the handler
82 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
83 switch ($state) {
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php70 * @param int $state The state of the handler
75 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
78 switch ($state) {
82 return array($state, $data);
89 return array($state, '');
105 list($state, $data) = $_data;
109 switch ($state) {
116 if ($state == DOKU_LEXER_SPECIAL) $renderer->doc .= '</code></pre>';
/plugin/syntaxmantis/
H A Dsyntax.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/tabbox/
H A Dsyntax.php71 * @param int $state The state of the handler
76 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
78 if($state == DOKU_LEXER_SPECIAL) $state = DOKU_LEXER_ENTER;
80 return array($state, $match, $pos);
94 list($state, $match, $pos) = $data;
96 switch($state) {
/plugin/tabinclude/
H A Dhelper.php130 return array($state,$tabs,$init_page_idx,hsc(trim($class)));
/plugin/tabinclude/syntax/
H A Dembed.php22 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 list($state, $tabs,$init_page_idx,$class) = $data;
H A Dinline.php23 function handle($match, $state, $pos, Doku_Handler $handler){ argument
32 list($state, $tabs,$init_page_idx,$class) = $data;
H A Dlines.php26 function handle($match, $state, $pos, Doku_Handler $handler){ argument
34 list($state, $tabs,$init_page_idx,$class) = $data;
H A Dlink.php22 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 list($state, $tabs,$init_page_idx,$class) = $data;
/plugin/tablefilterjs/
H A Dsyntax.php28 $state = 0;
31 if($state == 0)
35 $state = 1;
75 $state = 0;
97 function handle($match, $state, $pos, Doku_Handler $handler){ argument
99 switch ($state) {
103 return array($state, $this->__filter_data($match));
106 return array($state, $match);
109 return array($state, "");
116 list($state,$match) = $data;
[all …]
/plugin/tablelayout/
H A Dsyntax.php58 * @param int $state The state of the handler
64 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/tablewidth/
H A Dsyntax.php34 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
35 if ($state == DOKU_LEXER_SPECIAL) {
/plugin/tag/syntax/
H A Dcount.php40 * @param int $state The state of the handler
45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dsearchtags.php42 * @param int $state The state of the handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtag.php42 * @param int $state The state of the handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtagpage.php46 * @param int $state The state of the handler
51 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtopic.php42 * @param int $state The state of the handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tagfilter/
H A Dscript.js244 var state = History.getState();
246 var url = state.url.split('?');
/plugin/tagfilter/syntax/
H A Dcompare.php50 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dfilter.php78 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/tagging/less/
H A Deditable.less60 .editable-error-block.ui-state-error {
/plugin/tagging/
H A Dsyntax.php32 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/talkpage/
H A Dsyntax.php37 public function handle($match, $state, $pos, Doku_Handler $handler) argument

1...<<818283848586878889