Lines Matching refs:this
147 $this->tree = $tree;
148 $this->gedcom_repository = new GedcomRepository($tree);
149 …$this->individual_repository = new IndividualRepository($century_service, $color_service, $tree);
150 … $this->family_repository = new FamilyRepository($century_service, $color_service, $tree);
151 $this->family_dates_repository = new FamilyDatesRepository($tree);
152 $this->media_repository = new MediaRepository($color_service, $tree);
153 $this->event_repository = new EventRepository($tree);
154 $this->user_repository = new UserRepository($tree, $user_service);
155 $this->server_repository = new ServerRepository();
156 $this->browser_repository = new BrowserRepository();
157 $this->hit_count_repository = new HitCountRepository($tree, $user_service);
158 $this->latest_user_repository = new LatestUserRepository($user_service);
159 $this->favorites_repository = new FavoritesRepository($tree, $module_service);
160 $this->news_repository = new NewsRepository($tree);
161 $this->message_repository = new MessageRepository();
162 $this->contact_repository = new ContactRepository($tree, $user_service);
163 …$this->place_repository = new PlaceRepository($tree, $country_service, $this->individual_re…
164 $this->module_service = $module_service;
175 $class = new ReflectionClass($this);
190 return '<dt>#' . $tag . '#</dt><dd>' . $this->$tag() . '</dd>';
209 $text = strtr($text, $this->getTags($text));
220 return $this->gedcom_repository->gedcomFilename();
228 return $this->gedcom_repository->gedcomId();
236 return $this->gedcom_repository->gedcomTitle();
244 return $this->gedcom_repository->gedcomCreatedSoftware();
252 return $this->gedcom_repository->gedcomCreatedVersion();
260 return $this->gedcom_repository->gedcomDate();
268 return $this->gedcom_repository->gedcomUpdated();
276 return $this->gedcom_repository->gedcomRootId();
284 return $this->individual_repository->totalRecords();
292 return $this->individual_repository->totalIndividuals();
300 return $this->individual_repository->totalIndisWithSources();
308 return $this->individual_repository->totalIndisWithSourcesPercentage();
321 return $this->individual_repository->chartIndisWithSources($color_from, $color_to);
329 return $this->individual_repository->totalIndividualsPercentage();
337 return $this->individual_repository->totalFamilies();
345 return $this->individual_repository->totalFamiliesPercentage();
353 return $this->individual_repository->totalFamsWithSources();
361 return $this->individual_repository->totalFamsWithSourcesPercentage();
374 return $this->individual_repository->chartFamsWithSources($color_from, $color_to);
382 return $this->individual_repository->totalSources();
390 return $this->individual_repository->totalSourcesPercentage();
398 return $this->individual_repository->totalNotes();
406 return $this->individual_repository->totalNotesPercentage();
414 return $this->individual_repository->totalRepositories();
422 return $this->individual_repository->totalRepositoriesPercentage();
432 return $this->individual_repository->totalSurnames(...$params);
442 return $this->individual_repository->totalGivennames(...$params);
452 return $this->event_repository->totalEvents($events);
460 return $this->event_repository->totalEventsBirth();
468 return $this->event_repository->totalBirths();
476 return $this->event_repository->totalEventsDeath();
484 return $this->event_repository->totalDeaths();
492 return $this->event_repository->totalEventsMarriage();
500 return $this->event_repository->totalMarriages();
508 return $this->event_repository->totalEventsDivorce();
516 return $this->event_repository->totalDivorces();
524 return $this->event_repository->totalEventsOther();
532 return $this->individual_repository->totalSexMales();
540 return $this->individual_repository->totalSexMalesPercentage();
548 return $this->individual_repository->totalSexFemales();
556 return $this->individual_repository->totalSexFemalesPercentage();
564 return $this->individual_repository->totalSexUnknown();
572 return $this->individual_repository->totalSexUnknownPercentage();
587 return $this->individual_repository->chartSex($color_female, $color_male, $color_unknown);
595 return $this->individual_repository->totalLiving();
603 return $this->individual_repository->totalLivingPercentage();
611 return $this->individual_repository->totalDeceased();
619 return $this->individual_repository->totalDeceasedPercentage();
630 return $this->individual_repository->chartMortality($color_living, $color_dead);
638 return $this->media_repository->totalMedia();
646 return $this->media_repository->totalMediaAudio();
654 return $this->media_repository->totalMediaBook();
662 return $this->media_repository->totalMediaCard();
670 return $this->media_repository->totalMediaCertificate();
678 return $this->media_repository->totalMediaCoatOfArms();
686 return $this->media_repository->totalMediaDocument();
694 return $this->media_repository->totalMediaElectronic();
702 return $this->media_repository->totalMediaMagazine();
710 return $this->media_repository->totalMediaManuscript();
718 return $this->media_repository->totalMediaMap();
726 return $this->media_repository->totalMediaFiche();
734 return $this->media_repository->totalMediaFilm();
742 return $this->media_repository->totalMediaNewspaper();
750 return $this->media_repository->totalMediaPainting();
758 return $this->media_repository->totalMediaPhoto();
766 return $this->media_repository->totalMediaTombstone();
774 return $this->media_repository->totalMediaVideo();
782 return $this->media_repository->totalMediaOther();
790 return $this->media_repository->totalMediaUnknown();
801 return $this->media_repository->chartMedia($color_from, $color_to);
809 return $this->place_repository->totalPlaces();
824 return $this->place_repository->chartDistribution($chart_shows, $chart_type, $surname);
832 return $this->place_repository->commonCountriesList();
840 return $this->place_repository->commonBirthPlacesList();
848 return $this->place_repository->commonDeathPlacesList();
856 return $this->place_repository->commonMarriagePlacesList();
864 return $this->family_dates_repository->firstBirth();
872 return $this->family_dates_repository->firstBirthYear();
880 return $this->family_dates_repository->firstBirthName();
888 return $this->family_dates_repository->firstBirthPlace();
896 return $this->family_dates_repository->lastBirth();
904 return $this->family_dates_repository->lastBirthYear();
912 return $this->family_dates_repository->lastBirthName();
920 return $this->family_dates_repository->lastBirthPlace();
931 return $this->individual_repository->statsBirthQuery($year1, $year2);
942 return $this->individual_repository->statsBirthBySexQuery($year1, $year2);
953 return $this->individual_repository->statsBirth($color_from, $color_to);
961 return $this->family_dates_repository->firstDeath();
969 return $this->family_dates_repository->firstDeathYear();
977 return $this->family_dates_repository->firstDeathName();
985 return $this->family_dates_repository->firstDeathPlace();
993 return $this->family_dates_repository->lastDeath();
1001 return $this->family_dates_repository->lastDeathYear();
1009 return $this->family_dates_repository->lastDeathName();
1017 return $this->family_dates_repository->lastDeathPlace();
1028 return $this->individual_repository->statsDeathQuery($year1, $year2);
1039 return $this->individual_repository->statsDeathBySexQuery($year1, $year2);
1050 return $this->individual_repository->statsDeath($color_from, $color_to);
1065 return $this->individual_repository->statsAgeQuery($related, $sex, $year1, $year2);
1073 return $this->individual_repository->statsAge();
1081 return $this->individual_repository->longestLife();
1089 return $this->individual_repository->longestLifeAge();
1097 return $this->individual_repository->longestLifeName();
1105 return $this->individual_repository->longestLifeFemale();
1113 return $this->individual_repository->longestLifeFemaleAge();
1121 return $this->individual_repository->longestLifeFemaleName();
1129 return $this->individual_repository->longestLifeMale();
1137 return $this->individual_repository->longestLifeMaleAge();
1145 return $this->individual_repository->longestLifeMaleName();
1155 return $this->individual_repository->topTenOldest((int) $total);
1165 return $this->individual_repository->topTenOldestList((int) $total);
1175 return $this->individual_repository->topTenOldestFemale((int) $total);
1185 return $this->individual_repository->topTenOldestFemaleList((int) $total);
1195 return $this->individual_repository->topTenOldestMale((int) $total);
1205 return $this->individual_repository->topTenOldestMaleList((int) $total);
1215 return $this->individual_repository->topTenOldestAlive((int) $total);
1225 return $this->individual_repository->topTenOldestListAlive((int) $total);
1235 return $this->individual_repository->topTenOldestFemaleAlive((int) $total);
1245 return $this->individual_repository->topTenOldestFemaleListAlive((int) $total);
1255 return $this->individual_repository->topTenOldestMaleAlive((int) $total);
1265 return $this->individual_repository->topTenOldestMaleListAlive((int) $total);
1275 return $this->individual_repository->averageLifespan((bool) $show_years);
1285 return $this->individual_repository->averageLifespanFemale((bool) $show_years);
1295 return $this->individual_repository->averageLifespanMale((bool) $show_years);
1303 return $this->event_repository->firstEvent();
1311 return $this->event_repository->firstEventYear();
1319 return $this->event_repository->firstEventType();
1327 return $this->event_repository->firstEventName();
1335 return $this->event_repository->firstEventPlace();
1343 return $this->event_repository->lastEvent();
1351 return $this->event_repository->lastEventYear();
1359 return $this->event_repository->lastEventType();
1367 return $this->event_repository->lastEventName();
1375 return $this->event_repository->lastEventPlace();
1383 return $this->family_dates_repository->firstMarriage();
1391 return $this->family_dates_repository->firstMarriageYear();
1399 return $this->family_dates_repository->firstMarriageName();
1407 return $this->family_dates_repository->firstMarriagePlace();
1415 return $this->family_dates_repository->lastMarriage();
1423 return $this->family_dates_repository->lastMarriageYear();
1431 return $this->family_dates_repository->lastMarriageName();
1439 return $this->family_dates_repository->lastMarriagePlace();
1450 return $this->family_repository->statsMarriageQuery($year1, $year2);
1461 return $this->family_repository->statsFirstMarriageQuery($year1, $year2);
1472 return $this->family_repository->statsMarr($color_from, $color_to);
1480 return $this->family_dates_repository->firstDivorce();
1488 return $this->family_dates_repository->firstDivorceYear();
1496 return $this->family_dates_repository->firstDivorceName();
1504 return $this->family_dates_repository->firstDivorcePlace();
1512 return $this->family_dates_repository->lastDivorce();
1520 return $this->family_dates_repository->lastDivorceYear();
1528 return $this->family_dates_repository->lastDivorceName();
1536 return $this->family_dates_repository->lastDivorcePlace();
1547 return $this->family_repository->statsDiv($color_from, $color_to);
1555 return $this->family_repository->youngestMarriageFemale();
1563 return $this->family_repository->youngestMarriageFemaleName();
1573 return $this->family_repository->youngestMarriageFemaleAge($show_years);
1581 return $this->family_repository->oldestMarriageFemale();
1589 return $this->family_repository->oldestMarriageFemaleName();
1599 return $this->family_repository->oldestMarriageFemaleAge($show_years);
1607 return $this->family_repository->youngestMarriageMale();
1615 return $this->family_repository->youngestMarriageMaleName();
1625 return $this->family_repository->youngestMarriageMaleAge($show_years);
1633 return $this->family_repository->oldestMarriageMale();
1641 return $this->family_repository->oldestMarriageMaleName();
1651 return $this->family_repository->oldestMarriageMaleAge($show_years);
1663 return $this->family_repository->statsMarrAgeQuery($sex, $year1, $year2);
1671 return $this->family_repository->statsMarrAge();
1681 return $this->family_repository->ageBetweenSpousesMF((int) $total);
1691 return $this->family_repository->ageBetweenSpousesMFList((int) $total);
1701 return $this->family_repository->ageBetweenSpousesFM((int) $total);
1711 return $this->family_repository->ageBetweenSpousesFMList((int) $total);
1719 return $this->family_repository->topAgeOfMarriageFamily();
1727 return $this->family_repository->topAgeOfMarriage();
1737 return $this->family_repository->topAgeOfMarriageFamilies((int) $total);
1747 return $this->family_repository->topAgeOfMarriageFamiliesList((int) $total);
1755 return $this->family_repository->minAgeOfMarriageFamily();
1763 return $this->family_repository->minAgeOfMarriage();
1773 return $this->family_repository->minAgeOfMarriageFamilies((int) $total);
1783 return $this->family_repository->minAgeOfMarriageFamiliesList((int) $total);
1791 return $this->family_repository->youngestMother();
1799 return $this->family_repository->youngestMotherName();
1809 return $this->family_repository->youngestMotherAge($show_years);
1817 return $this->family_repository->oldestMother();
1825 return $this->family_repository->oldestMotherName();
1835 return $this->family_repository->oldestMotherAge($show_years);
1843 return $this->family_repository->youngestFather();
1851 return $this->family_repository->youngestFatherName();
1861 return $this->family_repository->youngestFatherAge($show_years);
1869 return $this->family_repository->oldestFather();
1877 return $this->family_repository->oldestFatherName();
1887 return $this->family_repository->oldestFatherAge($show_years);
1895 return $this->family_repository->totalMarriedMales();
1903 return $this->family_repository->totalMarriedFemales();
1914 return $this->family_repository->monthFirstChildQuery($year1, $year2);
1925 return $this->family_repository->monthFirstChildBySexQuery($year1, $year2);
1933 return $this->family_repository->largestFamily();
1941 return $this->family_repository->largestFamilySize();
1949 return $this->family_repository->largestFamilyName();
1959 return $this->family_repository->topTenLargestFamily((int) $total);
1969 return $this->family_repository->topTenLargestFamilyList((int) $total);
1984 return $this->family_repository->chartLargestFamilies($color_from, $color_to, (int) $total);
1992 return $this->family_repository->totalChildren();
2000 return $this->family_repository->averageChildren();
2011 return $this->family_repository->statsChildrenQuery($year1, $year2);
2019 return $this->family_repository->statsChildren();
2029 return $this->family_repository->topAgeBetweenSiblingsName((int) $total);
2039 return $this->family_repository->topAgeBetweenSiblings((int) $total);
2049 return $this->family_repository->topAgeBetweenSiblingsFullName((int) $total);
2060 return $this->family_repository->topAgeBetweenSiblingsList((int) $total, $one);
2068 return $this->family_repository->noChildrenFamilies();
2078 return $this->family_repository->noChildrenFamiliesList($type);
2091 return $this->family_repository->chartNoChildrenFamilies((int) $year1, (int) $year2);
2101 return $this->family_repository->topTenLargestGrandFamily((int) $total);
2111 return $this->family_repository->topTenLargestGrandFamilyList((int) $total);
2119 return $this->individual_repository->getCommonSurname();
2134 …return $this->individual_repository->commonSurnames((int) $threshold, (int) $number_of_surnames, $…
2149 …return $this->individual_repository->commonSurnamesTotals((int) $threshold, (int) $number_of_surna…
2164 …return $this->individual_repository->commonSurnamesList((int) $threshold, (int) $number_of_surname…
2179 return $this->individual_repository
2195 return $this->individual_repository
2207 return $this->individual_repository->commonGiven((int) $threshold, (int) $maxtoshow);
2218 return $this->individual_repository->commonGivenTotals((int) $threshold, (int) $maxtoshow);
2229 return $this->individual_repository->commonGivenList((int) $threshold, (int) $maxtoshow);
2240 … return $this->individual_repository->commonGivenListTotals((int) $threshold, (int) $maxtoshow);
2251 return $this->individual_repository->commonGivenTable((int) $threshold, (int) $maxtoshow);
2262 return $this->individual_repository->commonGivenFemale((int) $threshold, (int) $maxtoshow);
2273 … return $this->individual_repository->commonGivenFemaleTotals((int) $threshold, (int) $maxtoshow);
2284 … return $this->individual_repository->commonGivenFemaleList((int) $threshold, (int) $maxtoshow);
2295 …return $this->individual_repository->commonGivenFemaleListTotals((int) $threshold, (int) $maxtosho…
2306 … return $this->individual_repository->commonGivenFemaleTable((int) $threshold, (int) $maxtoshow);
2317 return $this->individual_repository->commonGivenMale((int) $threshold, (int) $maxtoshow);
2328 … return $this->individual_repository->commonGivenMaleTotals((int) $threshold, (int) $maxtoshow);
2339 … return $this->individual_repository->commonGivenMaleList((int) $threshold, (int) $maxtoshow);
2350 …return $this->individual_repository->commonGivenMaleListTotals((int) $threshold, (int) $maxtoshow);
2361 … return $this->individual_repository->commonGivenMaleTable((int) $threshold, (int) $maxtoshow);
2372 return $this->individual_repository->commonGivenUnknown((int) $threshold, (int) $maxtoshow);
2383 … return $this->individual_repository->commonGivenUnknownTotals((int) $threshold, (int) $maxtoshow);
2394 … return $this->individual_repository->commonGivenUnknownList((int) $threshold, (int) $maxtoshow);
2405 …return $this->individual_repository->commonGivenUnknownListTotals((int) $threshold, (int) $maxtosh…
2416 … return $this->individual_repository->commonGivenUnknownTable((int) $threshold, (int) $maxtoshow);
2431 … return $this->individual_repository->chartCommonGiven($color_from, $color_to, (int) $maxtoshow);
2439 return $this->user_repository->usersLoggedIn();
2447 return $this->user_repository->usersLoggedInList();
2455 return $this->user_repository->usersLoggedInTotal();
2463 return $this->user_repository->usersLoggedInTotalAnon();
2471 return $this->user_repository->usersLoggedInTotalVisible();
2479 return $this->user_repository->userId();
2489 return $this->user_repository->userName($visitor_text);
2497 return $this->user_repository->userFullName();
2505 return $this->user_repository->totalUsers();
2513 return $this->user_repository->totalAdmins();
2521 return $this->user_repository->totalNonAdmins();
2529 return $this->latest_user_repository->latestUserId();
2537 return $this->latest_user_repository->latestUserName();
2545 return $this->latest_user_repository->latestUserFullName();
2555 return $this->latest_user_repository->latestUserRegDate($format);
2565 return $this->latest_user_repository->latestUserRegTime($format);
2576 return $this->latest_user_repository->latestUserLoggedin($yes, $no);
2584 return $this->contact_repository->contactWebmaster();
2592 return $this->contact_repository->contactGedcom();
2600 return $this->server_repository->serverDate();
2608 return $this->server_repository->serverTime();
2616 return $this->server_repository->serverTime24();
2626 return $this->server_repository->serverTimezone();
2634 return $this->browser_repository->browserDate();
2642 return $this->browser_repository->browserTime();
2650 return $this->browser_repository->browserTimezone();
2660 return $this->hit_count_repository->hitCount($page_parameter);
2670 return $this->hit_count_repository->hitCountUser($page_parameter);
2680 return $this->hit_count_repository->hitCountIndi($page_parameter);
2690 return $this->hit_count_repository->hitCountFam($page_parameter);
2700 return $this->hit_count_repository->hitCountSour($page_parameter);
2710 return $this->hit_count_repository->hitCountRepo($page_parameter);
2720 return $this->hit_count_repository->hitCountNote($page_parameter);
2730 return $this->hit_count_repository->hitCountObje($page_parameter);
2738 return $this->favorites_repository->gedcomFavorites();
2746 return $this->favorites_repository->userFavorites();
2754 return $this->favorites_repository->totalGedcomFavorites();
2762 return $this->favorites_repository->totalUserFavorites();
2770 return $this->message_repository->totalUserMessages();
2778 return $this->news_repository->totalUserJournal();
2786 return $this->news_repository->totalGedcomNews();
2801 $module = $this->module_service
2802 ->findByComponent(ModuleBlockInterface::class, $this->tree, Auth::user())
2822 return $module->getBlock($this->tree, 0, ModuleBlockInterface::CONTEXT_EMBED, $cfg);
2853 if (method_exists($this, $method)) {
2854 $tags[$match[0] . '#'] = $this->$method(...$params);