Home
last modified time | relevance | path

Searched refs:soundex_dm (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DBranchesListModule.php171 $soundex_dm = Validator::queryParams($request)->boolean('soundex_dm', false);
182 $individuals = $this->loadIndividuals($tree, $surname, $soundex_dm, $soundex_std);
194 … => $this->getPatriarchsHtml($tree, $individuals, $ancestors, $surname, $soundex_dm, $soundex_std),
204 'soundex_dm' => $soundex_dm,
217 'soundex_dm' => $soundex_dm,
261 * @param bool $soundex_dm
266 …private function loadIndividuals(Tree $tree, string $surname, bool $soundex_dm, bool $soundex_std)… argument
276 … ->where(static function (Builder $query) use ($surname, $soundex_dm, $soundex_std): void {
290 if ($soundex_dm) {
318 * @param bool $soundex_dm
[all …]
/webtrees/resources/views/
H A Dbranches-page.phtml42 …label' => I18N::translate('Daitch-Mokotoff'), 'name' => 'soundex_dm', 'checked' => $soundex_dm]) ?>