Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php8 protected $maxCols = 0;
99 if ($this->currentCols > $this->maxCols) {
100 $this->maxCols = $this->currentCols;
152 $this->tableCalls[0][1][] = $this->maxCols - 1;
282 while (++$lastCell < $this->maxCols) {
9 protected $maxCols = 0; global() variable in dokuwiki\\Parsing\\Handler\\Table