Searched refs:tot_indi (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Statistics/Google/ |
H A D | ChartIndividualWithSources.php | 46 * @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 D | ChartCommonGiven.php | 46 * @param int $tot_indi The total number of individuals 54 int $tot_indi, argument 80 $tot_indi - $tot
|
H A D | ChartCommonSurname.php | 104 * @param int $tot_indi The total number of individuals 112 int $tot_indi, argument 138 $tot_indi - $tot
|
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 1813 $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);
|