Home
last modified time | relevance | path

Searched refs:tot_f (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Statistics/Google/
H A DChartSex.php33 * @param int $tot_f The total number of female individuals
43 int $tot_f, argument
60 if ($tot_m > 0 || $tot_f > 0 || $tot_u > 0) {
68 $tot_f
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1920 $tot_f = $this->totalSexFemalesQuery();
1924 ->chartSex($tot_m, $tot_f, $tot_u, $color_female, $color_male, $color_unknown);