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 38 $this->callWriter->writeCalls($this->listCalls); 50 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]]; 51 $this->listCalls[] = ['listitem_open', [1], $call[2]]; 52 $this->listCalls[] = ['listcontent_open', [], $call[2]]; 62 $this->listCalls[] = ['listcontent_close', [], $call[2]]; 65 $this->listCalls[] = ['listitem_close', [], $call[2]]; 66 $this->listCalls[] = ['list' . $list[0] . '_close', [], $call[2]]; 84 $this->listCalls[] = ['listcontent_close', [], $call[2]]; 85 $this->listCalls[] = ['listitem_close', [], $call[2]]; [all …]
|