Searched refs:maxCols (Results 1 – 1 of 1) sorted by path
9 protected $maxCols = 0; variable in dokuwiki\\Parsing\\Handler\\Table100 if ($this->currentCols > $this->maxCols) {101 $this->maxCols = $this->currentCols;153 $this->tableCalls[0][1][] = $this->maxCols - 1;281 while (++$lastCell < $this->maxCols) {