Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DRightToLeftSupport.php30 use function strpos; alias
146 …$openParIndex = strpos(self::OPEN_PARENTHESES, $currentLetter); // Which opening parenthesis is t…
147 …$closeParIndex = strpos(self::CLOSE_PARENTHESES, $currentLetter); // Which closing parenthesis is …
152 $endPos = strpos($workingText, '>'); // look for the terminating '>'
176 $endPos = strpos($workingText, ';'); // look for the terminating ';'
195 $endPos = strpos($workingText, '}}'); // look for the terminating '}}'
403 $spanEnd = strpos($result, self::END_RTL . self::START_LTR);
535 $starPos = strpos($textSpan, '*');
663 $posColon = strpos($textSpan, ':');
667 $posLRE = strpos($textSpan, self::UTF8_LRE);
[all …]
H A DReportParserGenerate.php79 use function strpos; alias
245 $pos2 = strpos($gedrec, "\n$level", $pos1 + 1);
247 $pos2 = strpos($gedrec, "\n1", $pos1 + 1);
250 $pos2 = strpos($gedrec, "\nWT_", $pos1 + 1); // WT_SPOUSE, WT_FAMILY_ID ...
/webtrees/app/Statistics/Repository/
H A DGedcomRepository.php33 use function strpos; alias
122 $p = strpos($head[1], '(') + 1;
123 $p2 = strpos($head[1], ')');
/webtrees/tests/
H A DTestCase.php52 use function strpos; alias
269 $html = substr($html, strpos($html, '</script>'));
/webtrees/app/Services/
H A DGedcomExportService.php61 use function strpos; alias
346 if ($pos === strpos($line, ' ', 3)) {
/webtrees/app/Census/
H A DCensusColumnGivenNameInitial.php41 $space_pos = strpos($given, ' ');
H A DCensusColumnSurnameGivenNameInitial.php41 $space_pos = strpos($given, ' ');
/webtrees/app/
H A DIndividual.php1006 $pos = (int) strpos($full, '/');
/webtrees/
H A Dphpstan-baseline.neon3568 message: '#^Parameter \#1 \$haystack of function strpos expects string, string\|null given\.$#'