Lines Matching refs:Relationship
24 use Fisharebest\Webtrees\Relationship; alias
131 Relationship::fixed('otec', '%s otca')->father(),
132 Relationship::fixed('matka', '%s matky')->mother(),
133 Relationship::fixed('rodič', '%s rodiča')->parent(),
135 Relationship::fixed('syn', '%s syna')->son(),
136 Relationship::fixed('dcéra', '%s dcéry')->daughter(),
137 Relationship::fixed('dieťa', '%s dieťaťa')->child(),
139 Relationship::fixed('brat', '%s brata')->brother(),
140 Relationship::fixed('sestra', '%s sestry')->sister(),
141 Relationship::fixed('súrodenec', '%s súrodenca')->sibling(),
143 Relationship::fixed('exmanželka', '%s exmanželky')->divorced()->partner()->female(),
144 Relationship::fixed('exmanžel', '%s exmanžela')->divorced()->partner()->male(),
145 … Relationship::fixed('exmanžel/manželka', '%s exmanžela/manželky')->divorced()->partner(),
147 Relationship::fixed('snúbenec', '%s snúbence')->engaged()->partner()->female(),
148 Relationship::fixed('snúbenica', '%s snúbenice')->engaged()->partner()->male(),
150 Relationship::fixed('manželka', '%s manželky')->wife(),
151 Relationship::fixed('manžel', '%s manžela')->husband(),
152 Relationship::fixed('manžel/manželka', '%s manžela/manželky')->spouse(),
153 Relationship::fixed('partnerka', '%s partnerky')->partner()->female(),
155 Relationship::fixed('partner', '%s partnera')->partner(),
157 Relationship::fixed('tesť', '%s tesťa')->wife()->father(),
158 Relationship::fixed('testiná', '%s testinej')->wife()->mother(),
159 Relationship::fixed('svokor', '%s svokra')->spouse()->father(),
160 Relationship::fixed('svokra', '%s svokry')->spouse()->mother(),
161 Relationship::fixed('zať', '%s zaťa')->child()->husband(),
162 Relationship::fixed('nevesta', '%s nevesty')->child()->wife(),
163 Relationship::fixed('švagor', '%s švagra')->spouse()->brother(),
164 Relationship::fixed('švagor', '%s švagra')->sibling()->husband(),
165 Relationship::fixed('švagriná', '%s švagrinej')->spouse()->sister(),
166 Relationship::fixed('švagriná', '%s švagrinej')->sibling()->wife(),
168 Relationship::fixed('nevlastný brat', '%s nevlastného brata')->parent()->son(),
169 Relationship::fixed('nevlastná sestra', '%s nevlastnej sestry')->parent()->daughter(),
170 … Relationship::fixed('nevlastný súrodenec', '%s nevlastného súrodenca')->parent()->child(),
172 Relationship::fixed('starý otec', '%s starého otca')->parent()->father(),
173 Relationship::fixed('stará matka', '%s starej matky')->parent()->mother(),
174 Relationship::fixed('starý rodič', '%s starého rodiča')->parent()->parent(),
176 … Relationship::fixed('prastarý otec', '%s prastarého otca')->parent()->parent()->father(),
177 … Relationship::fixed('prastarý otec', '%s prastarého otca')->parent()->parent()->mother(),
178 … Relationship::fixed('prastarý otec', '%s prastarého otca')->parent()->parent()->parent(),
180 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'prastarý otec', '%s prastarého otca'))->…
181 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'prastará matka', '%s prastarej matky'))-…
182 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'prastarý rodič', '%s prastarého rodiča')…
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(),
192 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'pravnuk', '%s pravnuka'))->ancestor()->m…
193 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'pravnučka', '%s pravnučky'))->ancestor()…
194 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'pravnúča', '%s pravnúčaťa'))->ancestor(),
196 Relationship::fixed('ujo', '%s uja')->mother()->brother(),
197 Relationship::fixed('ujčiná', '%s ujčinej')->mother()->brother()->wife(),
198 Relationship::fixed('stryná', '%s strynej')->father()->brother()->wife(),
199 Relationship::fixed('strýko', '%s strýka')->parent()->brother(),
200 Relationship::fixed('teta', '%s tety')->parent()->sister(),
202 …Relationship::dynamic(static fn (int $n) => $pra($n - 2, 'prastrýko', '%s prastrýka'))->ancestor()…
203 …Relationship::dynamic(static fn (int $n) => $pra($n - 2, 'prateta', '%s pratety'))->ancestor()->si…
205 Relationship::fixed('synovec', '%s synovca')->sibling()->son(),
206 Relationship::fixed('neter', '%s netere')->sibling()->daughter(),
208 Relationship::fixed('prasynovec', '%s prasynovca')->sibling()->child()->son(),
209 Relationship::fixed('praneter', '%s pranetere')->sibling()->child()->daughter(),
210 …Relationship::dynamic(static fn (int $n) => $pra($n - 2, 'prasynovec', '%s prasynovca'))->sibling(…
211 …Relationship::dynamic(static fn (int $n) => $pra($n - 2, 'praneter', '%s pranetere'))->sibling()->…
213 …Relationship::dynamic(static fn (int $n): array => $cousin($n, static::FEMALE_COUSINS, '', ''))->s…
214 …Relationship::dynamic(static fn (int $n): array => $cousin($n, static::MALE_COUSINS, '', ''))->sym…
215 …Relationship::dynamic(static fn (int $n): array => $cousin($n, static::MALE_COUSINS, '', ''))->sym…