Home
last modified time | relevance | path

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

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php1302 public function topTenOldestMaleAlive(string $total = '10'): string function in Fisharebest\\Webtrees\\Statistics
1304 return $this->individualRepository->topTenOldestMaleAlive((int) $total);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1225 public function topTenOldestMaleAlive(int $total = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php3021 public function topTenOldestMaleAlive($params = array()) function in Fisharebest\\Webtrees\\Stats