Home
last modified time | relevance | path

Searched defs:monthNameLocativeCase (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Date/
H A DAbstractGregorianJulianDate.php156 protected function monthNameLocativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\AbstractGregorianJulianDate
H A DJalaliDate.php176 protected function monthNameLocativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\JalaliDate
H A DHijriDate.php179 protected function monthNameLocativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\HijriDate
H A DJewishDate.php237 protected function monthNameLocativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\JewishDate
H A DFrenchDate.php188 protected function monthNameLocativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\FrenchDate
H A DAbstractCalendarDate.php719 abstract protected function monthNameLocativeCase(int $month, bool $leap_year): string; function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate