Home
last modified time | relevance | path

Searched refs:chartIndisWithSources (Results 1 – 6 of 6) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/statistics/other/
H A Dchart-sources.phtml24 <?= $stats->chartIndisWithSources() ?>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Google/
H A DChartIndividualWithSources.php63 public function chartIndisWithSources( function in Fisharebest\\Webtrees\\Statistics\\Google\\ChartIndividualWithSources
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dstatistics.php402 <td class="facts_value statistics-page">', $stats->chartIndisWithSources(), '</td>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1825 public function chartIndisWithSources( function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
1833 ->chartIndisWithSources($tot_indi, $tot_indi_source, $color_from, $color_to);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php361 public function chartIndisWithSources( function in Fisharebest\\Webtrees\\Statistics
365 return $this->individualRepository->chartIndisWithSources($color_from, $color_to);
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php413 public function chartIndisWithSources($params = array()) function in Fisharebest\\Webtrees\\Stats