Lines Matching refs:spouse

189             Relationship::fixed('stepparent', 'stepparent’s %s')->parent()->married()->spouse(),
190 … Relationship::fixed('stepdaughter', 'stepdaughter’s %s')->married()->spouse()->daughter(),
191 Relationship::fixed('stepson', 'stepson’s %s')->married()->spouse()->son(),
192 Relationship::fixed('stepchild', 'stepchild’s %s')->married()->spouse()->child(),
193 Relationship::fixed('stepsister', 'stepsister’s %s')->parent()->spouse()->daughter(),
194 Relationship::fixed('stepbrother', 'stepbrother’s %s')->parent()->spouse()->son(),
195 Relationship::fixed('stepsibling', 'stepsibling’s %s')->parent()->spouse()->child(),
204 Relationship::fixed('spouse', 'spouse’s %s')->spouse(),
207 … Relationship::fixed('mother-in-law', 'mother-in-law’s %s')->married()->spouse()->mother(),
208 … Relationship::fixed('father-in-law', 'father-in-law’s %s')->married()->spouse()->father(),
209 … Relationship::fixed('parent-in-law', 'parent-in-law’s %s')->married()->spouse()->parent(),
212 Relationship::fixed('child-in-law', 'child-in-law’s %s')->child()->married()->spouse(),
213 … Relationship::fixed('sister-in-law', 'sister-in-law’s %s')->sibling()->spouse()->sister(),
214 … Relationship::fixed('brother-in-law', 'brother-in-law’s %s')->sibling()->spouse()->brother(),
215 … Relationship::fixed('sibling-in-law', 'sibling-in-law’s %s')->sibling()->spouse()->sibling(),
216 Relationship::fixed('sister-in-law', 'sister-in-law’s %s')->spouse()->sister(),
217 Relationship::fixed('brother-in-law', 'brother-in-law’s %s')->spouse()->brother(),
218 Relationship::fixed('sibling-in-law', 'sibling-in-law’s %s')->spouse()->sibling(),
221 Relationship::fixed('sibling-in-law', 'sibling-in-law’s %s')->sibling()->spouse(),
242 …::dynamic(static fn (int $n) => $great($n - 1, '', 'niece'))->married()->spouse()->sibling()->desc…
244 …:dynamic(static fn (int $n) => $great($n - 1, '', 'nephew'))->married()->spouse()->sibling()->desc…