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
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[]
[all...]