Home
last modified time | relevance | path

Searched refs:str_pad (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Factories/
H A DIdFactory.php28 use function str_pad; alias
95 $digit1 = str_pad(dechex($checksum_a), 2, '0', STR_PAD_LEFT);
96 $digit2 = str_pad(dechex($checksum_b), 2, '0', STR_PAD_LEFT);
/webtrees/app/Report/
H A DRightToLeftSupport.php27 use function str_pad; alias
1126 …$textSpan = str_pad($textSpan, $newLength, ' ', I18N::direction() === 'rtl' ? STR_PAD_LEFT : STR_…
1133 … self::$waitingText = str_pad(self::$waitingText, $newLength, ' ', STR_PAD_LEFT);
1137 $textSpan = str_pad($textSpan, $newLength);
/webtrees/app/
H A DGedcomRecord.php52 use function str_pad; alias
1003 …> preg_replace_callback('/(\d+)/', static fn (array $matches): string => str_pad($matches[0], 10, …