Home
last modified time | relevance | path

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

/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/lib/scripts/
H A Dhelpers.js65 if(e.stack) {
66 console.error(e.stack);
/dokuwiki/_test/tests/inc/parser/
H A Dlexer.test.php124 $stack = new StateStack("one");
125 $this->assertEquals($stack->getCurrent(), "one");
128 $stack = new StateStack("one");
129 $this->assertFalse($stack->leave());
132 $stack = new StateStack("one");
133 $stack->enter("two");
134 $this->assertEquals($stack->getCurrent(), "two");
135 $stack->enter("three");
136 $this->assertEquals($stack->getCurrent(), "three");
137 $this->assertTrue($stack->leave());
[all …]
/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/inc/
H A Dfulltext.php83 $stack = [];
91 $stack[] = (array)$lookup[$word];
100 $pages = $stack ? end($stack) : [];
120 $stack[] = $pages_matched;
131 $stack[] = $pages_matched;
134 $pages = array_splice($stack, -2);
138 $stack[] = ft_resultCombine($pages);
141 $pages = array_splice($stack, -2);
145 $stack[] = ft_resultUnite($pages);
148 $pages = array_pop($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