Home
last modified time | relevance | path

Searched refs:commonGivenFemaleListTotals (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Module/
H A DTopGivenNamesModule.php80 'females' => $statistics->commonGivenFemaleListTotals('1', $num),
/webtrees/app/
H A DStatistics.php2293 …public function commonGivenFemaleListTotals(string $threshold = '1', string $maxtoshow = '10'): st… function in Fisharebest\\Webtrees\\Statistics
2295 …return $this->individual_repository->commonGivenFemaleListTotals((int) $threshold, (int) $maxtosho…
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php294 public function commonGivenFemaleListTotals(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon6472 message: '#^Cannot call method commonGivenFemaleListTotals\(\) on mixed\.$#'
10120 …est\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenFemaleListTotals\(\) sho…