Searched refs:soundex_std (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Module/ |
H A D | BranchesListModule.php | 170 $soundex_std = Validator::queryParams($request)->boolean('soundex_std', false); 182 $individuals = $this->loadIndividuals($tree, $surname, $soundex_dm, $soundex_std); 194 … => $this->getPatriarchsHtml($tree, $individuals, $ancestors, $surname, $soundex_dm, $soundex_std), 205 'soundex_std' => $soundex_std, 218 'soundex_std' => $soundex_std, 262 * @param bool $soundex_std 266 …e function loadIndividuals(Tree $tree, string $surname, bool $soundex_dm, bool $soundex_std): array argument 276 … ->where(static function (Builder $query) use ($surname, $soundex_dm, $soundex_std): void { 281 if ($soundex_std) { 319 * @param bool $soundex_std [all …]
|
/webtrees/resources/views/ |
H A D | branches-page.phtml | 41 …e', ['label' => I18N::translate('Russell'), 'name' => 'soundex_std', 'checked' => $soundex_std]) ?>
|