Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportHtmlText.php82 if ($renderer->countLines($temptext) !== 1) {
132 $lfct = $renderer->countLines($this->text);
H A DHtmlRenderer.php445 public function countLines(string $str): int function in Fisharebest\\Webtrees\\Report\\HtmlRenderer
540 $nl = $this->countLines($str);
H A DReportHtmlFootnote.php129 $lfct = $renderer->countLines($this->numText);