Searched defs:leap_year (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/Date/ |
H A D | AbstractGregorianJulianDate.php | 86 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 D | JalaliDate.php | 86 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 D | HijriDate.php | 89 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 D | JewishDate.php | 133 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 D | FrenchDate.php | 93 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 D | AbstractCalendarDate.php | 699 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;
|