Searched refs:cellText (Results 1 – 1 of 1) sorted by relevance
62 fn($cell) => $this->parseAlign($this->cellText($cell)),165 protected function cellText(array $cellCalls): string function in dokuwiki\\Parsing\\Handler\\GfmTable176 * @param string $cellText the joined source text of one delimiter cell180 protected function parseAlign(string $cellText): ?string argument182 $trimmed = trim($cellText);295 $cellTexts[] = $this->cellText($cell);