Searched refs:BIRTH_EVENTS (Results 1 – 12 of 12) sorted by relevance
/webtrees/app/ |
H A D | Individual.php | 102 …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 D | Fact.php | 545 … ($this->record instanceof Individual && in_array($this->tag, Gedcom::BIRTH_EVENTS, true) && $this…
|
H A D | Gedcom.php | 229 public const BIRTH_EVENTS = ['BIRT', 'CHR', 'BAPM']; define in Fisharebest\\Webtrees\\Gedcom
|
/webtrees/app/Statistics/Repository/ |
H A D | EventRepository.php | 126 return $this->totalEvents(Gedcom::BIRTH_EVENTS); 194 Gedcom::BIRTH_EVENTS,
|
/webtrees/resources/views/modules/lifespans-chart/ |
H A D | chart.phtml | 42 …<?php foreach ($lifespan->individual->facts(array_merge(Gedcom::BIRTH_EVENTS, Gedcom::DEATH_EVENTS…
|
/webtrees/resources/views/edit/ |
H A D | reorder-children.phtml | 34 <?= $fact->target()->formatFirstMajorFact(Gedcom::BIRTH_EVENTS, 2) ?>
|
/webtrees/resources/views/ |
H A D | fact-date.phtml | 58 in_array($tag, Gedcom::BIRTH_EVENTS, true) &&
|
H A D | chart-box.phtml | 162 foreach (Gedcom::BIRTH_EVENTS as $birttag) {
|
/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 172 foreach ($person->facts(Gedcom::BIRTH_EVENTS, true) as $bfact) {
|
/webtrees/app/Module/ |
H A D | PedigreeMapModule.php | 306 $birth = $person->facts(Gedcom::BIRTH_EVENTS, true)
|
H A D | ModuleThemeTrait.php | 83 foreach (Gedcom::BIRTH_EVENTS as $birttag) {
|
/webtrees/app/Module/InteractiveTree/ |
H A D | TreeView.php | 161 foreach ($individual->facts(Gedcom::BIRTH_EVENTS, true) as $fact) {
|