Searched refs:trimCellEdges (Results 1 – 1 of 1) sorted by relevance
73 $headerRow = $this->unescapePipes($this->trimCellEdges($rows[0]));75 … fn($row) => $this->unescapePipes($this->trimCellEdges($this->padOrTruncate($row, $cols))),221 protected function trimCellEdges(array $row): array function in dokuwiki\\Parsing\\Handler\\GfmTable