Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DTopGivenNamesModule.php86 'males' => $statistics->commonGivenMaleTable('1', $num),
/webtrees/app/
H A DStatistics.php2359 public function commonGivenMaleTable(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2361 … return $this->individual_repository->commonGivenMaleTable((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php372 public function commonGivenMaleTable(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon6490 message: '#^Cannot call method commonGivenMaleTable\(\) on mixed\.$#'
10168 …rebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenMaleTable\(\) should …