Home
last modified time | relevance | path

Searched refs:russell (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Services/
H A DSearchService.php674 $sdx = Soundex::russell($field_value);
719 $sdx = Soundex::russell($field_value);
797 $sdx = Soundex::russell($field_value);
829 $sdx = Soundex::russell($field_value);
961 $givn_sdx = Soundex::russell($firstname);
962 $surn_sdx = Soundex::russell($lastname);
963 $plac_sdx = Soundex::russell($place);
H A DGedcomImportService.php668 $soundex_givn_std = Soundex::russell($name['givn']);
676 $soundex_surn_std = Soundex::russell($name['surname']);
/webtrees/app/Module/
H A DBranchesListModule.php282 $sdx = Soundex::russell($surname);
461 … if ($soundex_std && Soundex::compare(Soundex::russell($surname1), Soundex::russell($surname2))) {
/webtrees/app/
H A DSoundex.php636 public static function russell(string $text): string function in Fisharebest\\Webtrees\\Soundex
H A DPlace.php137 'p_std_soundex' => Soundex::russell($place),