Home
last modified time | relevance | path

Searched refs:strrpos (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Report/
H A DRightToLeftSupport.php31 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 DHtmlRenderer.php34 use function strrpos; alias
676 $spacepos = strrpos($sub, ' ');
/webtrees/app/Encodings/
H A DAbstractEncoding.php28 use function strrpos; alias
95 $pos = strrpos($text, $char);
/webtrees/app/Services/
H A DTreeService.php42 use function strrpos; alias
259 $eol_pos = max((int) strrpos($file_data, "\r0"), (int) strrpos($file_data, "\n0"));