Home
last modified time | relevance | path

Searched refs:child (Results 1 – 25 of 147) sorted by relevance

123456

/webtrees/resources/views/modules/family_nav/
H A Dsidebar-family.phtml78 <?php foreach ($family->children() as $child) : ?>
79 … <tr class="text-center wt-family-navigator-child wt-sex-<?= strtolower($child->sex()) ?>">
81 <?php if ($child === $individual) : ?>
82 …try::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, $child) ?>
84 <?php elseif ($child->spouseFamilies()->isNotEmpty()) : ?>
86 …<a class="dropdown-toggle" href="#" role="button" id="dropdown-<?= e($child->xref()) ?>" data-bs-t…
87 …try::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, $child) ?>
91 <?php foreach ($child->spouseFamilies() as $n => $in_laws) : ?>
100 <?php if ($sibling_in_law !== $child) : ?>
120 …try::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, $child) ?>
[all …]
/webtrees/app/Module/
H A DLanguageSlovakian.php137 Relationship::fixed('dieťa', '%s dieťaťa')->child(),
161 Relationship::fixed('zať', '%s zaťa')->child()->husband(),
162 Relationship::fixed('nevesta', '%s nevesty')->child()->wife(),
170 … Relationship::fixed('nevlastný súrodenec', '%s nevlastného súrodenca')->parent()->child(),
184 Relationship::fixed('vnuk', '%s vnuka')->child()->son(),
185 Relationship::fixed('vnučka', '%s vnučky')->child()->daughter(),
186 Relationship::fixed('vnúča', '%s vnúčaťa')->child()->child(),
188 Relationship::fixed('pravnuk', '%s pravnuka')->child()->child()->son(),
189 Relationship::fixed('pravnučka', '%s pravnučky')->child()->child()->daughter(),
190 Relationship::fixed('pravnúča', '%s pravnúčaťa')->child()->child()->child(),
[all …]
H A DLanguageEnglishUnitedStates.php153 Relationship::fixed('adopted-child', 'adopted-child’s %s')->adopted()->child(),
160 Relationship::fixed('foster-child', 'foster-child’s %s')->fostered()->child(),
168 Relationship::fixed('child', 'child’s %s')->child(),
185 Relationship::fixed('half-sibling', 'half-sibling’s %s')->parent()->child(),
192 Relationship::fixed('stepchild', 'stepchild’s %s')->married()->spouse()->child(),
195 Relationship::fixed('stepsibling', 'stepsibling’s %s')->parent()->spouse()->child(),
210 Relationship::fixed('daughter-in-law', 'daughter-in-law’s %s')->child()->wife(),
211 Relationship::fixed('son-in-law', 'son-in-law’s %s')->child()->husband(),
212 Relationship::fixed('child-in-law', 'child-in-law’s %s')->child()->married()->spouse(),
233 Relationship::fixed('granddaughter', 'granddaughter’s %s')->child()->daughter(),
[all …]
H A DLanguageFrench.php163 Relationship::fixed('enfant adoptif', '%s de l’enfant adoptif')->adopted()->child(),
176 … Relationship::fixed('enfant accueilli', '%s de l’enfant accueilli')->fostered()->child(),
187 Relationship::fixed('enfant', '%s de l’enfant')->child(),
204 Relationship::fixed('demi-frère/sœur', '%s du demi-frère/sœur')->parent()->child(),
211 … Relationship::fixed('beau-fils/fille', '%s du beau-fils/fille')->married()->spouse()->child(),
214 … Relationship::fixed('quasi-frère/sœur', '%s du quasi-frère/sœur')->parent()->spouse()->child(),
234 Relationship::fixed('bru', '%s de la bru')->child()->wife(),
235 Relationship::fixed('gendre', '%s du gendre')->child()->husband(),
260 …amic(static fn (int $n) => $firstCompound($n, 'petite-fille', 'de la '))->child()->descendant()->f…
261 …::dynamic(static fn (int $n) => $firstCompound($n, 'petit-fils', 'du '))->child()->descendant()->m…
[all …]
H A DPlaceHierarchyListModule.php249 foreach ($children as $id => $child) {
250 $location = new PlaceLocation($child->gedcomName());
253 … $this_url = route(self::class, ['tree' => $child->tree()->name(), 'place_id' => $place->id()]);
271 'tooltip' => $child->gedcomName(),
274 'place' => $child,
284 Family::RECORD_TYPE => $this->familyPlaceLinks($child)->count(),
285 Individual::RECORD_TYPE => $this->individualPlaceLinks($child)->count(),
286 Location::RECORD_TYPE => $this->locationPlaceLinks($child)->count(),
292 'place' => $child,
H A DPedigreeChartModule.php295 foreach ($family->children() as $child) {
296 if ($child !== $individual) {
297 $siblings[] = $this->individualLink($child, $style, $generations);
309 foreach ($family->children() as $child) {
310 $children[] = $this->individualLink($child, $style, $generations);
/webtrees/resources/views/modules/hourglass-chart/
H A Dchildren.phtml17 <?php foreach ($children as $n => $child) : ?>
18 …<?php $grandchildren = $child->spouseFamilies()->map(static function (Family $family): Collection {
27 … => 'hourglass_chart', 'action' => 'Descendants', 'xref' => $child->xref(), 'tree' => $child->tree…
37 <?= view('chart-box', ['individual' => $child]) ?>
39 <?php foreach ($child->spouseFamilies() as $spouse_family) : ?>
40 <?= view('chart-box', ['individual' => $spouse_family->spouse($child)]) ?>
/webtrees/app/Census/
H A DCensusColumnChildrenDied.php47 ->filter(fn (Individual $child): bool => $child->getBirthDate()->isOK() &&
48 Date::compare($child->getBirthDate(), $this->date()) < 0 &&
49 … $child->getBirthDate()->minimumJulianDay() !== $child->getDeathDate()->minimumJulianDay() &&
50 $child->getDeathDate()->isOK() &&
51 Date::compare($child->getDeathDate(), $this->date()) < 0)
H A DCensusColumnChildrenBornAlive.php47 ->filter(fn (Individual $child): bool => $child->getBirthDate()->isOK() &&
48 Date::compare($child->getBirthDate(), $this->date()) < 0 &&
49 … $child->getBirthDate()->minimumJulianDay() !== $child->getDeathDate()->minimumJulianDay())
/webtrees/app/Services/
H A DIndividualFactsService.php477 foreach ($family->children() as $child) {
478 foreach ($child->spouseFamilies() as $cfamily) {
479 switch ($child->sex()) {
501 foreach ($family->children() as $child) {
502 if ($child->xref() === $person->xref()) {
508 foreach ($child->facts(['BIRT', 'CHR', 'BAPM', 'ADOP']) as $fact) {
540 foreach ($child->facts(['DEAT', 'BURI', 'CREM']) as $fact) {
572 foreach ($child->spouseFamilies() as $sfamily) {
579 … $facts[] = $this->convertEvent($fact, $marriage_of_a_grandchild1, $child->sex());
582 … $facts[] = $this->convertEvent($fact, $marriage_of_a_grandchild2, $child->sex());
[all …]
H A DChartService.php86 foreach ($family->children() as $child) {
87 if (!$descendants->has($child->xref())) {
88 … $descendants = $descendants->merge($this->descendants($child, $generations - 1));
111 foreach ($family->children() as $child) {
112 … $descendants = $descendants->merge($this->descendantFamilies($child, $generations - 1));
/webtrees/resources/views/edit/
H A Dchange-family-members.phtml54 <?php foreach ($family->children() as $n => $child) : ?>
57 <?php if ($child->sex() === 'M') : ?>
59 <?php elseif ($child->sex() === 'F') : ?>
66 …t-individual', ['name' => 'CHIL[]', 'id' => 'CHIL' . $n, 'individual' => $child, 'tree' => $tree])…
/webtrees/app/SurnameTradition/
H A DMatrilinealSurnameTradition.php80 * @param Individual $child
85 public function newParentNames(Individual $child, string $sex): array argument
87 … if ($sex === 'F' && preg_match(self::REGEX_SPFX_SURN, $this->extractName($child), $match) === 1) {
97 return parent::newParentNames($child, $sex);
H A DPaternalSurnameTradition.php57 * @param Individual $child
62 public function newParentNames(Individual $child, string $sex): array argument
64 … if ($sex === 'F' && preg_match(self::REGEX_SPFX_SURN, $this->extractName($child), $match) === 1) {
75 return parent::newParentNames($child, $sex);
H A DPatrilinealSurnameTradition.php80 * @param Individual $child
85 public function newParentNames(Individual $child, string $sex): array argument
87 … if ($sex === 'M' && preg_match(self::REGEX_SPFX_SURN, $this->extractName($child), $match) === 1) {
97 return parent::newParentNames($child, $sex);
H A DIcelandicSurnameTradition.php102 * @param Individual $child
107 public function newParentNames(Individual $child, string $sex): array argument
109 …if ($sex === 'M' && preg_match('~(?<GIVN>[^ /]+)(:?sson)$~', $this->extractName($child), $match) =…
115 …if ($sex === 'F' && preg_match('~(?<GIVN>[^ /]+)(:?sdottir)$~', $this->extractName($child), $match…
/webtrees/app/Http/RequestHandlers/
H A DAddChildToIndividualAction.php66 $child = $tree->createIndividual('0 @@ INDI' . $gedcom);
70 …$gedcom = "0 @@ FAM\n1 " . $link . ' @' . $individual->xref() . "@\n1 CHIL @" . $child->xref() . '…
77 $child->createFact('1 FAMC @' . $family->xref() . '@', false);
79 $url = Validator::parsedBody($request)->isLocalUrl()->string('url', $child->url());
/webtrees/app/
H A DIndividual.php284 foreach ($family->children(Auth::PRIV_HIDE) as $child) {
285 preg_match_all('/\n2 DATE (.+)/', $child->gedcom, $date_matches);
294 foreach ($child->spouseFamilies(Auth::PRIV_HIDE) as $child_family) {
572 foreach ($family->children() as $child) {
573 $tmp = $child->getBirthDate();
594 foreach ($family->children() as $child) {
595 $tmp = $child->getBirthDate();
717 foreach ($fam->children() as $child) {
718 $children[$child->xref()] = true;
/webtrees/resources/css/
H A D_sortable.css23 .wt-sortable-item:first-child .wt-btn-reorder-first,
24 .wt-sortable-item:first-child .wt-btn-reorder-previous {
29 .wt-sortable-item:last-child .wt-btn-reorder-next,
30 .wt-sortable-item:last-child .wt-btn-reorder-last {
H A D_charts.css41 .wt-chart-vertical-last-child-line {
51 .wt-chart-vertical-child-line {
70 .wt-chart-horizontal-first-child {
79 .wt-chart-horizontal-middle-child {
84 .wt-chart-horizontal-last-child {
/webtrees/public/css/
H A Dminimal.min.css1child-line{height:2.5rem;top:0;width:50%}[dir] .wt-chart-vertical-last-child-line{border-bottom:th…
/webtrees/app/Report/
H A DReportParserGenerate.php2428 foreach ($family->children() as $child) {
2429 $this->list[$child->xref()] = $child;
2439 foreach ($family->children() as $child) {
2440 $this->list[$child->xref()] = $child;
2672 foreach ($children as $child) {
2673 if ($child) {
2674 $list[$child->xref()] = $child;
2677 $list[$child->xref()]->generation = $list[$pid]->generation + 1;
2679 $list[$child->xref()]->generation = 2;
2684 foreach ($children as $child) {
[all …]
/webtrees/resources/js/
H A Dwebtrees.js723 for (let [, child] of Object.entries(provider.children)) {
724 if ('bingMapsKey' in child) {
725 child.layer = L.tileLayer.bing(child);
727 child.layer = L.tileLayer(child.url, child);
729 if (provider.default && child.default) {
730 defaultLayer = child.layer;
/webtrees/resources/views/
H A Dchart-box.phtml40 foreach ($family->children() as $child) {
41 if ($child->canShow()) {
42 $menus->push(new Menu($child->fullName(), $child->url()));
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php195 foreach ($children as $child) {
197 $children2draw[$child->xref()] = $child;
205 foreach ($children2draw as $child) {
216 $html .= $this->drawPerson($child, $gen - 1, -1, null, $co, false);

123456