Home
last modified time | relevance | path

Searched refs:descendant (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Module/
H A DLanguageEnglishUnitedStates.php241 …hip::dynamic(static fn (int $n) => $great($n - 1, '', 'niece'))->sibling()->descendant()->female(),
242 …n (int $n) => $great($n - 1, '', 'niece'))->married()->spouse()->sibling()->descendant()->female(),
243 …ship::dynamic(static fn (int $n) => $great($n - 1, '', 'nephew'))->sibling()->descendant()->male(),
244 …fn (int $n) => $great($n - 1, '', 'nephew'))->married()->spouse()->sibling()->descendant()->male(),
250 …onship::dynamic(static fn (int $n) => $great($n - 2, '', 'granddaughter'))->descendant()->female(),
251 … Relationship::dynamic(static fn (int $n) => $great($n - 2, '', 'grandson'))->descendant()->male(),
252 … Relationship::dynamic(static fn (int $n) => $great($n - 2, '', 'grandchild'))->descendant(),
253 Relationship::dynamic($cousin)->ancestor()->sibling()->descendant(),
H A DLanguageFrench.php260 …atic fn (int $n) => $firstCompound($n, 'petite-fille', 'de la '))->child()->descendant()->female(),
261 …amic(static fn (int $n) => $firstCompound($n, 'petit-fils', 'du '))->child()->descendant()->male(),
262 …p::dynamic(static fn (int $n) => $firstCompound($n, 'petit-enfant', 'du '))->child()->descendant(),
268 …t $n) => $compound($n, 'petite-', 'nièce', 'de la ', 'de la '))->sibling()->descendant()->female(),
269 …'nièce par alliance', 'de la ', 'de la '))->married()->spouse()->sibling()->descendant()->female(),
270 …ic fn (int $n) => $compound($n, 'petit-', 'neveu', 'du ', 'du '))->sibling()->descendant()->male(),
271 …etit-', 'neveu par alliance', 'du ', 'du '))->married()->spouse()->sibling()->descendant()->male(),
H A DLanguageSlovakian.php210 …static fn (int $n) => $pra($n - 2, 'prasynovec', '%s prasynovca'))->sibling()->descendant()->son(),
211 …atic fn (int $n) => $pra($n - 2, 'praneter', '%s pranetere'))->sibling()->descendant()->daughter(),
/webtrees/app/
H A DRelationship.php185 return $this->ancestor()->sibling()->descendant();
191 public function descendant(): Relationship function in Fisharebest\\Webtrees\\Relationship