Home
last modified time | relevance | path

Searched refs:father (Results 1 – 25 of 104) sorted by relevance

12345

/webtrees/tests/app/SurnameTradition/
H A DLithuanianSurnameTraditionTest.php60 $father = $this->createMock(Individual::class);
61 $father->method('facts')->willReturn(new Collection([$father_fact]));
71 $this->surname_tradition->newChildNames($father, $mother, 'M')
83 $father = $this->createMock(Individual::class);
84 $father->method('facts')->willReturn(new Collection([$father_fact]));
94 $this->surname_tradition->newChildNames($father, $mother, 'F')
106 $father = $this->createMock(Individual::class);
107 $father->method('facts')->willReturn(new Collection([$father_fact]));
117 $this->surname_tradition->newChildNames($father, $mother, 'F')
123 $father = $this->createMock(Individual::class);
[all …]
H A DPolishSurnameTraditionTest.php50 $father = $this->createMock(Individual::class);
51 $father->method('facts')->willReturn(new Collection([$father_fact]));
61 $this->surname_tradition->newChildNames($father, $mother, 'M')
73 $father = $this->createMock(Individual::class);
74 $father->method('facts')->willReturn(new Collection([$father_fact]));
84 $this->surname_tradition->newChildNames($father, $mother, 'F')
96 $father = $this->createMock(Individual::class);
97 $father->method('facts')->willReturn(new Collection([$father_fact]));
107 $this->surname_tradition->newChildNames($father, $mother, 'F')
113 $father = $this->createMock(Individual::class);
[all …]
H A DPaternalSurnameTraditionTest.php49 $father = $this->createMock(Individual::class);
50 $father->method('facts')->willReturn(new Collection([$father_fact]));
60 $this->surname_tradition->newChildNames($father, $mother, 'M')
65 $this->surname_tradition->newChildNames($father, $mother, 'F')
70 $this->surname_tradition->newChildNames($father, $mother, 'U')
82 $father = $this->createMock(Individual::class);
83 $father->method('facts')->willReturn(new Collection([$father_fact]));
93 $this->surname_tradition->newChildNames($father, $mother, 'U')
105 $father = $this->createMock(Individual::class);
106 $father->method('facts')->willReturn(new Collection([$father_fact]));
[all …]
H A DIcelandicSurnameTraditionTest.php49 $father = $this->createMock(Individual::class);
50 $father->method('facts')->willReturn(new Collection([$father_fact]));
60 $this->surname_tradition->newChildNames($father, $mother, 'M')
72 $father = $this->createMock(Individual::class);
73 $father->method('facts')->willReturn(new Collection([$father_fact]));
83 $this->surname_tradition->newChildNames($father, $mother, 'F')
95 $father = $this->createMock(Individual::class);
96 $father->method('facts')->willReturn(new Collection([$father_fact]));
106 $this->surname_tradition->newChildNames($father, $mother, 'U')
H A DPortugueseSurnameTraditionTest.php59 $father = $this->createMock(Individual::class);
60 $father->method('facts')->willReturn(new Collection([$father_fact]));
70 $this->surname_tradition->newChildNames($father, $mother, 'M')
75 $this->surname_tradition->newChildNames($father, $mother, 'F')
80 $this->surname_tradition->newChildNames($father, $mother, 'U')
103 $father = $this->createMock(Individual::class);
104 $father->method('facts')->willReturn(new Collection([$father_fact]));
114 $this->surname_tradition->newChildNames($father, $mother, 'M')
H A DSpanishSurnameTraditionTest.php49 $father = $this->createMock(Individual::class);
50 $father->method('facts')->willReturn(new Collection([$father_fact]));
60 $this->surname_tradition->newChildNames($father, $mother, 'M')
65 $this->surname_tradition->newChildNames($father, $mother, 'F')
70 $this->surname_tradition->newChildNames($father, $mother, 'U')
93 $father = $this->createMock(Individual::class);
94 $father->method('facts')->willReturn(new Collection([$father_fact]));
104 $this->surname_tradition->newChildNames($father, $mother, 'M')
H A DPatrilinealSurnameTraditionTest.php59 $father = $this->createMock(Individual::class);
60 $father->method('facts')->willReturn(new Collection([$father_fact]));
70 $this->surname_tradition->newChildNames($father, $mother, 'M')
75 $this->surname_tradition->newChildNames($father, $mother, 'F')
80 $this->surname_tradition->newChildNames($father, $mother, 'U')
92 $father = $this->createMock(Individual::class);
93 $father->method('facts')->willReturn(new Collection([$father_fact]));
103 $this->surname_tradition->newChildNames($father, $mother, 'U')
H A DMatrilinealSurnameTraditionTest.php59 $father = $this->createMock(Individual::class);
60 $father->method('facts')->willReturn(new Collection([$father_fact]));
70 $this->surname_tradition->newChildNames($father, $mother, 'M')
75 $this->surname_tradition->newChildNames($father, $mother, 'F')
80 $this->surname_tradition->newChildNames($father, $mother, 'U')
92 $father = $this->createMock(Individual::class);
93 $father->method('facts')->willReturn(new Collection([$father_fact]));
103 $this->surname_tradition->newChildNames($father, $mother, 'U')
H A DDefaultSurnameTraditionTest.php49 $father = $this->createMock(Individual::class);
50 $father->method('facts')->willReturn(new Collection([$father]));
60 $this->surname_tradition->newChildNames($father, $mother, 'M')
65 $this->surname_tradition->newChildNames($father, $mother, 'F')
70 $this->surname_tradition->newChildNames($father, $mother, 'U')
/webtrees/app/Module/
H A DLanguageEnglishUnitedStates.php149 Relationship::fixed('adoptive-father', 'adoptive-father’s %s')->adoptive()->father(),
156 Relationship::fixed('foster-father', 'foster-father’s %s')->fostering()->father(),
163 Relationship::fixed('father', 'father’s %s')->father(),
208 … Relationship::fixed('father-in-law', 'father-in-law’s %s')->married()->spouse()->father(),
224 … Relationship::fixed('maternal-grandfather', 'maternal-grandfather’s %s')->mother()->father(),
226 … Relationship::fixed('paternal-grandmother', 'paternal-grandmother’s %s')->father()->mother(),
227 … Relationship::fixed('paternal-grandfather', 'paternal-grandfather’s %s')->father()->father(),
228 … Relationship::fixed('paternal-grandparent', 'paternal-grandfather’s %s')->father()->parent(),
230 Relationship::fixed('grandfather', 'grandfather’s %s')->parent()->father(),
247 …namic(static fn (int $n) => $great($n - 1, 'paternal ', 'grandmother'))->father()->ancestor()->fem…
[all …]
H A DLanguageFrench.php156 Relationship::fixed('père adoptif', '%s du père adoptif')->adoptive()->father(),
169 Relationship::fixed('père d’accueil', '%s du père d’acceuil')->fostering()->father(),
182 Relationship::fixed('père', '%s du père')->father(),
232 Relationship::fixed('beau-père', '%s du beau-père')->married()->spouse()->father(),
245 …p::fixed('trisaïeul maternel', '%s du trisaïeul maternel')->mother()->parent()->parent()->father(),
246 …Relationship::fixed('trisaïeule paternelle', '%s de la trisaïeule paternelle')->father()->parent()…
247 …p::fixed('trisaïeul paternel', '%s du trisaïeul paternel')->father()->parent()->parent()->father(),
249 … Relationship::fixed('trisaïeul', '%s du trisaïeul')->parent()->parent()->parent()->father(),
253 …c fn (int $n) => $firstCompound($n, 'grand-mère paternelle', 'de la '))->father()->ancestor()->fem…
254 …static fn (int $n) => $firstCompound($n, 'grand-père paternel', 'du '))->father()->ancestor()->mal…
[all …]
H A DLanguageSlovakian.php131 Relationship::fixed('otec', '%s otca')->father(),
157 Relationship::fixed('tesť', '%s tesťa')->wife()->father(),
159 Relationship::fixed('svokor', '%s svokra')->spouse()->father(),
172 Relationship::fixed('starý otec', '%s starého otca')->parent()->father(),
176 … Relationship::fixed('prastarý otec', '%s prastarého otca')->parent()->parent()->father(),
198 Relationship::fixed('stryná', '%s strynej')->father()->brother()->wife(),
/webtrees/tests/app/Census/
H A DCensusColumnFatherBirthPlaceTest.php46 $father = $this->createMock(Individual::class);
47 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
50 $family->method('husband')->willReturn($father);
65 $father = $this->createMock(Individual::class);
66 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
69 $family->method('husband')->willReturn($father);
H A DCensusColumnFatherForeignTest.php43 $father = $this->createMock(Individual::class);
44 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
47 $family->method('husband')->willReturn($father);
62 $father = $this->createMock(Individual::class);
63 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
66 $family->method('husband')->willReturn($father);
H A DCensusColumnMotherBirthPlaceSimpleTest.php46 $father = $this->createMock(Individual::class);
47 …$father->method('getBirthPlace')->willReturn($this->getPlaceMock('Miami, Florida, United States'));
50 $family->method('wife')->willReturn($father);
H A DCensusColumnFatherBirthPlaceSimpleTest.php46 $father = $this->createMock(Individual::class);
47 …$father->method('getBirthPlace')->willReturn($this->getPlaceMock('Miami, Florida, United States'));
50 $family->method('husband')->willReturn($father);
/webtrees/app/Census/
H A DCensusColumnFatherBirthPlace.php39 $father = $this->father($individual);
41 if ($father instanceof Individual) {
42 return $this->notCountry($father->getBirthPlace()->gedcomName());
H A DCensusColumnFatherForeign.php39 $father = $this->father($individual);
41 …if ($father && $this->lastPartOfPlace($father->getBirthPlace()->gedcomName()) !== $this->place()) {
/webtrees/app/SurnameTradition/
H A DPatrilinealSurnameTradition.php56 * @param Individual|null $father
62 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array argument
64 if (preg_match(self::REGEX_SPFX_SURN, $this->extractName($father), $match) === 1) {
74 return parent::newChildNames($father, $mother, $sex);
H A DMatrilinealSurnameTradition.php56 * @param Individual|null $father
62 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array argument
74 return parent::newChildNames($father, $mother, $sex);
H A DIcelandicSurnameTradition.php68 * @param Individual|null $father
74 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array argument
76 if (preg_match(self::REGEX_GIVN, $this->extractName($father), $match) === 1) {
H A DSpanishSurnameTradition.php69 * @param Individual|null $father
75 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array argument
77 if (preg_match(self::REGEX_SURNS, $this->extractName($father), $match_father) === 1) {
H A DPortugueseSurnameTradition.php69 * @param Individual|null $father
75 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array argument
77 if (preg_match(self::REGEX_SURNS, $this->extractName($father), $match_father) === 1) {
H A DLithuanianSurnameTradition.php84 * @param Individual|null $father
90 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array argument
92 if (preg_match(self::REGEX_SURN, $this->extractName($father), $match) === 1) {
H A DPolishSurnameTradition.php74 * @param Individual|null $father
80 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array argument
82 if (preg_match(self::REGEX_SURN, $this->extractName($father), $match) === 1) {

12345