Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/_test/tests/Parsing/Lexer/
H A DStateStackTest.php11 $stack = new StateStack("one");
12 $this->assertEquals("one", $stack->getCurrent());
17 $stack = new StateStack("one");
18 $this->assertFalse($stack->leave());
23 $stack = new StateStack("one");
24 $stack->enter("two");
25 $this->assertEquals("two", $stack->getCurrent());
26 $stack->enter("three");
27 $this->assertEquals("three", $stack->getCurrent());
28 $this->assertTrue($stack->leave());
[all …]
/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php18 protected $stack; variable in dokuwiki\\Parsing\\Lexer\\StateStack
26 $this->stack = [$start];
35 return $this->stack[count($this->stack) - 1];
45 $this->stack[] = $state;
55 if (count($this->stack) == 1) {
58 array_pop($this->stack);
/dokuwiki/inc/Search/Query/
H A DQueryEvaluator.php64 $stack = [];
73 $stack[] = new PageSet($this->terms[$word]->getEntityFrequencies());
83 $candidates = end($stack) ?: new PageSet();
84 $stack[] = $this->matchPhrase($phrase, $this->materialize($candidates));
90 $stack[] = new NamespacePredicate($ns);
94 $right = array_pop($stack);
95 $left = array_pop($stack);
96 $stack[] = $this->opAnd($left, $right);
100 $right = array_pop($stack);
101 $left = array_pop($stack);
[all …]
/dokuwiki/lib/scripts/
H A Dhelpers.js65 if(e.stack) {
66 console.error(e.stack);
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1523 $stack = 1;
1528 $stack++;
1530 $stack--;
1531 if (! $stack )
1539 $stack = 1;
1548 $stack = 1;
1552 $stack++;
1554 $stack--;
1555 if (! $stack )
1675 $new->elements = phpQuery::pq($newStack, $this->getDocumentID())->stack();
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php614 $stack = [];
619 $stack[] = $prop;
622 $stack[] = $prop;
624 $vars = array_merge($vars, $stack);
626 $other = array_merge($other, $stack);
628 $stack = [];
633 $stack[] = $prop;
634 $imports = array_merge($imports, $stack);
636 $stack = [];
639 $stack[] = $prop;
[all …]
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php466 $stack = array();
470 array_push($stack, $group); // Initial Group to Start with
471 while (count($stack) > 0) {
472 $parent = array_pop($stack);
484 array_push($stack, $groupName);
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md76 ![orientation flags](https://i.stack.imgur.com/BFqgu.gif)
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less272 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2 …H.test(e.name)&&ie.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},ce.readyExcept…
H A Djquery-ui.min.js6stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.he… property