Home
last modified time | relevance | path

Searched refs:listCalls (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Parsing/Handler/
H A DLists.php7 protected $listCalls = []; variable in dokuwiki\\Parsing\\Handler\\Lists
33 $this->callWriter->writeCalls($this->listCalls);
45 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
46 $this->listCalls[] = ['listitem_open', [1], $call[2]];
47 $this->listCalls[] = ['listcontent_open', [], $call[2]];
57 $this->listCalls[] = ['listcontent_close', [], $call[2]];
60 $this->listCalls[] = ['listitem_close', [], $call[2]];
61 $this->listCalls[] = ['list' . $list[0] . '_close', [], $call[2]];
79 $this->listCalls[] = ['listcontent_close', [], $call[2]];
80 $this->listCalls[] = ['listitem_close', [], $call[2]];
[all …]