Searched refs:strrpos (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Report/ |
H A D | RightToLeftSupport.php | 31 use function strrpos; alias 541 $wordStart = strrpos($textSpan, ' '); // Find the start of the word 762 $posStartNumber = strrpos($textSpan, self::UTF8_LRE); 867 $posLeftParen = strrpos($textSpan, '('); 1030 $posStartNumber = strrpos($textSpan, self::UTF8_LRE); 1069 $posStringStart = strrpos(substr($textSpan, 0, $posDashString), '<RTLbr>'); 1114 $posStringStart = strrpos(substr($textSpan, 0, $posDashString), '<RTLbr>');
|
H A D | HtmlRenderer.php | 34 use function strrpos; alias 676 $spacepos = strrpos($sub, ' ');
|
/webtrees/app/Encodings/ |
H A D | AbstractEncoding.php | 28 use function strrpos; alias 95 $pos = strrpos($text, $char);
|
/webtrees/app/Services/ |
H A D | TreeService.php | 42 use function strrpos; alias 259 $eol_pos = max((int) strrpos($file_data, "\r0"), (int) strrpos($file_data, "\n0"));
|