Home
last modified time | relevance | path

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

/webtrees/app/SurnameTradition/
H A DPolishSurnameTradition.php84 $name = $this->inflect($match['NAME'], self::INFLECT_FEMALE);
86 $name = $this->inflect($match['NAME'], self::INFLECT_MALE);
89 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);
108 $name = $this->inflect($match['NAME'], self::INFLECT_MALE);
109 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);
130 $name = $this->inflect($match['NAME'], self::INFLECT_FEMALE);
131 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);
H A DLithuanianSurnameTradition.php94 $name = $this->inflect($match['NAME'], self::INFLECT_DAUGHTER);
95 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);
122 $name = $this->inflect($match['NAME'], self::INFLECT_MALE);
123 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);
146 $name = $this->inflect($match['NAME'], self::INFLECT_WIFE);
147 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);
H A DPatrilinealSurnameTradition.php106 protected function inflect(string $name, array $inflections): string function in Fisharebest\\Webtrees\\SurnameTradition\\PatrilinealSurnameTradition
/webtrees/
H A Dphpstan-baseline.neon8638 … Fisharebest\\Webtrees\\SurnameTradition\\PatrilinealSurnameTradition\:\:inflect\(\) should return…