Home
last modified time | relevance | path

Searched full:reach (Results 1 – 25 of 158) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
DNode.php60 * Path for the `reach` method.
82 * @param string $reach Path for the `reach` method.
85 public function __construct($name = null, $reach = null, array $children = []) argument
91 if (null !== $reach) {
92 $this->_reach = $reach;
182 * Resolve a path, i.e. iterate the nodes tree and reach the queue of
224 $this->_resolveChoice($this[$next]->reach(), $accumulator);
235 $this->_resolveChoice($tnext->reach(), $accumulator);
240 $this->_resolveChoice($this->reach($path), $accumulator);
246 * Resolve choices, i.e. a reach value has a “;”.
[all …]
DLibrary.php56 public function reach($queue = null) function in Hoa\\Protocol\\Node\\Library
59 return parent::reach($queue);
94 return parent::reach($queue);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
DLibrary.php59 ->when($result = $node->reach())
72 ->when($result = $node->reach('baz'))
85 ->when($result = $node->reach())
102 ->when($result = $node->reach())
118 ->when($result = $node->reach('Hello'))
134 ->when($result = $node->reach('Hello/Mister/Anderson'))
DNode.php204 $reach = 'bar',
205 $node = new SUT('foo', $reach)
207 ->when($result = $node->reach())
210 ->isEqualTo($reach);
220 ->when($result = $node->reach('baz'))
240 $reach = 'bar',
241 $node = new SUT('foo', $reach)
246 ->isEqualTo($reach)
247 ->string($node->reach())
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php45 * requests go through the DFA first. If they reach a state without an edge for
70 * The next time we reach this DFA state with an SLL conflict, through DFA
150 * When we start in the DFA and reach an accept state that's predicated, we test
651 $reach = $this->computeReachSet($previousD->configs, $t, false);
653 if ($reach === null) {
660 $D = new DFAState($reach);
662 $predictedAlt = self::getUniqueAlt($reach);
665 $altSubSets = PredictionMode::getConflictingAltSubsets($reach);
671 (string) $reach,
674 $this->getConflictingAlts($reach)
[all …]
H A DLexerATNSimulator.php209 // be able to avoid doing a reach operation upon t. If s!=null,
216 // computing reach/closure sets. Technically, once we know that
297 $reach = new OrderedATNConfigSet();
300 // Fill reach starting from closure, following t transitions
301 $this->getReachableConfigSet($input, $s->configs, $reach, $t);
303 if (\count($reach->elements()) === 0) {
305 if (!$reach->hasSemanticContext) {
315 // Add an edge from s to target DFA found/created for reach
316 return $this->addDFAEdgeATNConfigSet($s, $t, $reach) ?? ATNSimulator::error();
319 …protected function failOrAccept(SimState $prevAccept, CharStream $input, ATNConfigSet $reach, int … argument
[all …]
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/
Deu.js9reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Daf.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Did.js8 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
9 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
Dda.js8 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
9 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
Dku.js8 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
9 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
Dmn.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Den-gb.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Dmk.js8 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
9 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
Dar.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Dro.js8 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
9 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
Dtt.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Dth.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Den.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/
Den-au.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Den-gb.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Dku.js8 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
9 …ret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spac…
Dhi.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Dlt.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…
Dar.js8reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextS…

1234567