Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php14 protected $currentRow = ['tableheader' => 0, 'tablecell' => 0];
79 $this->currentRow = ['tablecell' => 0, 'tableheader' => 0];
93 if (!empty($this->currentRow[$discard[0]])) {
94 $this->currentRow[$discard[0]]--;
106 $td = $this->currentRow['tablecell'];
107 $th = $this->currentRow['tableheader'];
118 $this->currentRow[$call[0]]++;
15 protected $currentRow = array('tableheader' => 0, 'tablecell' => 0); global() variable in dokuwiki\\Parsing\\Handler\\Table