Searched refs:bodyRows (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | GfmTable.php | 74 $bodyRows = array_map( 79 $out = $this->buildOutput($headerRow, $bodyRows, $alignments, $cols, $startPos, $endPos); 313 * @param array $bodyRows trimmed body rows, each padded or truncated 326 array $bodyRows, argument 333 $out[] = ['table_open', [$cols, 1 + count($bodyRows), $startPos], $startPos]; 344 if ($bodyRows) { 346 foreach ($bodyRows as $row) {
|