Searched refs:listCalls (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Lists.php | 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]]; [all …]
|