Lines Matching refs:listStack
8 protected $listStack = []; variable in dokuwiki\\Parsing\\Handler\\Lists
56 $this->listStack[] = [$listType, $depth, 1];
68 while ($list = array_pop($this->listStack)) {
81 $end = end($this->listStack);
82 $key = key($this->listStack);
98 $this->listStack[$key][2] = count($this->listCalls) - 2;
109 array_pop($this->listStack);
110 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
119 $this->listCalls[$this->listStack[$key][2]][1][1] = self::NODE;
121 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
128 array_pop($this->listStack);
131 $end = end($this->listStack);
132 $key = key($this->listStack);
145 $this->listStack[$key][2] = count($this->listCalls) - 2;
153 array_pop($this->listStack);
154 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
164 array_pop($this->listStack);