Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
DTable.php15 protected $countTableHeadRows = 0; variable in dokuwiki\\Parsing\\Handler\\Table
86 $this->countTableHeadRows++;
168 $this->countTableHeadRows = 0;
180 if ($this->countTableHeadRows) {
249 … if (!$this->countTableHeadRows || ($lastRow - 1 != $this->countTableHeadRows)) {
293 if ($this->countTableHeadRows == $lastRow) {