Home
last modified time | relevance | path

Searched refs:wife (Results 1 – 25 of 100) sorted by relevance

1234

/webtrees/resources/views/lists/
H A Dfamilies-table.phtml172 …<?php $wife = $family->wife() ?? Registry::individualFactory()->new('W', '0 @W@ INDI', null, $fami… variable
201 …dividual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $wife->sortName()))))) ?>…
202 <?php foreach ($wife->getAllNames() as $num => $name) : ?>
203 … <?php if ($name['type'] !== '_MARNM' || $num === $wife->getPrimaryName()) : ?>
205 …ied name') : '' ?>" href="<?= e($family->url()) ?>" class="<?= $num === $wife->getPrimaryName() ?…
208 <?php if ($num === $wife->getPrimaryName()) : ?>
209 … <small><?= view('icons/sex', ['sex' => $wife->sex()]) ?></small>
214 <?= view('lists/individual-table-parents', ['individual' => $wife]) ?>
217 …e([',', Individual::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', $wife->sortName())) ?>"><…
220 <?php $age = new Age($wife->getBirthDate(), $family->getMarriageDate()) ?>
[all …]
/webtrees/app/
H A DFamily.php39 private Individual|null $wife = null; variable in Fisharebest\\Webtrees\\Family
61 $this->wife = Registry::individualFactory()->make($match[1], $tree);
102 public function wife(int|null $access_level = null): Individual|null function in Fisharebest\\Webtrees\\Family
108 if ($this->wife instanceof Individual && $this->wife->canShowName($access_level)) {
109 return $this->wife;
160 if ($person === $this->wife) {
164 return $this->wife($access_level);
178 $this->wife($access_level),
338 if ($this->wife instanceof Individual) {
339 …$wife_names = array_filter($this->wife->getAllNames(), static fn (array $x): bool => $x['type'] !=…
H A DIndividual.php564 $wife = $family->wife();
565 if ($wife instanceof self) {
566 $tmp = $wife->getBirthDate();
/webtrees/app/Services/
H A DCalendarService.php172 $wife = $record->wife();
174 … if ($filterof === 'living' && ($husb && $husb->isDead() || $wife && $wife->isDead())) {
227 $wife = $record->wife();
228 if ($wife === null || $wife->isDead()) {
370 $wife = $record->wife();
372 … if ($filterof === 'living' && ($husb && $husb->isDead() || $wife && $wife->isDead())) {
H A DChartService.php62 if ($family->wife() instanceof Individual) {
63 $ancestors[$sosa_stradonitz_number * 2 + 1] = $family->wife();
H A DGedcomImportService.php344 $wife = $match[1];
346 $wife = '';
357 'f_wife' => $wife,
/webtrees/resources/views/modules/hourglass-chart/
H A Dparents.phtml48 <?= view('chart-box', ['individual' => $family->wife()]) ?>
51 …<?php if ($family->wife() instanceof Individual && $family->wife()->childFamilies()->first() insta…
53 …<?= view('modules/hourglass-chart/parents', ['family' => $family->wife()->childFamilies()->first()…
57 …'action' => 'Ancestors', 'xref' => $family->wife()->childFamilies()->first()->xref(), 'tree' => $f…
/webtrees/app/Module/
H A DLanguageSlovakian.php150 Relationship::fixed('manželka', '%s manželky')->wife(),
157 Relationship::fixed('tesť', '%s tesťa')->wife()->father(),
158 Relationship::fixed('testiná', '%s testinej')->wife()->mother(),
162 Relationship::fixed('nevesta', '%s nevesty')->child()->wife(),
166 Relationship::fixed('švagriná', '%s švagrinej')->sibling()->wife(),
197 Relationship::fixed('ujčiná', '%s ujčinej')->mother()->brother()->wife(),
198 Relationship::fixed('stryná', '%s strynej')->father()->brother()->wife(),
H A DLanguageEnglishUnitedStates.php187 Relationship::fixed('stepmother', 'stepmother’s %s')->parent()->wife(),
202 Relationship::fixed('wife', 'wife’s %s')->wife(),
210 Relationship::fixed('daughter-in-law', 'daughter-in-law’s %s')->child()->wife(),
219 Relationship::fixed('sister-in-law', 'sister-in-law’s %s')->sibling()->wife(),
238 …tionship::dynamic(static fn (int $n) => $great($n - 1, '', 'aunt'))->ancestor()->sibling()->wife(),
H A DLanguageFrench.php206 Relationship::fixed('belle-mère', '%s de la belle-mère')->parent()->wife(),
224 Relationship::fixed('épouse', '%s de l’épouse')->wife(),
234 Relationship::fixed('bru', '%s de la bru')->child()->wife(),
239 Relationship::fixed('belle-sœur', '%s de la belle-sœur')->sibling()->wife(),
265 … $compound($n, 'grand-', 'tante par alliance', 'de la ', 'de la '))->ancestor()->sibling()->wife(),
H A DBranchesListModule.php247 if ($family->wife() !== null) {
248 $ancestors[$sosa * 2 + 1] = $family->wife();
/webtrees/resources/views/
H A Dfamily-page-parents.phtml45 <?php if ($family->wife() instanceof Individual) : ?>
46 <?= view('chart-box', ['individual' => $family->wife()]) ?>
58 …ly' => $family, 'parent_family' => $family->wife()?->childFamilies()->first(), 'individual' => $fa…
H A Dfamily-page-grandparents.phtml70 <?php elseif ($parent_family->wife() === null) : ?>
79 <?= view('chart-box', ['individual' => $parent_family->wife()]) ?>
H A Dfamily-page-menu.phtml45 <?php if ($record->wife() === null) : ?>
/webtrees/resources/views/edit/
H A Dchange-family-members.phtml41 <?php if ($family->wife()?->sex() === 'M') : ?>
43 <?php elseif ($family->wife()?->sex() === 'F') : ?>
50 …omponents/select-individual', ['name' => 'WIFE', 'individual' => $family->wife(), 'tree' => $tree]…
/webtrees/app/Http/RequestHandlers/
H A DAddSpouseToFamilyAction.php70 $wife = $family->facts(['WIFE'], false, null, true)->first();
74 } elseif ($wife === null && $spouse->sex() === 'F') {
78 } elseif ($wife === null) {
H A DAddChildToFamilyPage.php68 $names = $surname_tradition->newChildNames($family->husband(), $family->wife(), $sex);
H A DChangeFamilyMembersAction.php56 $old_mother = $family->wife();
/webtrees/app/Report/
H A DReportParserGenerate.php2651 $wife = $family->wife();
2660 if ($wife) {
2661 $list[$wife->xref()] = $wife;
2663 $list[$wife->xref()]->generation = $list[$pid]->generation - 1;
2665 $list[$wife->xref()]->generation = 1;
2713 $wife = $family->wife();
2718 if ($wife) {
2719 $list[$wife->xref()] = $wife;
2720 $list[$wife->xref()]->generation = $list[$id]->generation + 1;
2726 if ($wife) {
[all …]
/webtrees/resources/views/modules/family-book-chart/
H A Dparents.phtml39 <?= view('chart-box', ['individual' => $family?->wife()]) ?>
47 …<?= view('modules/family-book-chart/parents', ['family' => $family?->wife()?->childFamilies()->fir…
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php108 $parent = $family->husband() ?? $family->wife();
280 $spouse_parent = $spouse_parents->husband() ?? $spouse_parents->wife();
296 $parent = $primaryChildFamily->husband() ?? $primaryChildFamily->wife();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1117 $wife = $family->wife();
1121 $wife instanceof Individual &&
1123 ($wife->getAllDeathDates() || !$wife->isDead())
1301 $wife_birt_jd = $family->wife()->getBirthDate()->minimumJulianDay();
/webtrees/resources/lang/uz/
H A Dmessages.po188 #. I18N: %s is a family (husband + wife)
194 #. I18N: %s is a family (husband + wife)
1375 msgid "Add a wife"
1380 msgid "Add a wife using an existing individual"
1682 msgid "Age between husband and wife"
1690 msgid "Age between wife and husband"
3166 msgid "Burial of a wife"
4273 msgid "Cremation of a wife"
4948 msgid "Death of a wife"
6246 msgid "Family with wife"
[all …]
/webtrees/app/Census/
H A DAbstractCensusColumn.php87 return $family->wife();
/webtrees/resources/lang/tt/
H A Dmessages.po187 #. I18N: %s is a family (husband + wife)
193 #. I18N: %s is a family (husband + wife)
1358 msgid "Add a wife"
1363 msgid "Add a wife using an existing individual"
1666 msgid "Age between husband and wife"
1674 msgid "Age between wife and husband"
3150 msgid "Burial of a wife"
4256 msgid "Cremation of a wife"
4931 msgid "Death of a wife"
6229 msgid "Family with wife"
[all …]

1234