Home
last modified time | relevance | path

Searched refs:starredName (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Report/
H A DRightToLeftSupport.php529 private static function starredName(string $textSpan, string $direction): string function in Fisharebest\\Webtrees\\Report\\RightToLeftSupport
947 … $textSpan = self::starredName($textSpan, 'LTR'); // Wrap starred name in <u> and </u> tags
1142 … $textSpan = self::starredName($textSpan, 'RTL'); // Wrap starred name in <u> and </u> tags
/webtrees/
H A Dphpstan-baseline.neon7732 …message: '#^Method Fisharebest\\Webtrees\\Report\\RightToLeftSupport\:\:starredName\(\) should ret…