Lines Matching refs:listStack
8 protected $listStack = []; variable in dokuwiki\\Parsing\\Handler\\Lists
43 $this->listStack[] = [$listType, $depth, 1];
55 while ($list = array_pop($this->listStack)) {
68 $end = end($this->listStack);
69 $key = key($this->listStack);
85 $this->listStack[$key][2] = count($this->listCalls) - 2;
96 array_pop($this->listStack);
97 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
106 $this->listCalls[$this->listStack[$key][2]][1][1] = self::NODE;
108 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
115 array_pop($this->listStack);
118 $end = end($this->listStack);
119 $key = key($this->listStack);
132 $this->listStack[$key][2] = count($this->listCalls) - 2;
140 array_pop($this->listStack);
141 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
151 array_pop($this->listStack);