Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 25 of 39) sorted by relevance

12

/template/strap/ComboStrap/
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…
790 $actualCallState = $actualCall->getState();
882 $enterState = $actualCall->getState();
891 $state = $actualCall->getState();
996 if ($actualCall->getState() === DOKU_LEXER_ENTER) {
[all …]
H A DCall.php337 function getState() function in ComboStrap\\Call
511 if ($this->getState() == DOKU_LEXER_UNMATCHED) {
668 if ($this->getState() == DOKU_LEXER_UNMATCHED) {
850 $this->getState() == DOKU_LEXER_UNMATCHED ||
937 … if ($this->getState() === DOKU_LEXER_UNMATCHED && trim($this->getCapturedContent()) === "") {
993 $state = $this->getState();
H A DCardTag.php119 …if ($actualCall->getTagName() === syntax_plugin_combo_header::TAG && $actualCall->getState() === D…
123 && $actualCall->getState() === DOKU_LEXER_EXIT) {
H A DMasonryTag.php99 && in_array($actualCall->getState(), [DOKU_LEXER_ENTER, DOKU_LEXER_EXIT])
H A DBlockquoteTag.php97 switch ($actualCall->getState()) {
133 && $actualCall->getState() == DOKU_LEXER_ENTER
H A DTabsTag.php318 $actual->getState() == DOKU_LEXER_ENTER
332 $actual->getState() == DOKU_LEXER_EXIT
H A DCarrouselTag.php49 …if ($actualCall->getState() === DOKU_LEXER_SPECIAL && in_array($actualCall->getTagName(), Call::IM…
H A DGridTag.php269 …ChildTag->getTagName() === FragmentTag::FRAGMENT_TAG && $firstChildTag->getState() === DOKU_LEXER_…
271 …tEndTag->getTagName() !== FragmentTag::FRAGMENT_TAG || $fragmentEndTag->getState() !== DOKU_LEXER_…
H A DOutlineSection.php377 if ($componentName === "combo_link" && $contentCall->getState() === DOKU_LEXER_ENTER) {
H A DHeadingTag.php108 if ($previous->getState() == DOKU_LEXER_UNMATCHED) {
H A DPageExplorerTag.php211 switch ($actualCall->getState()) {
H A DOutline.php149 $state = $actualCall->getState();
/template/strap/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()) {
/template/strap/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()];
/template/strap/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 …]
/template/strap/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();
/template/strap/syntax/
H A Drailroad.php126 switch ($actual->getState()) {
H A Dpreformatted.php170 … if ($actualCall->getState() == DOKU_LEXER_UNMATCHED && $actualCall->getTagName() == self::TAG) {
H A Diterator.php262 switch ($actualCall->getState()) {
273 if ($actualCall->getState() === DOKU_LEXER_EXIT) {
H A Dbrand.php206 if ($actualCall->getState() === DOKU_LEXER_UNMATCHED) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php783 $s = $atn->states[$this->getState()];
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
/template/launch/js/
Dbootstrap.min.js7getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.… method in c

12