Searched refs:normalize (Results 1 – 10 of 10) sorted by relevance
/webtrees/app/Module/ |
H A D | AbstractIndividualListModule.php | 121 $surname = I18N::strtoupper(I18N::language()->normalize($surname_param)); 547 …$initial = I18N::language()->initialLetter(I18N::language()->normalize(I18N::strtoupper($row->n_gi… 605 $normalized = I18N::strtoupper(I18N::language()->normalize($row->n_surn)); 628 $n_surn = I18N::strtoupper(I18N::language()->normalize($n_surn)); 656 …$initial = I18N::language()->initialLetter(I18N::language()->normalize(I18N::strtoupper($row->n_su… 721 …if ($galpha === '' || I18N::language()->initialLetter(I18N::language()->normalize(I18N::strtoupper…
|
H A D | ModuleLanguageInterface.php | 74 public function normalize(string $text): string; function
|
H A D | ModuleLanguageTrait.php | 203 public function normalize(string $text): string function
|
H A D | TopSurnamesModule.php | 118 $row->n_surn = I18N::strtoupper(I18N::language()->normalize($row->n_surn));
|
H A D | FamilyTreeStatisticsModule.php | 135 $row->n_surn = I18N::strtoupper(I18N::language()->normalize($row->n_surn));
|
/webtrees/tests/app/Encodings/ |
H A D | AnselTest.php | 144 $norm = Normalizer::normalize($utf8, Normalizer::FORM_D);
|
/webtrees/ |
H A D | composer.lock | 2514 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 3403 "ergebnis/composer-normalize": "^2.28.3", 3501 "ergebnis/composer-normalize": "^2.15",
|
H A D | phpstan-baseline.neon | 4324 …ext of method Fisharebest\\Webtrees\\Module\\ModuleLanguageInterface\:\:normalize\(\) expects stri… 6544 …ext of method Fisharebest\\Webtrees\\Module\\ModuleLanguageInterface\:\:normalize\(\) expects stri…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | CHANGES.md | 772 …ton](https://ckeditor.com/cke4/addon/colorbutton) plugin which will now normalize the CSS `backgro… 797 … [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) should only normalize input data. 1321 …https://ckeditor.com/cke4/addon/pastefromword) filter does not properly normalize semicolons style…
|
H A D | ckeditor.js | 58 …style=a.style;this.color=a.color;this._.normalize()},_:{normalizeMap:{color:[[/windowtext/g,"black… method 428 …&R.startPath()&&(O=R.startPath(),O.block?O.block.$.normalize():O.blockLimit&&O.blockLimit.$.normal… 501 …),z.insertNode(l),F.call(this,l),l.mergeSiblings(),CKEDITOR.env.ie||l.$.normalize()):(l=new CKEDIT…
|