Searched refs:strpos (Results 1 – 9 of 9) sorted by relevance
/webtrees/app/Report/ |
H A D | RightToLeftSupport.php | 30 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 D | ReportParserGenerate.php | 79 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 D | GedcomRepository.php | 33 use function strpos; alias 122 $p = strpos($head[1], '(') + 1; 123 $p2 = strpos($head[1], ')');
|
/webtrees/tests/ |
H A D | TestCase.php | 52 use function strpos; alias 269 $html = substr($html, strpos($html, '</script>'));
|
/webtrees/app/Services/ |
H A D | GedcomExportService.php | 61 use function strpos; alias 346 if ($pos === strpos($line, ' ', 3)) {
|
/webtrees/app/Census/ |
H A D | CensusColumnGivenNameInitial.php | 41 $space_pos = strpos($given, ' ');
|
H A D | CensusColumnSurnameGivenNameInitial.php | 41 $space_pos = strpos($given, ' ');
|
/webtrees/app/ |
H A D | Individual.php | 1006 $pos = (int) strpos($full, '/');
|
/webtrees/ |
H A D | phpstan-baseline.neon | 3568 message: '#^Parameter \#1 \$haystack of function strpos expects string, string\|null given\.$#'
|