Searched refs:STR_PAD_LEFT (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Factories/ |
H A D | IdFactory.php | 32 use const STR_PAD_LEFT; 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 D | RightToLeftSupport.php | 36 use const STR_PAD_LEFT; alias 1126 … = str_pad($textSpan, $newLength, ' ', I18N::direction() === 'rtl' ? STR_PAD_LEFT : STR_PAD_RIGHT… 1133 … self::$waitingText = str_pad(self::$waitingText, $newLength, ' ', STR_PAD_LEFT);
|
/webtrees/app/ |
H A D | GedcomRecord.php | 62 use const STR_PAD_LEFT; alias 1003 …\d+)/', static fn (array $matches): string => str_pad($matches[0], 10, '0', STR_PAD_LEFT), $value),
|