Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DSearchService.php684 $sdx = Soundex::daitchMokotoff($field_value);
733 $sdx = Soundex::daitchMokotoff($field_value);
807 $sdx = Soundex::daitchMokotoff($field_value);
839 $sdx = Soundex::daitchMokotoff($field_value);
969 $givn_sdx = Soundex::daitchMokotoff($firstname);
970 $surn_sdx = Soundex::daitchMokotoff($lastname);
971 $plac_sdx = Soundex::daitchMokotoff($place);
H A DGedcomImportService.php669 $soundex_givn_dm = Soundex::daitchMokotoff($name['givn']);
677 $soundex_surn_dm = Soundex::daitchMokotoff($name['surname']);
/webtrees/app/Module/
H A DBranchesListModule.php291 $sdx = Soundex::daitchMokotoff($surname);
464 …if ($soundex_dm && Soundex::compare(Soundex::daitchMokotoff($surname1), Soundex::daitchMokotoff($s…
/webtrees/app/
H A DSoundex.php668 public static function daitchMokotoff(string $text): string function in Fisharebest\\Webtrees\\Soundex
H A DPlace.php138 'p_dm_soundex' => Soundex::daitchMokotoff($place),