Home
last modified time | relevance | path

Searched refs:commonGivenList (Results 1 – 3 of 3) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php2276 public function commonGivenList(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2278 return $this->individualRepository->commonGivenList((int) $threshold, (int) $maxtoshow);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php201 public function commonGivenList(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php5882 public function commonGivenList($params = array(1, 10, 'alpha')) function in Fisharebest\\Webtrees\\Stats