Home
last modified time | relevance | path

Searched refs:countTableHeadRows (Results 1 – 1 of 1) sorted by last modified time

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