Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Google/
H A DChartFamilyWithSources.php47 * @param int $tot_fam_source The total number of families with sources
55 int $tot_fam_source, argument
69 if ($tot_fam > 0 || $tot_fam_source > 0) {
72 $tot_fam - $tot_fam_source
77 $tot_fam_source
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1901 $tot_fam_source = $this->totalFamsWithSourcesQuery();
1904 ->chartFamsWithSources($tot_fam, $tot_fam_source, $color_from, $color_to);