Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Google/
H A DChartSex.php34 * @param int $tot_u The total number of unknown individuals
44 int $tot_u, argument
60 if ($tot_m > 0 || $tot_f > 0 || $tot_u > 0) {
73 $tot_u
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1921 $tot_u = $this->totalSexUnknownQuery();
1924 ->chartSex($tot_m, $tot_f, $tot_u, $color_female, $color_male, $color_unknown);