Searched refs:str_repeat (Results 1 – 6 of 6) sorted by relevance
/webtrees/tests/app/ |
H A D | SiteTest.php | 24 use function str_repeat; alias 46 $too_long = str_repeat('x', 3000); 47 $expected = str_repeat('x', 2000);
|
/webtrees/app/Module/ |
H A D | LanguageSlovakian.php | 27 use function str_repeat; alias 120 ($n > 3 ? 'pra ×' . $n . ' ' : str_repeat('pra-', $n)) . $nominative, 121 ($n > 3 ? 'pra ×' . $n . ' ' : str_repeat('pra-', $n)) . $genitive,
|
H A D | CensusAssistantModule.php | 34 use function str_repeat; alias 183 $text .= "\n|" . str_repeat(' ----- |', count($census->columns()));
|
H A D | LanguageEnglishUnitedStates.php | 28 use function str_repeat; alias 143 $prefix . ($n > 3 ? 'great ×' . $n . ' ' : str_repeat('great-', $n)) . $suffix
|
/webtrees/app/Services/ |
H A D | GedcomEditService.php | 49 use function str_repeat; alias 311 $return .= str_repeat($gedcom_to_add, $number_to_add);
|
/webtrees/tests/app/Encodings/ |
H A D | AnselTest.php | 187 $expected = str_repeat(UTF8::REPLACEMENT_CHARACTER, strlen($chars));
|