Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DLists.php8 protected $listStack = []; variable in dokuwiki\\Parsing\\Handler\\Lists
48 $this->listStack[] = [$listType, $depth, 1];
60 while ($list = array_pop($this->listStack)) {
73 $end = end($this->listStack);
74 $key = key($this->listStack);
90 $this->listStack[$key][2] = count($this->listCalls) - 2;
101 array_pop($this->listStack);
102 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
111 $this->listCalls[$this->listStack[$key][2]][1][1] = self::NODE;
113 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
[all …]