Searched refs:listStack (Results 1 – 1 of 1) sorted by relevance
8 protected $listStack = []; variable in dokuwiki\\Parsing\\Handler\\Lists43 $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];[all …]