Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php62 fn($cell) => $this->parseAlign($this->cellText($cell)),
165 protected function cellText(array $cellCalls): string function in dokuwiki\\Parsing\\Handler\\GfmTable
176 * @param string $cellText the joined source text of one delimiter cell
180 protected function parseAlign(string $cellText): ?string argument
182 $trimmed = trim($cellText);
295 $cellTexts[] = $this->cellText($cell);