Home
last modified time | relevance | path

Searched refs:_todo (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DBoundedExhaustive.php61 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive
153 $this->_todo = [
193 while (0 < count($this->_todo)) {
194 $pop = array_pop($this->_todo);
231 array_pop($this->_todo);
232 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
235 $this->_todo
239 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
243 $this->_todo[] = new Compiler\Llk\Rule\Entry(
263 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
[all …]
DCoverage.php69 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Sampler\\Coverage
195 $this->_todo = [new Compiler\Llk\Rule\Entry(
236 while (0 < count($this->_todo)) {
237 $pop = array_pop($this->_todo);
295 $this->_todo
297 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
304 $this->_todo[] = new Compiler\Llk\Rule\Entry(
307 $this->_todo
333 $this->_todo
335 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
DParser.php107 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Parser
170 $this->_todo = [];
178 $this->_todo = [$closeRule, $openRule];
255 while (0 < count($this->_todo)) {
256 $rule = array_pop($this->_todo);
350 array_pop($this->_todo);
371 $this->_todo[] = new Rule\Ekzit($nextRule, 0);
372 $this->_todo[] = new Rule\Entry($nextRule, 0);
390 $this->_todo,
394 $this->_todo[] = new Rule\Ekzit($nextRule, 0);
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
DInvocation.php68 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Rule\\Invocation
103 $this->_todo = $todo;
137 return $this->_todo;