Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 25 of 170) sorted by relevance

1234567

/webtrees/resources/views/modules/family_nav/
H A Dsidebar-family.phtml52 <?= $parent->fullName() ?>
66 <?= $spouse->fullName() ?>
72 <?= $spouse->fullName() ?>
102 <?= $sibling_in_law->fullName() ?>
111 <?= $child_in_law->fullName() ?>
127 <?= $child->fullName() ?>
133 <?= $child->fullName() ?>
/webtrees/resources/views/admin/
H A Dmerge-records-step-2.phtml65 <?= $fact->target()->fullName() ?>
86 … in the record of %s.', '<a href="' . e($record1->url()) . '">' . $record1->fullName()) . '</a>' ?>
112 <?= $fact->target()->fullName() ?>
132 … in the record of %s.', '<a href="' . e($record2->url()) . '">' . $record2->fullName()) . '</a>' ?>
158 <?= $fact->target()->fullName() ?>
H A Dtrees-unconnected.phtml39 <p><?= I18N::translate('These groups of individuals are not related to %s.', $root->fullName()) ?><…
46 <a href="<?= e($individual->url()) ?>"><?= $individual->fullName() ?></a>
/webtrees/app/Http/RequestHandlers/
H A DManageMediaData.php283 …. e($media->url()) . '" title="' . e($media->tree()->title()) . '">' . $media->fullName() . '</a>';
294 …d[] = view('icons/individual') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>';
298 …inked[] = view('icons/family') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>';
302 …inked[] = view('icons/source') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>';
306 …$linked[] = view('icons/note') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>';
310 …linked[] = view('icons/media') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>';
314 …ked[] = view('icons/location') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>';
H A DDeleteRecord.php84 …ranslate('The family “%s” has been deleted because it only has one member.', $linker->fullName()));
92 …%1$s" class="alert-link">%2$s</a>', e($relict->url()), $relict->fullName()), $linker->fullName()));
97 …%1$s" class="alert-link">%2$s</a>', e($linker->url()), $linker->fullName()), $record->fullName()));
H A DMergeFactsAction.php91 $record2_name = $record2->fullName();
93 …_name = '<a class="alert-link" href="' . e($record2->url()) . '">' . $record2->fullName() . '</a>';
104 … '<a class="alert-link" href="' . e($record->url()) . '">' . $record->fullName() . '</a>',
175 … '<a class="alert-link" href="' . e($record1->url()) . '">' . $record1->fullName() . '</a>',
H A DIndividualPage.php136 'title' => $individual->fullName() . ' ' . $individual->lifespan(),
210 $meta_facts[] = I18N::translate('Parents') . ' ' . $family->fullName();
216 $meta_facts[] = I18N::translate('Spouse') . ' ' . $spouse->fullName();
H A DPendingChangesAcceptRecord.php63 … FlashMessages::addMessage(I18N::translate('“%s” has been deleted.', $record->fullName()));
66 …sages::addMessage(I18N::translate('The changes to “%s” have been accepted.', $record->fullName()));
/webtrees/resources/views/modules/media-list/
H A Dpage.phtml106 … <a href="<?= e($media_object->url()) ?>"><?= $media_object->fullName() ?></a>
155 <a href="<?= e($record->url()) ?>"><?= $record->fullName() ?></a>
161 <a href="<?= e($record->url()) ?>"><?= $record->fullName() ?></a>
167 <a href="<?= e($record->url()) ?>"><?= $record->fullName() ?></a>
173 <a href="<?= e($record->url()) ?>"><?= $record->fullName() ?></a>
/webtrees/app/Module/
H A DDescendancyModule.php173 …l>' . view('icons/sex', ['sex' => $person->sex()]) . '</small>' . $person->fullName() . $lifespan .
175 …'<a href="' . e($person->url()) . '" title="' . strip_tags($person->fullName()) . '">' . view('ico…
193 …name = '<small>' . view('icons/sex', ['sex' => $spouse->sex()]) . '</small>' . $spouse->fullName();
194 …k = '<a href="' . e($spouse->url()) . '" title="' . strip_tags($spouse->fullName()) . '">' . view(…
200 …$family_link = '<a href="' . e($family->url()) . '" title="' . strip_tags($family->fullName()) . '…
H A DFanChartModule.php172 return I18N::translate('Fan chart of %s', $individual->fullName());
388 I18N::reverseText($individual->fullName()),
440 $areas .= ' alt="' . strip_tags($individual->fullName()) . '"';
441 $areas .= ' title="' . strip_tags($individual->fullName()) . '">';
445 $html .= $individual->fullName();
H A DClippingsCartModule.php373 $name = $family->fullName();
445 $name = $individual->fullName();
551 $name = $location->fullName();
585 $name = $media->fullName();
619 $name = $note->fullName();
653 $name = $repository->fullName();
691 $name = $source->fullName();
737 $name = $submitter->fullName();
/webtrees/resources/views/modules/random_media/
H A Dslide-show.phtml51 <b><?= $media->fullName() ?></b>
67 <?= $individual->fullName() ?>
77 <?= $family->fullName() ?>
86 <?= $source->fullName() ?>
/webtrees/resources/views/
H A Dchart-box.phtml38 $menus->push(new Menu($spouse->fullName(), $spouse->url()));
42 $menus->push(new Menu($child->fullName(), $child->url()));
142 <a href="<?= e($individual->url()) ?>"><?= $individual->fullName() ?></a>
144 <?= $individual->fullName() ?>
H A Dfact.phtml97 <a href="<?= e($fact->target()->url()) ?>"><?= $fact->target()->fullName() ?></a>
108 <a href="<?= e($spouse->url()) ?>"><?= $spouse->fullName() ?></a> —
112 <a href="<?= e($parent->url()) ?>"><?= $parent->fullName() ?></a>
H A Dindividual-page-title.phtml19 <?= $record->fullName() ?>, <?= $record->lifespan() ?>
21 <?= $record->fullName() ?>
H A Dcalendar-list.phtml36 <?= $fact->record()->fullName() ?>
54 <?= $fact->record()->fullName() ?>
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php107 return '<a href="' . e($family->url()) . '">' . $family->fullName() . '</a>';
262 … $top10[] = '<li><a href="' . e($family->url()) . '">' . $family->fullName() . '</a></li>';
264 $top10[] = '<a href="' . e($family->url()) . '">' . $family->fullName() . '</a>';
474 $return = '<a href="' . e($child2->url()) . '">' . $child2->fullName() . '</a> ';
476 $return .= '<a href="' . e($child1->url()) . '">' . $child1->fullName() . '</a>';
857 $result = '<a href="' . e($person->url()) . '">' . $person->fullName() . '</a>';
1127 …$top10[] = '<li><a href="' . e($family->url()) . '">' . $family->fullName() . '</a> (' . $age . ')…
1129 … $top10[] = '<a href="' . e($family->url()) . '">' . $family->fullName() . '</a> (' . $age . ')';
1505 $result = '<a href="' . e($family->url()) . '">' . $person->fullName() . '</a>';
/webtrees/tests/feature/
H A DPrivacy.php38 self::assertSame('Queen Elizabeth II', strip_tags($queen_elizabeth->fullName()));
42 self::assertSame('Charles, Prince of Wales', strip_tags($prince_charles->fullName()));
46 self::assertSame('Savannah Anne Kathleen Phillips', strip_tags($savannah->fullName()));
50 self::assertSame('Princess Beatrice of York', strip_tags($beatrice->fullName()));
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php160 …vidual->fullName() . '</a> <a href="' . e($chart_url) . '" title="' . I18N::translate('Interactive…
354 $family_name = strip_tags($family->fullName());
374 …$title . '><a href="' . e($individual->url()) . '"></a>' . $individual->fullName() . ' <span class…
/webtrees/resources/views/lists/
H A Dindividual-table-parents.phtml21 <?= I18N::translate('Mother: %s', $spouse->fullName()) ?>
23 <?= I18N::translate('Father: %s', $spouse->fullName()) ?>
/webtrees/resources/views/statistics/families/
H A Dtop10-list-age.phtml21 …url()) ?>"><?= $child2->fullName() ?></a> <?= I18N::translate('and') ?> <a href="<?= e($child1->ur…
/webtrees/resources/views/modules/pedigree-map/
H A Devents.phtml26 <?= $fact->record()->fullName() ?>
36 <?= $fact->place()->fullName() ?>
/webtrees/tests/app/
H A DNoteTest.php42 self::assertSame('<bdi>1</bdi>', $note->fullName());
51 … adipiscing elit, sed do eiusmod tempor incididunt.&quot; &quot;a quot…</bdi>', $note->fullName());
/webtrees/resources/views/modules/lifespans-chart/
H A Dchart.phtml32 <?= $lifespan->individual->fullName() ?>
39 <?= $lifespan->individual->fullName() ?>

1234567