Home
last modified time | relevance | path

Searched refs:currentResult (Results 1 – 2 of 2) sorted by relevance

/plugin/searchcombinedgoogle/
H A Daction.php67 $currentResult = $event->result;
115 … $event->result[$id] = intval($currentResult[$id]) == 0 ? 'unknown' : $currentResult[$id];
116 unset($currentResult[$id]);
120 $event->result = array_merge($event->result, $currentResult);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php133 * called before the first child is visited; at that point `currentResult`
147 * @param mixed $currentResult The current aggregate result of the children
154 protected function shouldVisitNextChild(RuleNode $node, $currentResult) : bool argument