Home
last modified time | relevance | path

Searched refs:getState (Results 351 – 375 of 465) sorted by path

1...<<111213141516171819

/plugin/combo/ComboStrap/
H A DCall.php331 function getState() function in ComboStrap\\Call
505 if ($this->getState() == DOKU_LEXER_UNMATCHED) {
656 if ($this->getState() == DOKU_LEXER_UNMATCHED) {
838 $this->getState() == DOKU_LEXER_UNMATCHED ||
925 if ($this->getState() === DOKU_LEXER_UNMATCHED && trim($this->getCapturedContent()) === "") {
981 $state = $this->getState();
H A DCallStack.php419 $actualState = $actualCall->getState();
431 $state = $actualCall->getState();
491 $state = $actualCall->getState();
543 $enterState = $actualCall->getState();
552 $state = $actualCall->getState();
773 if (!$this->endWasReached && !$this->startWasReached && $this->getActualCall()->getState() == DOKU_LEXER_EXIT) {
790 $actualCallState = $actualCall->getState();
882 $enterState = $actualCall->getState();
891 $state = $actualCall->getState();
996 if ($actualCall->getState()
[all...]
H A DCardTag.php119 if ($actualCall->getTagName() === syntax_plugin_combo_header::TAG && $actualCall->getState() === DOKU_LEXER_ENTER) {
123 && $actualCall->getState() === DOKU_LEXER_EXIT) {
H A DCarrouselTag.php49 if ($actualCall->getState() === DOKU_LEXER_SPECIAL && in_array($actualCall->getTagName(), Call::IMAGE_TAGS)) {
H A DGridTag.php269 if ($firstChildTag !== false && $firstChildTag->getTagName() === FragmentTag::FRAGMENT_TAG && $firstChildTag->getState() === DOKU_LEXER_ENTER) {
271 if ($fragmentEndTag->getTagName() !== FragmentTag::FRAGMENT_TAG || $fragmentEndTag->getState() !== DOKU_LEXER_EXIT) {
H A DHeadingTag.php108 if ($previous->getState() == DOKU_LEXER_UNMATCHED) {
H A DMasonryTag.php99 && in_array($actualCall->getState(), [DOKU_LEXER_ENTER, DOKU_LEXER_EXIT])
H A DOutline.php149 $state = $actualCall->getState();
H A DPageExplorerTag.php211 switch ($actualCall->getState()) {
H A DTabsTag.php318 $actual->getState() == DOKU_LEXER_ENTER
332 $actual->getState() == DOKU_LEXER_EXIT
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php297 $localContext = new Context\FunctionNamesContext($this->ctx, $this->getState());
333 $localContext = new Context\ConstantNamesContext($this->ctx, $this->getState());
357 $localContext = new Context\TableNamesContext($this->ctx, $this->getState());
393 $localContext = new Context\SqlNamesContext($this->ctx, $this->getState());
429 $localContext = new Context\ColumnContext($this->ctx, $this->getState());
489 $localContext = new Context\PatternContext($this->ctx, $this->getState());
525 $localContext = new Context\ExpressionContext($this->ctx, $this->getState());
625 $localContext = new Context\PredicateContext($this->ctx, $this->getState());
773 $localContext = new Context\ColumnsContext($this->ctx, $this->getState());
810 $localContext = new Context\PredicateGroupContext($this->ctx, $this->getState());
[all...]
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php70 switch ($actual->getState()) {
85 if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
H A DWebCodeTag.php133 switch ($actualTag->getState()) {
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1377 var s=this.getState();
1400 var state=this.getState(t);
1413 }}}}}},getState:function(){return this.states[this.transport.readyState]
/plugin/combo/syntax/
H A Dbrand.php206 if ($actualCall->getState() === DOKU_LEXER_UNMATCHED) {
H A Diterator.php262 switch ($actualCall->getState()) {
273 if ($actualCall->getState() === DOKU_LEXER_EXIT) {
H A Dpreformatted.php170 if ($actualCall->getState() == DOKU_LEXER_UNMATCHED && $actualCall->getTagName() == self::TAG) {
H A Drailroad.php126 switch ($actual->getState()) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php176 && $this->lastErrorStates->contains($recognizer->getState())
191 $this->lastErrorStates->addOne($recognizer->getState());
251 $s = $interpreter->atn->states[$recognizer->getState()];
282 $this->nextTokensState = $recognizer->getState();
581 $currentState = $atn->states[$recognizer->getState()];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php42 $s = $interpreter->atn->states[$recognizer->getState()];
H A DRecognitionException.php61 $this->offendingState = $this->recognizer->getState();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php783 $s = $atn->states[$this->getState()];
819 * state and context, as given by {@see #getState} and {@see #getContext},
827 ->getExpectedTokens($this->getState(), $this->getContext());
833 $s = $atn->states[$this->getState()];
H A DRecognizer.php200 public function getState() : int function in Antlr\\Antlr4\\Runtime\\Recognizer
/plugin/creole/helper/
H A Deventhandler.php28 public function getState() { function in creole_syntax_event
44 $otherState = $other->getState();
/plugin/definitionlist/
H A Dsyntax.php345 $stack->getState ($state);

1...<<111213141516171819