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]; variable in dokuwiki\\Parsing\\Handler\\Table
74 $this->currentRow = ['tablecell' => 0, 'tableheader' => 0];
88 if (!empty($this->currentRow[$discard[0]])) {
89 $this->currentRow[$discard[0]]--;
101 $td = $this->currentRow['tablecell'];
102 $th = $this->currentRow['tableheader'];
113 $this->currentRow[$call[0]]++;