Home
last modified time | relevance | path

Searched defs:string (Results 1 – 15 of 15) sorted by relevance

/webtrees/app/Contracts/
H A DTimestampFactoryInterface.php42 …null $string, string $format = 'Y-m-d H:i:s', UserInterface|null $user = null): TimestampInterface;
/webtrees/app/Module/
H A DLanguageUzbek.php81 public function initialLetter(string $string): string argument
H A DLanguageDutch.php81 public function initialLetter(string $string): string argument
H A DLanguageNorwegianNynorsk.php82 public function initialLetter(string $string): string argument
H A DLanguageCzech.php97 public function initialLetter(string $string): string argument
H A DLanguageDanish.php84 public function initialLetter(string $string): string argument
H A DLanguageNorwegianBokmal.php83 public function initialLetter(string $string): string argument
H A DLanguageHungarian.php109 public function initialLetter(string $string): string argument
H A DModuleLanguageInterface.php60 public function initialLetter(string $string): string; argument
H A DLanguageSlovakian.php96 public function initialLetter(string $string): string argument
H A DModuleLanguageTrait.php191 public function initialLetter(string $string): string argument
/webtrees/app/
H A DI18N.php497 public static function textScript(string $string): string argument
565 public static function strtolower(string $string): string argument
581 public static function strtoupper(string $string): string argument
H A DValidator.php369 public function string(string $parameter, string|null $default = null): string function in Fisharebest\\Webtrees\\Validator
/webtrees/app/Factories/
H A DTimestampFactory.php62 …|null $string, string $format = 'Y-m-d H:i:s', UserInterface|null $user = null): TimestampInterface
/webtrees/app/Report/
H A DHtmlRenderer.php660 private function utf8WordWrap(string $string, int $width): string argument