Home
last modified time | relevance | path

Searched refs:BIRTH_EVENTS (Results 1 – 12 of 12) sorted by relevance

/webtrees/app/
H A DIndividual.php102 …preg_match_all('/\n1 (?:' . implode('|', Gedcom::BIRTH_EVENTS) . ').*(?:\n[2-9].*)*\n2 DATE (.+)/'…
463 foreach (Gedcom::BIRTH_EVENTS as $event) {
481 foreach (Gedcom::BIRTH_EVENTS as $event) {
1080 $this->formatFirstMajorFact(Gedcom::BIRTH_EVENTS, 1) .
H A DFact.php545 … ($this->record instanceof Individual && in_array($this->tag, Gedcom::BIRTH_EVENTS, true) && $this…
H A DGedcom.php229 public const BIRTH_EVENTS = ['BIRT', 'CHR', 'BAPM']; define in Fisharebest\\Webtrees\\Gedcom
/webtrees/app/Statistics/Repository/
H A DEventRepository.php126 return $this->totalEvents(Gedcom::BIRTH_EVENTS);
194 Gedcom::BIRTH_EVENTS,
/webtrees/resources/views/modules/lifespans-chart/
H A Dchart.phtml42 …<?php foreach ($lifespan->individual->facts(array_merge(Gedcom::BIRTH_EVENTS, Gedcom::DEATH_EVENTS…
/webtrees/resources/views/edit/
H A Dreorder-children.phtml34 <?= $fact->target()->formatFirstMajorFact(Gedcom::BIRTH_EVENTS, 2) ?>
/webtrees/resources/views/
H A Dfact-date.phtml58 in_array($tag, Gedcom::BIRTH_EVENTS, true) &&
H A Dchart-box.phtml162 foreach (Gedcom::BIRTH_EVENTS as $birttag) {
/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml172 foreach ($person->facts(Gedcom::BIRTH_EVENTS, true) as $bfact) {
/webtrees/app/Module/
H A DPedigreeMapModule.php306 $birth = $person->facts(Gedcom::BIRTH_EVENTS, true)
H A DModuleThemeTrait.php83 foreach (Gedcom::BIRTH_EVENTS as $birttag) {
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php161 foreach ($individual->facts(Gedcom::BIRTH_EVENTS, true) as $fact) {