Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php15 protected $countTableHeadRows = 0; variable in dokuwiki\\Parsing\\Handler\\Table
81 $this->countTableHeadRows++;
163 $this->countTableHeadRows = 0;
175 if ($this->countTableHeadRows) {
244 … if (!$this->countTableHeadRows || ($lastRow - 1 != $this->countTableHeadRows)) {
288 if ($this->countTableHeadRows == $lastRow) {