/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATNDeserializer.php | 137 $atn = $this->readATN(); 138 $this->readStates($atn); 139 $this->readRules($atn); 140 $this->readModes($atn); 157 $this->readEdges($atn, $sets); 158 $this->readDecisions($atn); 159 $this->readLexerActions($atn); 160 $this->markPrecedenceDecisions($atn); 161 $this->verifyATN($atn); 163 if ($atn 227 readStates(ATN $atn) global() argument 310 readRules(ATN $atn) global() argument 348 readModes(ATN $atn) global() argument 392 readEdges(ATN $atn, array& $sets) global() argument 462 readDecisions(ATN $atn) global() argument 477 readLexerActions(ATN $atn) global() argument 503 generateRuleBypassTransitions(ATN $atn) global() argument 516 generateRuleBypassTransition(ATN $atn, int $idx) global() argument 630 markPrecedenceDecisions(ATN $atn) global() argument 653 verifyATN(ATN $atn) global() argument 761 edgeFactory(ATN $atn, int $type, int $src, int $trg, int $arg1, int $arg2, int $arg3, array $sets) global() argument [all...] |
H A D | ATNSimulator.php | 35 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNSimulator 62 public function __construct(ATN $atn, PredictionContextCache $sharedContextCache) argument 64 $this->atn = $atn;
|
H A D | ParserATNSimulator.php | 299 ATN $atn, argument 303 parent::__construct($atn, $sharedContextCache); 316 $decisionState = $this->atn->getDecisionState($d); 703 $decisionState = $this->atn->getDecisionState($dfa->decision); 1081 $nextTokens = $this->atn->nextTokens($config->state); 1084 $endOfRuleState = $this->atn->ruleToStopState[$config->state->ruleIndex]; 1096 $initialContext = PredictionContext::fromRuleContext($this->atn, $ctx); 1304 return $trans->matches($ttype, 0, $this->atn->maxTokenType) ? $trans->target : null; 1666 $returnState = $this->atn->states[$config->context->getReturnState($i)]; 1920 $returnState = $this->atn [all...] |
H A D | LexerATNSimulator.php | 82 ATN $atn, argument 86 parent::__construct($atn, $sharedContextCache); 160 $startState = $this->atn->modeToStartState[$this->mode]; 513 $returnState = $this->atn->states[$config->context->getReturnState($i)]; 636 $lexerAction = $this->atn->lexerActions[$t->actionIndex]; 806 $prediction = $this->atn->ruleToTokenType[$firstConfigWithRuleStopState->state->ruleIndex];
|
H A D | ATN.php | 134 $state->atn = $this;
|
/plugin/combo/ComboStrap/PageSqlParser/ |
H A D | PageSqlLexer.php | 597 protected static $atn; variable in ComboStrap\\PageSqlParser\\PageSqlLexer 606 $this->interp = new LexerATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache); 611 if (self::$atn !== null) { 617 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN); 620 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) { 621 $decisionToDFA[] = new DFA($atn->getDecisionState($i), $i); 624 self::$atn = $atn; 669 return self::$atn;
|
H A D | PageSql.interp | 164 atn:
|
H A D | PageSqlParser.php | 232 protected static $atn; 242 $this->interp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache); 247 if (self::$atn !== null) { 253 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN); 256 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) { 257 $decisionToDFA[] = new DFA($atn->getDecisionState($i), $i); 260 self::$atn = $atn; 282 return self::$atn; 224 protected static $atn; global() variable in ComboStrap\\PageSqlParser\\PageSqlParser
|
H A D | PageSqlLexer.interp | 259 atn:
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | LL1Analyzer.php | 30 public $atn; variable in Antlr\\Antlr4\\Runtime\\LL1Analyzer 32 public function __construct(ATN $atn) argument 34 $this->atn = $atn; 108 $lookContext = $context !== null && $s->atn !== null ? 109 PredictionContext::fromRuleContext($s->atn, $context) : 224 $returnState = $this->atn->states[$context->getReturnState($i)]; 297 $look->addRange(Token::MIN_USER_TOKEN_TYPE, $this->atn->maxTokenType); 305 $this->atn->maxTokenType
|
H A D | Parser.php | 780 $atn = $this->interpreter()->atn; 783 $s = $atn->states[$this->getState()]; 784 $following = $atn->nextTokens($s); 796 $invokingState = $atn->states[$ctx->invokingState]; 800 $following = $atn->nextTokens($rt->followState); 832 $atn = $this->interpreter()->atn; 833 $s = $atn->states[$this->getState()]; 835 return $atn [all...] |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
H A D | DefaultErrorStrategy.php | 251 $s = $interpreter->atn->states[$recognizer->getState()]; 579 $atn = $interpreter->atn; 581 $currentState = $atn->states[$recognizer->getState()]; 583 $expectingAtLL2 = $atn->nextTokensInContext($next, $recognizer->getContext()); 863 $atn = $interpreter->atn; 870 $invokingState = $atn->states[$ctx->invokingState]; 873 $follow = $atn->nextTokens($rt->followState);
|
/plugin/codeprettify/code-prettify/styles/ |
H A D | sunburst.css | 12 pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */ 44 pre .atn, code .atn { color: #404; }
|
H A D | desert.css | 12 pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */ 32 pre .atn, code .atn { color: #404 }
|
H A D | doxy.css | 13 pre .atn, code .atn { color: #46eeee; font-weight: normal;} /* html/xml attribute name - lt turquoise */ 62 pre .atn, code .atn { color: #c71585; font-weight: normal; }
|
H A D | sons-of-obsidian.css | 40 .atn 110 .atn
|
/plugin/codeprettify/code-prettify/src/ |
H A D | prettify.css | 33 .atn { color: #606 } /* a markup attribute name */ 48 .atn { color: #404 }
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
H A D | FailedPredicateException.php | 42 $s = $interpreter->atn->states[$recognizer->getState()];
|
/plugin/code3/styles/schemes/ |
H A D | idea_alloy.css | 11 div.PSyHi_Container span.atn,
|
H A D | default.css | 42 div.PSyHi_Container span.atn,
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/ |
H A D | PredictionContext.php | 75 public static function fromRuleContext(ATN $atn, ?RuleContext $outerContext) : PredictionContext argument 88 $parent = self::fromRuleContext($atn, $outerContext->getParent()); 89 $state = $atn->states[$outerContext->invokingState];
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/ |
H A D | ATNState.php | 51 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
|
/plugin/codemirror/dist/modes/ |
H A D | vbscript.min.js.map | 1 …a8tfek(v=vs.84).aspx\n var builtinFuncsWords = ['abs', 'array', 'asc', 'atn', 'cbool', 'cbyte',…
|
/plugin/highlightjs/highlight/ |
H A D | highlight.pack.js | 1 …bs:1,clng:1,timeserial:1,fixs:1,len:1,asc:1,isempty:1,maths:1,dateserial:1,atn:1,timer:1,isobject:… property in hljs.LANGUAGES.vbscript.dM.k.built_in
|
/plugin/mermaid/ |
H A D | mermaid.min.js | [all...] |