Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Google/
H A DChartSex.php32 * @param int $tot_m The total number of male individuals
42 int $tot_m, argument
60 if ($tot_m > 0 || $tot_f > 0 || $tot_u > 0) {
63 $tot_m
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1919 $tot_m = $this->totalSexMalesQuery();
1924 ->chartSex($tot_m, $tot_f, $tot_u, $color_female, $color_male, $color_unknown);