Home
last modified time | relevance | path

Searched refs:tot_indi (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Statistics/Google/
H A DChartIndividualWithSources.php46 * @param int $tot_indi The total number of individuals
54 int $tot_indi, argument
69 if ($tot_indi > 0 || $tot_indi_source > 0) {
72 $tot_indi - $tot_indi_source
H A DChartCommonGiven.php46 * @param int $tot_indi The total number of individuals
54 int $tot_indi, argument
80 $tot_indi - $tot
H A DChartCommonSurname.php104 * @param int $tot_indi The total number of individuals
112 int $tot_indi, argument
138 $tot_indi - $tot
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1813 $tot_indi = $this->totalIndividualsQuery();
1821 ->chartCommonGiven($tot_indi, $given, $color_from, $color_to);
1838 $tot_indi = $this->totalIndividualsQuery();
1849 ->chartCommonSurnames($tot_indi, $all_surnames, $color_from, $color_to);
1881 $tot_indi = $this->totalIndividualsQuery();
1885 ->chartIndisWithSources($tot_indi, $tot_indi_source, $color_from, $color_to);