Lines Matching defs:total
1149 * @param string $total
1153 public function topTenOldest(string $total = '10'): string
1155 return $this->individual_repository->topTenOldest((int) $total);
1159 * @param string $total
1163 public function topTenOldestList(string $total = '10'): string
1165 return $this->individual_repository->topTenOldestList((int) $total);
1169 * @param string $total
1173 public function topTenOldestFemale(string $total = '10'): string
1175 return $this->individual_repository->topTenOldestFemale((int) $total);
1179 * @param string $total
1183 public function topTenOldestFemaleList(string $total = '10'): string
1185 return $this->individual_repository->topTenOldestFemaleList((int) $total);
1189 * @param string $total
1193 public function topTenOldestMale(string $total = '10'): string
1195 return $this->individual_repository->topTenOldestMale((int) $total);
1199 * @param string $total
1203 public function topTenOldestMaleList(string $total = '10'): string
1205 return $this->individual_repository->topTenOldestMaleList((int) $total);
1209 * @param string $total
1213 public function topTenOldestAlive(string $total = '10'): string
1215 return $this->individual_repository->topTenOldestAlive((int) $total);
1219 * @param string $total
1223 public function topTenOldestListAlive(string $total = '10'): string
1225 return $this->individual_repository->topTenOldestListAlive((int) $total);
1229 * @param string $total
1233 public function topTenOldestFemaleAlive(string $total = '10'): string
1235 return $this->individual_repository->topTenOldestFemaleAlive((int) $total);
1239 * @param string $total
1243 public function topTenOldestFemaleListAlive(string $total = '10'): string
1245 return $this->individual_repository->topTenOldestFemaleListAlive((int) $total);
1249 * @param string $total
1253 public function topTenOldestMaleAlive(string $total = '10'): string
1255 return $this->individual_repository->topTenOldestMaleAlive((int) $total);
1259 * @param string $total
1263 public function topTenOldestMaleListAlive(string $total = '10'): string
1265 return $this->individual_repository->topTenOldestMaleListAlive((int) $total);
1675 * @param string $total
1679 public function ageBetweenSpousesMF(string $total = '10'): string
1681 return $this->family_repository->ageBetweenSpousesMF((int) $total);
1685 * @param string $total
1689 public function ageBetweenSpousesMFList(string $total = '10'): string
1691 return $this->family_repository->ageBetweenSpousesMFList((int) $total);
1695 * @param string $total
1699 public function ageBetweenSpousesFM(string $total = '10'): string
1701 return $this->family_repository->ageBetweenSpousesFM((int) $total);
1705 * @param string $total
1709 public function ageBetweenSpousesFMList(string $total = '10'): string
1711 return $this->family_repository->ageBetweenSpousesFMList((int) $total);
1731 * @param string $total
1735 public function topAgeOfMarriageFamilies(string $total = '10'): string
1737 return $this->family_repository->topAgeOfMarriageFamilies((int) $total);
1741 * @param string $total
1745 public function topAgeOfMarriageFamiliesList(string $total = '10'): string
1747 return $this->family_repository->topAgeOfMarriageFamiliesList((int) $total);
1767 * @param string $total
1771 public function minAgeOfMarriageFamilies(string $total = '10'): string
1773 return $this->family_repository->minAgeOfMarriageFamilies((int) $total);
1777 * @param string $total
1781 public function minAgeOfMarriageFamiliesList(string $total = '10'): string
1783 return $this->family_repository->minAgeOfMarriageFamiliesList((int) $total);
1953 * @param string $total
1957 public function topTenLargestFamily(string $total = '10'): string
1959 return $this->family_repository->topTenLargestFamily((int) $total);
1963 * @param string $total
1967 public function topTenLargestFamilyList(string $total = '10'): string
1969 return $this->family_repository->topTenLargestFamilyList((int) $total);
1975 * @param string $total
1982 string $total = '10'
1984 return $this->family_repository->chartLargestFamilies($color_from, $color_to, (int) $total);
2023 * @param string $total
2027 public function topAgeBetweenSiblingsName(string $total = '10'): string
2029 return $this->family_repository->topAgeBetweenSiblingsName((int) $total);
2033 * @param string $total
2037 public function topAgeBetweenSiblings(string $total = '10'): string
2039 return $this->family_repository->topAgeBetweenSiblings((int) $total);
2043 * @param string $total
2047 public function topAgeBetweenSiblingsFullName(string $total = '10'): string
2049 return $this->family_repository->topAgeBetweenSiblingsFullName((int) $total);
2053 * @param string $total
2058 public function topAgeBetweenSiblingsList(string $total = '10', string $one = ''): string
2060 return $this->family_repository->topAgeBetweenSiblingsList((int) $total, $one);
2095 * @param string $total
2099 public function topTenLargestGrandFamily(string $total = '10'): string
2101 return $this->family_repository->topTenLargestGrandFamily((int) $total);
2105 * @param string $total
2109 public function topTenLargestGrandFamilyList(string $total = '10'): string
2111 return $this->family_repository->topTenLargestGrandFamilyList((int) $total);