Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php75 … fn($row) => $this->unescapePipes($this->trimCellEdges($this->padOrTruncate($row, $cols))),
201 protected function padOrTruncate(array $row, int $cols): array function in dokuwiki\\Parsing\\Handler\\GfmTable