Lines Matching refs:listCalls
7 protected $listCalls = []; variable in dokuwiki\\Parsing\\Handler\\Lists
46 $this->callWriter->writeCalls($this->listCalls);
58 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
59 $this->listCalls[] = ['listitem_open', [1], $call[2]];
60 $this->listCalls[] = ['listcontent_open', [], $call[2]];
70 $this->listCalls[] = ['listcontent_close', [], $call[2]];
73 $this->listCalls[] = ['listitem_close', [], $call[2]];
74 $this->listCalls[] = ['list' . $list[0] . '_close', [], $call[2]];
92 $this->listCalls[] = ['listcontent_close', [], $call[2]];
93 $this->listCalls[] = ['listitem_close', [], $call[2]];
94 $this->listCalls[] = ['listitem_open', [$depth - 1], $call[2]];
95 $this->listCalls[] = ['listcontent_open', [], $call[2]];
98 $this->listStack[$key][2] = count($this->listCalls) - 2;
102 $this->listCalls[] = ['listcontent_close', [], $call[2]];
103 $this->listCalls[] = ['listitem_close', [], $call[2]];
104 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
105 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
106 $this->listCalls[] = ['listitem_open', [$depth - 1], $call[2]];
107 $this->listCalls[] = ['listcontent_open', [], $call[2]];
110 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
113 $this->listCalls[] = ['listcontent_close', [], $call[2]];
114 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
115 $this->listCalls[] = ['listitem_open', [$depth - 1], $call[2]];
116 $this->listCalls[] = ['listcontent_open', [], $call[2]];
119 $this->listCalls[$this->listStack[$key][2]][1][1] = self::NODE;
121 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
123 $this->listCalls[] = ['listcontent_close', [], $call[2]];
124 $this->listCalls[] = ['listitem_close', [], $call[2]];
125 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
138 $this->listCalls[] = ['listitem_close', [], $call[2]];
141 $this->listCalls[] = ['listitem_open', [$depth - 1], $call[2]];
142 $this->listCalls[] = ['listcontent_open', [], $call[2]];
145 $this->listStack[$key][2] = count($this->listCalls) - 2;
148 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
149 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
150 $this->listCalls[] = ['listitem_open', [$depth - 1], $call[2]];
151 $this->listCalls[] = ['listcontent_open', [], $call[2]];
154 $this->listStack[] = [$listType, $depth, count($this->listCalls) - 2];
161 $this->listCalls[] = ['listitem_close', [], $call[2]];
162 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
172 $this->listCalls[] = $call;