Home
last modified time | relevance | path

Searched refs:totalIndisWithSources (Results 1 – 5 of 5) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/statistics/other/
H A Dchart-sources.phtml21 … class="badge badge-secondary badge-pill float-right"><?= $stats->totalIndisWithSources() ?></span>
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dstatistics.php398 <td class="facts_value statistics-page">', $stats->totalIndisWithSources(), '</td>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php350 public function totalIndisWithSources(): string function in Fisharebest\\Webtrees\\Statistics
352 return $this->individualRepository->totalIndisWithSources();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1601 public function totalIndisWithSources(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php401 public function totalIndisWithSources() function in Fisharebest\\Webtrees\\Stats