Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DTopGivenNamesModule.php79 'males' => $statistics->commonGivenMaleListTotals('1', $num),
/webtrees/app/
H A DStatistics.php2348 …public function commonGivenMaleListTotals(string $threshold = '1', string $maxtoshow = '10'): stri… function in Fisharebest\\Webtrees\\Statistics
2350 …return $this->individual_repository->commonGivenMaleListTotals((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php359 public function commonGivenMaleListTotals(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon6484 message: '#^Cannot call method commonGivenMaleListTotals\(\) on mixed\.$#'
10162 …best\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenMaleListTotals\(\) shou…