Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php10 protected $currentCols = 0;
74 $this->currentCols = 0;
99 if ($this->currentCols > $this->maxCols) {
100 $this->maxCols = $this->currentCols;
138 $this->currentCols++;
11 protected $currentCols = 0; global() variable in dokuwiki\\Parsing\\Handler\\Table