Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Google/
H A DChartIndividualWithSources.php47 * @param int $tot_indi_source The total number of individuals with sources
55 int $tot_indi_source, argument
69 if ($tot_indi > 0 || $tot_indi_source > 0) {
72 $tot_indi - $tot_indi_source
77 $tot_indi_source
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1882 $tot_indi_source = $this->totalIndisWithSourcesQuery();
1885 ->chartIndisWithSources($tot_indi, $tot_indi_source, $color_from, $color_to);