Searched refs:substr_count (Results 1 – 10 of 10) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportPdfText.php | 27 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 D | ReportPdfFootnote.php | 26 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 D | ReportHtmlFootnote.php | 25 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 D | ReportHtmlText.php | 25 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 D | HtmlRenderer.php | 36 use function substr_count; alias 451 return substr_count($str, "\n") + 1;
|
/webtrees/app/Elements/ |
H A D | NoteStructure.php | 31 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 D | CheckTree.php | 70 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 D | GedcomEditService.php | 52 use function substr_count; alias 263 $next_level = substr_count($tag, ':') + 1;
|
/webtrees/app/ |
H A D | Individual.php | 961 if (substr_count($value, '/') % 2 === 1) {
|
/webtrees/ |
H A D | phpstan-baseline.neon | 1642 message: '#^Parameter \#1 \$haystack of function substr_count expects string, mixed given\.$#'
|