Home
last modified time | relevance | path

Searched defs:total (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php148 private function topTenGrandFamilyQuery(int $total): array
198 public function topTenLargestGrandFamily(int $total = 10): string
212 public function topTenLargestGrandFamilyList(int $total = 10): string
304 private function ageBetweenSiblingsQuery(int $total): array
369 private function ageBetweenSiblingsNoList(int $total): array
401 private function ageBetweenSiblingsList(int $total, bool $one): array
445 private function ageBetweenSiblingsAge(int $total): string
464 private function ageBetweenSiblingsName(int $total): string
495 public function topAgeBetweenSiblingsName(int $total = 10): string
507 public function topAgeBetweenSiblings(int $total = 10): string
[all …]
H A DIndividualRepository.php992 private function topTenOldestQuery(string $sex, int $total): array
1023 public function topTenOldest(int $total = 10): string
1039 public function topTenOldestList(int $total = 10): string
1055 public function topTenOldestFemale(int $total = 10): string
1071 public function topTenOldestFemaleList(int $total = 10): string
1087 public function topTenOldestMale(int $total = 10): string
1103 public function topTenOldestMaleList(int $total = 10): string
1120 private function topTenOldestAliveQuery(string $sex, int $total): array
1161 public function topTenOldestAlive(int $total = 10): string
1181 public function topTenOldestListAlive(int $total = 10): string
[all …]
/webtrees/app/
H A DStatistics.php1153 public function topTenOldest(string $total = '10'): string
1163 public function topTenOldestList(string $total = '10'): string
1173 public function topTenOldestFemale(string $total = '10'): string
1183 public function topTenOldestFemaleList(string $total = '10'): string
1193 public function topTenOldestMale(string $total = '10'): string
1203 public function topTenOldestMaleList(string $total = '10'): string
1213 public function topTenOldestAlive(string $total = '10'): string
1223 public function topTenOldestListAlive(string $total = '10'): string
1233 public function topTenOldestFemaleAlive(string $total = '10'): string
1243 public function topTenOldestFemaleListAlive(string $total = '10'): string
[all …]
/webtrees/app/Statistics/Google/
H A DChartFamilyLargest.php60 private function queryRecords(int $total): array
83 int $total = 10