Home
last modified time | relevance | path

Searched refs:decision (Results 1 – 25 of 119) sorted by relevance

12345

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php113 $decision = $dfa->decision;
124 return (string) $decision;
130 return (string) $decision;
133 return \sprintf('%d (%s)', $decision, $ruleName);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php27 public $decision; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFA
44 public function __construct(DecisionState $atnStartState, int $decision = 0) argument
47 $this->decision = $decision;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php150 $s->decision = \count($this->decisionToState) - 1;
152 return $s->decision;
155 public function getDecisionState(int $decision) : ?DecisionState argument
161 return $this->decisionToState[$decision];
H A DParserATNSimulator.php324 …public function adaptivePredict(TokenStream $input, int $decision, ParserRuleContext $outerContext… argument
331 $decision,
342 $dfa = $this->decisionToDFA[$decision];
364 $dfa->decision,
466 $dfa->decision,
703 $decisionState = $this->atn->getDecisionState($dfa->decision);
2427 $dfa->decision,
2458 $dfa->decision,
H A DATNDeserializer.php473 $decState->decision = $i;
712 … $this->checkCondition($state->getNumberOfTransitions() <= 1 || $state->decision >= 0);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DDecisionState.php10 public $decision = -1; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\DecisionState
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php912 … echo \sprintf("Decision %d:\n%s", $dfa->decision, $dfa->toString($this->getVocabulary()));
/template/slaad/
DCOPYING255 make exceptions for this. Our decision will be guided by the two goals
/template/wallpaper/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/mikio/
H A DLICENSE.md240 Our decision will be guided by the two goals of preserving the free status of
/template/white/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/mnml-blog/
DCOPYING262 make exceptions for this. Our decision will be guided by the two goals
/template/parallax/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/icke/
DLICENSE254 make exceptions for this. Our decision will be guided by the two goals
/template/cowboy/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/scanlines/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/mindthedark/
DLICENSE254 make exceptions for this. Our decision will be guided by the two goals
/template/plaintext/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/launch/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/ravel/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/kajukkd/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/cleanresurrected/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/apricot/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/arcadebasic/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/template/dokubook2/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals

12345