Lines Matching refs:fact
16 $individual = $fact->record();
22 "0 @xref@ INDI\n1 DEAT Y\n" . $fact->gedcom(),
30 if ($fact->isPendingDeletion()) {
32 } elseif ($fact->isPendingAddition()) {
38 <div class="accordion-header" id="name-header-<?= $fact->id() ?>">
39 …se" data-bs-target="#name-content-<?= $fact->id() ?>" aria-expanded="false" aria-controls="name-co…
45 <?php if ($fact->attribute('TYPE') !== '') : ?>
47 …<?= Registry::elementFactory()->make($fact->tag() . ':TYPE')->value($fact->attribute('TYPE'), $tre…
53 …-content-<?= $fact->id() ?>" class="accordion-collapse collapse" data-bs-parent="#individual-names…
57 <dd class="col-md-8 col-lg-9"><bdi><?= e($fact->value()) ?></bdi></dd>
59 … <?php preg_match_all('/\n2 (\w+) (.+)/', $fact->gedcom(), $matches, PREG_SET_ORDER) ?>
62 <?php $element = Registry::elementFactory()->make($fact->tag() . ':' . $tag) ?>
68 <?= $element->value($value, $fact->record()->tree()) ?>
74 <?= view('fact-sources', ['fact' => $fact]) ?>
75 <?= view('fact-notes', ['fact' => $fact]) ?>
77 <?php if ($fact->canEdit()) : ?>
79 …(route(EditFactPage::class, ['xref' => $individual->xref(), 'fact_id' => $fact->id(), 'tree' => $i…
84 …oute(CopyFact::class, ['tree' => $fact->record()->tree()->name(), 'xref' => $fact->record()->xref(…
91 …ree' => $individual->tree()->name(), 'xref' => $individual->xref(), 'fact_id' => $fact->id()])) ?>"