Searched refs:maxCols (Results 1 – 1 of 1) sorted by relevance
8 protected $maxCols = 0; variable in dokuwiki\\Parsing\\Handler\\Table94 if ($this->currentCols > $this->maxCols) {95 $this->maxCols = $this->currentCols;147 $this->tableCalls[0][1][] = $this->maxCols - 1;277 while (++$lastCell < $this->maxCols) {