Searched refs:tableCalls (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Table.php | 7 protected $tableCalls = []; variable in dokuwiki\\Parsing\\Handler\\Table 48 $this->callWriter->writeCalls($this->tableCalls); 55 $this->tableCalls[] = ['table_open', $call[1], $call[2]]; 56 $this->tableCalls[] = ['tablerow_open', [], $call[2]]; 62 $this->tableCalls[] = ['table_close', $call[1], $call[2]]; 68 $this->tableCalls[] = $call; 84 while ($discard = array_pop($this->tableCalls)) { 92 $this->tableCalls[] = ['tablerow_close', [], $call[2]]; 117 $lastCall = end($this->tableCalls); 121 $this->tableCalls[] = ['colspan', [], $call[2]]; [all …]
|