Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php58 ['rows' => $rows, 'startPos' => $startPos, 'endPos' => $endPos] = $this->groupRows();
69 $this->emitFallback($rows, $startPos);
79 $out = $this->buildOutput($headerRow, $bodyRows, $alignments, $cols, $startPos, $endPos);
96 $startPos = 0;
102 $startPos = $call[1][0] ?? $call[2];
123 return ['rows' => $rows, 'startPos' => $startPos, 'endPos' => $endPos];
319 * @param int $startPos source position of the table's start
329 int $startPos, argument
333 $out[] = ['table_open', [$cols, 1 + count($bodyRows), $startPos], $startPos];
334 $out[] = ['tablethead_open', [], $startPos];
[all …]