Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 34) sorted by relevance

12

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php27 public $states = []; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATN
135 $state->stateNumber = \count($this->states);
137 $this->states[] = $state;
143 unset($this->states[$state->stateNumber]);
190 if ($stateNumber < 0 || $stateNumber >= \count($this->states)) {
194 $s = $this->states[$stateNumber];
211 $invokingState = $this->states[$context->invokingState];
H A DATNDeserializer.php272 $pair[0]->loopBackState = $atn->states[$pair[1]];
276 $endState = $atn->states[$pair[1]];
288 $decisionState = $atn->states[$this->readInt()];
300 $ruleStartState = $atn->states[$this->readInt()];
318 $startState = $atn->states[$s];
338 foreach ($atn->states as $state) {
353 $tokensStartState = $atn->states[$this->readInt()];
404 $srcState = $atn->states[$src];
409 foreach ($atn->states as $state) {
427 foreach ($atn->states as $state) {
[all …]
H A DATNConfigSet.php208 $states = new Set();
211 $states->add($config->state);
215 return $states;
H A DLexerATNSimulator.php513 $returnState = $this->atn->states[$config->context->getReturnState($i)];
813 $existing = $dfa->states->get($proposed);
820 $newState->stateNumber = $dfa->states->count();
823 $dfa->states->add($newState);
H A DParserATNSimulator.php1666 $returnState = $this->atn->states[$config->context->getReturnState($i)];
1920 $returnState = $this->atn->states[$config->context->getReturnState($i)];
1934 $blockEndState = $this->atn->states[$blockEndStateNum];
1946 $returnState = $this->atn->states[$returnStateNumber];
2392 $existing = $dfa->states->get($D);
2398 $D->stateNumber = $dfa->states->count();
2405 $dfa->states->add($D);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php21 public $states; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFA
48 $this->states = new Set();
147 $list = $this->states->getValues();
/template/twigstarter/vendor/twig/twig/src/
DLexer.php30 private $states; variable in Twig\\Lexer
165 $this->states = [];
491 $this->states[] = $this->state;
497 if (0 === \count($this->states)) {
501 $this->state = array_pop($this->states);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php42 $s = $interpreter->atn->states[$recognizer->getState()];
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php783 $s = $atn->states[$this->getState()];
796 $invokingState = $atn->states[$ctx->invokingState];
833 $s = $atn->states[$this->getState()];
904 if ($dfa->states->isEmpty()) {
H A DLL1Analyzer.php224 $returnState = $this->atn->states[$context->getReturnState($i)];
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php251 $s = $interpreter->atn->states[$recognizer->getState()];
581 $currentState = $atn->states[$recognizer->getState()];
870 $invokingState = $atn->states[$ctx->invokingState];
/template/codowik/css/
Dui.layout.css78 .ui-layout-resizer-hover { /* affects both open and closed states */
114 * this sample illustrates how to target specific panes and states */
/template/templar/less/
Dreset.less49 // Focus states
Dvariables.less231 // Form states and alerts
Dtables.less230 // Hover states for .table-hover
Dsprites.less31 /* White icons with optional class, or on hover/focus/active states of certain elements */
Dnavbar.less478 // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
Dforms.less367 // HTML5 invalid states
Dmixins.less163 // Mixin for form field states
/template/sprintdoc/css/
H A Dbase_vars.less68 @color-editBox: #252525; // editmode for tables, revision states
H A Dbase.less69 @color-editBox: #252525; // editmode for tables, revision states
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php89 $state = $atn->states[$outerContext->invokingState];
/template/strap/vendor/carica/phpcss/
H A DREADME.md170 <th colspan="3">UI Element states Pseudo Class</th>
/template/klean/bootstrap/css/
Dbootstrap.css.map1states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `t…
/template/starterbootstrap/css/
Dbootstrap.css.map1states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `t…

12