Lines Matching refs:fact

27 $parent  = $fact->record();
29 [, $tag] = explode(':', $fact->tag());
30 $label = $fact->label();
31 $value = $fact->value();
32 $type = $fact->attribute('TYPE');
33 $id = $fact->id();
35 $element = Registry::elementFactory()->make($fact->tag());
39 if ($fact->isPendingAddition()) {
42 if ($fact->isPendingDeletion()) {
69 $label = $fact->label();
78 …<?php if ($id !== 'histo' && $id !== 'asso' && $fact->canEdit() && !in_array($tag, ['HUSB', 'WIFE'…
79 <?= view('fact-edit-links', ['fact' => $fact, 'url' => $record->url()]) ?>
88 <?php if ($fact->target() instanceof Media) : ?>
90 <?php foreach ($fact->target()->mediaFiles() as $media_file) : ?>
97 <a href="<?= e($fact->target()->url()) ?>"><?= $fact->target()->fullName() ?></a>
99 <?php foreach ($fact->target()->facts(['NOTE']) as $note) : ?>
100 …dcom-fields', ['gedcom' => $note->gedcom(), 'parent' => $fact->target()->tag(), 'tree' => $fact->r…
119 … <?php if ($element instanceof XrefAssociate && $fact->target() instanceof Individual) : ?>
126 …— <a href="<?= $module->chartUrl($fact->target(), ['xref2' => $record->xref()]) ?>" rel="nofollow">
127 …container()->get(RelationshipService::class)->getCloseRelationshipName($record, $fact->target()) ?>
136 …<?= Registry::elementFactory()->make($fact->tag() . ':TYPE')->labelValue(I18N::translate($type), $…
140 …<?= view('fact-date', ['cal_link' => 'true', 'fact' => $fact, 'record' => $record, 'time' => true]…
141 <?= view('fact-place', ['fact' => $fact, 'record' => $record]) ?>
145 …<?php preg_match_all('/\n2 (' . Gedcom::REGEX_TAG . ')( .*)?((\n[3-9].*)*)/', $fact->gedcom(), $ma…
148 …<?= view('fact-gedcom-fields', ['gedcom' => $match[0], 'parent' => $fact->tag() . ':' . $match[1],…
154 <?= view('fact-associates', ['fact' => $fact]) ?>
157 <?= view('fact-sources', ['fact' => $fact]) ?>
158 <?= view('fact-notes', ['fact' => $fact]) ?>
159 <?= view('fact-media', ['fact' => $fact]) ?>