Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DAbstractGregorianJulianDate.php86 protected function monthNameNominativeCase(int $month, bool $leap_year): string
121 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
156 protected function monthNameLocativeCase(int $month, bool $leap_year): string
191 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
224 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJalaliDate.php86 protected function monthNameNominativeCase(int $month, bool $leap_year): string
131 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
176 protected function monthNameLocativeCase(int $month, bool $leap_year): string
221 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
266 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DHijriDate.php89 protected function monthNameNominativeCase(int $month, bool $leap_year): string
134 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
179 protected function monthNameLocativeCase(int $month, bool $leap_year): string
224 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
269 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJewishDate.php133 protected function monthNameNominativeCase(int $month, bool $leap_year): string
185 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
237 protected function monthNameLocativeCase(int $month, bool $leap_year): string
289 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
341 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DFrenchDate.php93 protected function monthNameNominativeCase(int $month, bool $leap_year): string
141 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
188 protected function monthNameLocativeCase(int $month, bool $leap_year): string
235 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
282 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DAbstractCalendarDate.php699 abstract protected function monthNameGenitiveCase(int $month, bool $leap_year): string;
709 abstract protected function monthNameNominativeCase(int $month, bool $leap_year): string;
719 abstract protected function monthNameLocativeCase(int $month, bool $leap_year): string;
729 abstract protected function monthNameInstrumentalCase(int $month, bool $leap_year): string;
739 abstract protected function monthNameAbbreviated(int $month, bool $leap_year): string;