Home
last modified time | relevance | path

Searched refs:INFLECT_MALE (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/SurnameTradition/
H A DPolishSurnameTradition.php40 private const INFLECT_MALE = [ define in Fisharebest\\Webtrees\\SurnameTradition\\PolishSurnameTradition
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);
131 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);
H A DLithuanianSurnameTradition.php50 private const INFLECT_MALE = [ define in Fisharebest\\Webtrees\\SurnameTradition\\LithuanianSurnameTradition
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);
147 $surn = $this->inflect($match['SURN'], self::INFLECT_MALE);