Home
last modified time | relevance | path

Searched refs:state (Results 1301 – 1325 of 2205) sorted by relevance

1...<<51525354555657585960>>...89

/plugin/pdb/
H A Dsyntax.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
41 return array($state,explode(':',$match));
49 list($state, $query) = $data;
/plugin/odt/ODT/
H A DODTImage.php59 if (!$params->document->state->getInParagraph()) {
150 if (!$params->document->state->getInParagraph()) {
218 if (!$params->document->state->getInParagraph()) {
/plugin/combo/syntax/
H A Dmedia.php229 function handle($match, $state, $pos, Doku_Handler $handler): array argument
233 if ($state == DOKU_LEXER_SPECIAL) {
266 PluginUtility::STATE => $state,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php37 * when we go readonly as this set becomes a DFA state.
65 * while computing a closure operation. Don't make a DFA state from this.
96 * becomes a DFA state.
111 && Equality::equals($left->state, $right->state);
130 * `(s, i, pi, _)`, where `s` is the {@see ATNConfig::$state}, `i` is the
211 $states->add($config->state);
/plugin/strata/syntax/
H A Dentry.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
51 $match = $this->preprocess($match, $state, $pos, $handler, $result);
176 * @param state the parser state
182 function preprocess($match, $state, $pos, &$handler, &$result) {
179 preprocess($match, $state, $pos, & $handler, & $result) global() argument
H A Dnodata.php37 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php128 /** reset the parser's state */
585 public function enterRule(ParserRuleContext $localctx, int $state, int $ruleIndex) : void argument
587 $this->setState($state);
649 public function enterRecursionRule(ParserRuleContext $localctx, int $state, int $ruleIndex, int $precedence) : void argument
651 $this->setState($state);
664 public function pushNewRecursionContext(ParserRuleContext $localctx, int $state, int $ruleIndex) : void argument
668 $previous->invokingState = $state;
764 * Checks whether or not `symbol` can follow the current state in the
775 * @return bool `true` if `symbol` can follow the current state in
819 * state an
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D645796e8047967ca4a7635a22a876f4c.asciidoc12 'field' => 'state.keyword',
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js478 pushState: function(state, title, url) { argument
499 pushState: function(state, title, url) { argument
519 pushState: function(state, title, url) {}, argument
520 replaceState: function(state, title, url) { argument
566 replaceState: function(state, title, url) { argument
599 pushState: function(state, title, url) { argument
640 replaceState: function(state, title, url) { argument
768 pushState: function(state, title, url) { argument
784 pushState: function(state, title, url) { argument
800 pushState: function(state, title, url) { argument
[all …]
/plugin/pgpinlinesupport/
H A Dsyntax.php38 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/dev/skel/
H A Dsyntax.php45 public function handle($match, $state, $pos, Doku_Handler $handler)
42 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2state,a=e.pending;a>t.avail_out&&(a=t.avail_out),0!==a&&(t.output.set(e.pending_buf.subarray(e.pen…
/plugin/literal_entities/
H A Dsyntax.php118 function handle($match, $state, $pos, &$handler){ argument
/plugin/pagetemplater/
H A Dsyntax.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/include/syntax/
H A Deditbtn.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dsorttag.php46 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js217 var fillColor = c.state.fillColor;
375 var dashed = c.state.dashed;
416 var dashed = c.state.dashed;
447 var sw = c.state.strokeWidth;
655 var fillColor = c.state.fillColor;
682 var fillColor = c.state.fillColor;
708 var fillColor = c.state.fillColor;
1066 var dashed = c.state.dashed;
1098 var dashed = c.state.dashed;
1123 var sw = c.state.strokeWidth;
[all …]
/plugin/footer/
H A Dsyntax.php27 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/poem/
H A Deol.php25 function handle($match, $state, $pos, Doku_Handler $handler){return true;} argument
/plugin/translation/syntax/
H A Dtrans.php32 public function handle($match, $state, $pos, Doku_Handler $handler)
30 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/creole/syntax/
H A Dlinebreak.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/autotranslation/syntax/
H A Dtrans.php36 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/cnmap/
H A Dsyntax.php65 * @param int $state The state of the handler
71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/gitlog/
H A Dsyntax.php36 * @param mixed $state
41 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/inlinejs/syntax/
H A Dpreloader.php126 public function handle($match, $state, $pos, Doku_Handler $handler) argument
130 switch ($state) {

1...<<51525354555657585960>>...89