Lines Matching refs:listStack
8 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];
120 array_pop($this->listStack);
123 $end = end($this->listStack);
124 $key = key($this->listStack);
137 $this->listStack[$key][2] = count($this->listCalls) - 2;
145 array_pop($this->listStack);
146 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
156 array_pop($this->listStack);