Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php11 protected $firstCell = false;
62 $this->firstCell = true;
75 $this->firstCell = true;
120 if (!$this->firstCell) {
135 $this->firstCell = false;
12 protected $firstCell = false; global() variable in dokuwiki\\Parsing\\Handler\\Table