Lines Matching refs:sibling
160 … Relationship::fixed('frère/sœur adoptif', '%s du frère/sœur adoptif')->adoptive()->sibling(),
166 … Relationship::fixed('frère/sœur adoptif', '%s du frère/sœur adoptif')->adopted()->sibling(),
173 … Relationship::fixed('frère/sœur d’accueil', '%s du frère/sœur d’accueil')->fostering()->sibling(),
179 … Relationship::fixed('frère/sœur accueilli', '%s du frère/sœur accueilli')->fostered()->sibling(),
191 Relationship::fixed('jumeau', '%s du jumeau')->twin()->sibling(),
194 Relationship::fixed('grand frère/sœur', '%s du grand frère/sœur')->older()->sibling(),
197 Relationship::fixed('petit frère/sœur', '%s du petit frère/sœur')->younger()->sibling(),
200 Relationship::fixed('frère/sœur', '%s du frère/sœur')->sibling(),
238 … Relationship::fixed('beau-frère/belle-sœur', '%s du beau-frère/belle-sœur')->spouse()->sibling(),
239 Relationship::fixed('belle-sœur', '%s de la belle-sœur')->sibling()->wife(),
240 Relationship::fixed('beau-frère', '%s du beau-frère')->sibling()->husband(),
241 … Relationship::fixed('beau-frère/belle-sœur', '%s du beau-frère/belle-sœur')->sibling()->spouse(),
265 … $compound($n, 'grand-', 'tante par alliance', 'de la ', 'de la '))->ancestor()->sibling()->wife(),
267 …> $compound($n, 'grand-', 'oncle par alliance', 'de l’', 'du '))->ancestor()->sibling()->husband(),
268 …c fn (int $n) => $compound($n, 'petite-', 'nièce', 'de la ', 'de la '))->sibling()->descendant()->…
269 …tite-', 'nièce par alliance', 'de la ', 'de la '))->married()->spouse()->sibling()->descendant()->…
270 …c(static fn (int $n) => $compound($n, 'petit-', 'neveu', 'du ', 'du '))->sibling()->descendant()->…
271 …$n, 'petit-', 'neveu par alliance', 'du ', 'du '))->married()->spouse()->sibling()->descendant()->…