Searched refs:all_surnames (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Module/ |
H A D | AbstractIndividualListModule.php | 172 $all_surnames = $this->allSurnames($surname_data); 208 $variants = array_keys($all_surnames[$surname] ?? [$surname => $surname]); 335 $all_surnames = array_filter($all_surnames, $filter, ARRAY_FILTER_USE_KEY); 344 'surnames' => $all_surnames, 353 'surnames' => $all_surnames, 365 'surnames' => $all_surnames, 372 … $count = array_sum(array_map(static fn (array $x): int => array_sum($x), $all_surnames)); 380 … $all_surnames = array_values(array_map(static fn ($x): array => array_keys($x), $all_surnames)); 381 $all_surnames = array_merge(...$all_surnames); 382 …$givn_initials = $this->givenNameInitials($tree, $all_surnames, $show_marnm === 'yes', $this->show…
|
/webtrees/app/Statistics/Google/ |
H A D | ChartCommonSurname.php | 113 array $all_surnames, argument 121 foreach ($all_surnames as $surnames) { 132 foreach ($all_surnames as $surns) {
|
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 1839 $all_surnames = $this->topSurnames($number_of_surnames, 0); 1841 if ($all_surnames === []) { 1849 ->chartCommonSurnames($tot_indi, $all_surnames, $color_from, $color_to);
|