Home
last modified time | relevance | path

Searched refs:totalMedia (Results 1 – 8 of 8) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/statistics/other/
H A Dtotal-records.phtml22 … <span class="badge badge-secondary badge-pill float-right"><?= $stats->totalMedia() ?></span>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/Interfaces/
H A DMediaRepositoryInterface.php32 public function totalMedia(): string; function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/modules/gedcom_stats/
H A Dstatistics.phtml116 <?= $stats->totalMedia() ?>
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dstatistics.php359 <td class="facts_value statistics-page">', $stats->totalMedia(), '</td>
380 <legend>', I18N::translate('Media objects'), ': ', $stats->totalMedia(), '</legend>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DMediaRepository.php142 public function totalMedia(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\MediaRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Module/
H A DFamilyTreeStatisticsModule.php125 …<a href="medialist.php?ged=' . $WT_TREE->getNameUrl() . '">' . $stats->totalMedia() . '</a></div><…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php672 public function totalMedia(): string function in Fisharebest\\Webtrees\\Statistics
674 return $this->mediaRepository->totalMedia();
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php1220 public function totalMedia() function in Fisharebest\\Webtrees\\Stats