Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php223 return array_map($this->trimCell(...), $row);
234 protected function trimCell(array $cell): array function in dokuwiki\\Parsing\\Handler\\GfmTable