Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php58 ['rows' => $rows, 'startPos' => $startPos, 'endPos' => $endPos] = $this->groupRows();
79 $out = $this->buildOutput($headerRow, $bodyRows, $alignments, $cols, $startPos, $endPos);
97 $endPos = 0;
105 $endPos = $call[2];
123 return ['rows' => $rows, 'startPos' => $startPos, 'endPos' => $endPos];
320 * @param int $endPos source position of the table's end
330 int $endPos argument
357 $out[] = ['table_close', [$endPos], $endPos];