Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php8 protected $maxCols = 0; variable in dokuwiki\\Parsing\\Handler\\Table
94 if ($this->currentCols > $this->maxCols) {
95 $this->maxCols = $this->currentCols;
147 $this->tableCalls[0][1][] = $this->maxCols - 1;
277 while (++$lastCell < $this->maxCols) {