Home
last modified time | relevance | path

Searched refs:tableCalls (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/Parsing/Handler/
H A DTable.php7 protected $tableCalls = [];
53 $this->callWriter->writeCalls($this->tableCalls);
60 $this->tableCalls[] = ['table_open', $call[1], $call[2]];
61 $this->tableCalls[] = ['tablerow_open', [], $call[2]];
67 $this->tableCalls[] = ['table_close', $call[1], $call[2]];
73 $this->tableCalls[] = $call;
89 while ($discard = array_pop($this->tableCalls)) {
97 $this->tableCalls[] = ['tablerow_close', [], $call[2]];
122 $lastCall = end($this->tableCalls);
126 $this->tableCalls[]
8 protected $tableCalls = array(); global() variable in dokuwiki\\Parsing\\Handler\\Table
[all...]