Lines Matching refs:individual_repository

97     private IndividualRepository $individual_repository;  variable in Fisharebest\\Webtrees\\Statistics
149 …$this->individual_repository = new IndividualRepository($century_service, $color_service, $tree);
163 …ace_repository = new PlaceRepository($tree, $country_service, $this->individual_repository);
284 return $this->individual_repository->totalRecords();
292 return $this->individual_repository->totalIndividuals();
300 return $this->individual_repository->totalIndisWithSources();
308 return $this->individual_repository->totalIndisWithSourcesPercentage();
321 return $this->individual_repository->chartIndisWithSources($color_from, $color_to);
329 return $this->individual_repository->totalIndividualsPercentage();
337 return $this->individual_repository->totalFamilies();
345 return $this->individual_repository->totalFamiliesPercentage();
353 return $this->individual_repository->totalFamsWithSources();
361 return $this->individual_repository->totalFamsWithSourcesPercentage();
374 return $this->individual_repository->chartFamsWithSources($color_from, $color_to);
382 return $this->individual_repository->totalSources();
390 return $this->individual_repository->totalSourcesPercentage();
398 return $this->individual_repository->totalNotes();
406 return $this->individual_repository->totalNotesPercentage();
414 return $this->individual_repository->totalRepositories();
422 return $this->individual_repository->totalRepositoriesPercentage();
432 return $this->individual_repository->totalSurnames(...$params);
442 return $this->individual_repository->totalGivennames(...$params);
532 return $this->individual_repository->totalSexMales();
540 return $this->individual_repository->totalSexMalesPercentage();
548 return $this->individual_repository->totalSexFemales();
556 return $this->individual_repository->totalSexFemalesPercentage();
564 return $this->individual_repository->totalSexUnknown();
572 return $this->individual_repository->totalSexUnknownPercentage();
587 return $this->individual_repository->chartSex($color_female, $color_male, $color_unknown);
595 return $this->individual_repository->totalLiving();
603 return $this->individual_repository->totalLivingPercentage();
611 return $this->individual_repository->totalDeceased();
619 return $this->individual_repository->totalDeceasedPercentage();
630 return $this->individual_repository->chartMortality($color_living, $color_dead);
931 return $this->individual_repository->statsBirthQuery($year1, $year2);
942 return $this->individual_repository->statsBirthBySexQuery($year1, $year2);
953 return $this->individual_repository->statsBirth($color_from, $color_to);
1028 return $this->individual_repository->statsDeathQuery($year1, $year2);
1039 return $this->individual_repository->statsDeathBySexQuery($year1, $year2);
1050 return $this->individual_repository->statsDeath($color_from, $color_to);
1065 return $this->individual_repository->statsAgeQuery($related, $sex, $year1, $year2);
1073 return $this->individual_repository->statsAge();
1081 return $this->individual_repository->longestLife();
1089 return $this->individual_repository->longestLifeAge();
1097 return $this->individual_repository->longestLifeName();
1105 return $this->individual_repository->longestLifeFemale();
1113 return $this->individual_repository->longestLifeFemaleAge();
1121 return $this->individual_repository->longestLifeFemaleName();
1129 return $this->individual_repository->longestLifeMale();
1137 return $this->individual_repository->longestLifeMaleAge();
1145 return $this->individual_repository->longestLifeMaleName();
1155 return $this->individual_repository->topTenOldest((int) $total);
1165 return $this->individual_repository->topTenOldestList((int) $total);
1175 return $this->individual_repository->topTenOldestFemale((int) $total);
1185 return $this->individual_repository->topTenOldestFemaleList((int) $total);
1195 return $this->individual_repository->topTenOldestMale((int) $total);
1205 return $this->individual_repository->topTenOldestMaleList((int) $total);
1215 return $this->individual_repository->topTenOldestAlive((int) $total);
1225 return $this->individual_repository->topTenOldestListAlive((int) $total);
1235 return $this->individual_repository->topTenOldestFemaleAlive((int) $total);
1245 return $this->individual_repository->topTenOldestFemaleListAlive((int) $total);
1255 return $this->individual_repository->topTenOldestMaleAlive((int) $total);
1265 return $this->individual_repository->topTenOldestMaleListAlive((int) $total);
1275 return $this->individual_repository->averageLifespan((bool) $show_years);
1285 return $this->individual_repository->averageLifespanFemale((bool) $show_years);
1295 return $this->individual_repository->averageLifespanMale((bool) $show_years);
2119 return $this->individual_repository->getCommonSurname();
2134 …return $this->individual_repository->commonSurnames((int) $threshold, (int) $number_of_surnames, $…
2149 …return $this->individual_repository->commonSurnamesTotals((int) $threshold, (int) $number_of_surna…
2164 …return $this->individual_repository->commonSurnamesList((int) $threshold, (int) $number_of_surname…
2179 return $this->individual_repository
2195 return $this->individual_repository
2207 return $this->individual_repository->commonGiven((int) $threshold, (int) $maxtoshow);
2218 return $this->individual_repository->commonGivenTotals((int) $threshold, (int) $maxtoshow);
2229 return $this->individual_repository->commonGivenList((int) $threshold, (int) $maxtoshow);
2240 … return $this->individual_repository->commonGivenListTotals((int) $threshold, (int) $maxtoshow);
2251 return $this->individual_repository->commonGivenTable((int) $threshold, (int) $maxtoshow);
2262 return $this->individual_repository->commonGivenFemale((int) $threshold, (int) $maxtoshow);
2273 … return $this->individual_repository->commonGivenFemaleTotals((int) $threshold, (int) $maxtoshow);
2284 … return $this->individual_repository->commonGivenFemaleList((int) $threshold, (int) $maxtoshow);
2295 …return $this->individual_repository->commonGivenFemaleListTotals((int) $threshold, (int) $maxtosho…
2306 … return $this->individual_repository->commonGivenFemaleTable((int) $threshold, (int) $maxtoshow);
2317 return $this->individual_repository->commonGivenMale((int) $threshold, (int) $maxtoshow);
2328 … return $this->individual_repository->commonGivenMaleTotals((int) $threshold, (int) $maxtoshow);
2339 … return $this->individual_repository->commonGivenMaleList((int) $threshold, (int) $maxtoshow);
2350 …return $this->individual_repository->commonGivenMaleListTotals((int) $threshold, (int) $maxtoshow);
2361 … return $this->individual_repository->commonGivenMaleTable((int) $threshold, (int) $maxtoshow);
2372 return $this->individual_repository->commonGivenUnknown((int) $threshold, (int) $maxtoshow);
2383 … return $this->individual_repository->commonGivenUnknownTotals((int) $threshold, (int) $maxtoshow);
2394 … return $this->individual_repository->commonGivenUnknownList((int) $threshold, (int) $maxtoshow);
2405 …return $this->individual_repository->commonGivenUnknownListTotals((int) $threshold, (int) $maxtosh…
2416 … return $this->individual_repository->commonGivenUnknownTable((int) $threshold, (int) $maxtoshow);
2431 … return $this->individual_repository->chartCommonGiven($color_from, $color_to, (int) $maxtoshow);