Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportPdfText.php27 use function substr_count; alias
131 $lfct = substr_count($this->text, "\n") + 1;
181 $lfct = substr_count($this->text, "\n");
191 $lfct = substr_count($this->text, "\n");
H A DReportPdfFootnote.php26 use function substr_count; alias
119 $lfct = substr_count($this->numText, "\n") + 1;
169 $lfct = substr_count($this->numText, "\n");
179 $lfct = substr_count($this->numText, "\n");
H A DReportHtmlFootnote.php25 use function substr_count; alias
96 $ct = substr_count($this->text, "\n");
179 $lfct = substr_count($this->numText, "\n");
189 $lfct = substr_count($this->numText, "\n");
H A DReportHtmlText.php25 use function substr_count; alias
100 $ct = substr_count($this->text, "\n");
182 $lfct = substr_count($this->text, "\n");
192 $lfct = substr_count($this->text, "\n");
H A DHtmlRenderer.php36 use function substr_count; alias
451 return substr_count($str, "\n") + 1;
/webtrees/app/Elements/
H A DNoteStructure.php31 use function substr_count; alias
150 … if ($html === strip_tags($html, ['a', 'em', 'p', 'strong']) && substr_count($html, '<p>') === 1) {
/webtrees/app/Http/RequestHandlers/
H A DCheckTree.php70 use function substr_count; alias
313 if (substr_count($record->gedcom, "\n1 HUSB @") > 1) {
317 if (substr_count($record->gedcom, "\n1 WIFE @") > 1) {
/webtrees/app/Services/
H A DGedcomEditService.php52 use function substr_count; alias
263 $next_level = substr_count($tag, ':') + 1;
/webtrees/app/
H A DIndividual.php961 if (substr_count($value, '/') % 2 === 1) {
/webtrees/
H A Dphpstan-baseline.neon1642 message: '#^Parameter \#1 \$haystack of function substr_count expects string, mixed given\.$#'