Home
last modified time | relevance | path

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

/webtrees/tests/app/Reports/
H A DRightToLeftSupportTest.php39 RightToLeftSupport::spanLtrRtl('')
45 RightToLeftSupport::spanLtrRtl('')
54 RightToLeftSupport::spanLtrRtl('foo‎bar')
58 RightToLeftSupport::spanLtrRtl('foo‏bar')
62 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\x8Ebar")
66 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\x8Fbar")
70 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xADbar")
74 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xAEbar")
78 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xAAbar")
82 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xABbar")
[all …]
/webtrees/app/Report/
H A DReportPdfText.php67 $temptext = RightToLeftSupport::spanLtrRtl($temptext);
H A DReportPdfCell.php131 $temptext = RightToLeftSupport::spanLtrRtl($temptext);
H A DRightToLeftSupport.php118 public static function spanLtrRtl(string $inputText): string function in Fisharebest\\Webtrees\\Report\\RightToLeftSupport