Lines Matching refs:fact
23 <?php if (preg_match('/\n(2 PLAC.*(?:\n[3-9].*)*)/', $fact->gedcom(), $match) === 1) : ?>
25 <?= $fact->place()->fullName($fact->id() !== 'histo') ?>
33 <?php if ($fact->latitude() !== null && $fact->longitude() !== null) : ?>
35 … <span class="label"><?= I18N::translate('Latitude') ?>: </span><?= $fact->latitude() ?>
36 … <span class="label"><?= I18N::translate('Longitude') ?>: </span><?= $fact->longitude()?>
37 …->map(fn (ModuleMapLinkInterface $module): string => ' ' . $module->mapLink($fact))->implode('') ?>
43 …<?= view('fact-gedcom-fields', ['gedcom' => $match[1], 'parent' => $fact->tag() . ':PLAC:NOTE', 't…
48 <?php if (preg_match('/2 TEMP (.+)/', $fact->gedcom(), $match)) : ?>
49 …<?= Registry::elementFactory()->make($fact->tag() . ':TEMP')->labelValue($match[1], $record->tree(…
52 <?php if (preg_match('/2 STAT (.+)/', $fact->gedcom(), $match)) : ?>
53 …<?= Registry::elementFactory()->make($fact->tag() . ':STAT')->labelValue($match[1], $record->tree(…
55 <?php if (preg_match('/3 DATE (.+)/', $fact->gedcom(), $match)) : ?>
56 …<?= Registry::elementFactory()->make($fact->tag() . ':STAT:DATE')->labelValue((new Date($match[1])…