Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DJewishDate.php129 * @param bool $leap_year Some calendars use leap months
133 protected function monthNameNominativeCase(int $month, bool $leap_year): string argument
169 if ($month === 7 && $leap_year) {
181 * @param bool $leap_year Some calendars use leap months
185 protected function monthNameGenitiveCase(int $month, bool $leap_year): string argument
221 if ($month === 7 && $leap_year) {
233 * @param bool $leap_year Some calendars use leap months
237 protected function monthNameLocativeCase(int $month, bool $leap_year): string argument
273 if ($month === 7 && $leap_year) {
285 * @param bool $leap_year Some calendars use leap months
[all …]
H A DHijriDate.php85 * @param bool $leap_year Some calendars use leap months
89 protected function monthNameNominativeCase(int $month, bool $leap_year): string argument
130 * @param bool $leap_year Some calendars use leap months
134 protected function monthNameGenitiveCase(int $month, bool $leap_year): string argument
175 * @param bool $leap_year Some calendars use leap months
179 protected function monthNameLocativeCase(int $month, bool $leap_year): string argument
220 * @param bool $leap_year Some calendars use leap months
224 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string argument
265 * @param bool $leap_year Some calendars use leap months
269 protected function monthNameAbbreviated(int $month, bool $leap_year): string argument
[all …]
H A DFrenchDate.php89 * @param bool $leap_year Some calendars use leap months
93 protected function monthNameNominativeCase(int $month, bool $leap_year): string argument
137 * @param bool $leap_year Some calendars use leap months
141 protected function monthNameGenitiveCase(int $month, bool $leap_year): string argument
184 * @param bool $leap_year Some calendars use leap months
188 protected function monthNameLocativeCase(int $month, bool $leap_year): string argument
231 * @param bool $leap_year Some calendars use leap months
235 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string argument
278 * @param bool $leap_year Some calendars use leap months
282 protected function monthNameAbbreviated(int $month, bool $leap_year): string argument
[all …]
H A DJalaliDate.php82 * @param bool $leap_year Some calendars use leap months
86 protected function monthNameNominativeCase(int $month, bool $leap_year): string argument
127 * @param bool $leap_year Some calendars use leap months
131 protected function monthNameGenitiveCase(int $month, bool $leap_year): string argument
172 * @param bool $leap_year Some calendars use leap months
176 protected function monthNameLocativeCase(int $month, bool $leap_year): string argument
217 * @param bool $leap_year Some calendars use leap months
221 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string argument
262 * @param bool $leap_year Some calendars use leap months
266 protected function monthNameAbbreviated(int $month, bool $leap_year): string argument
H A DAbstractGregorianJulianDate.php82 * @param bool $leap_year Some calendars use leap months
86 protected function monthNameNominativeCase(int $month, bool $leap_year): string argument
117 * @param bool $leap_year Some calendars use leap months
121 protected function monthNameGenitiveCase(int $month, bool $leap_year): string argument
152 * @param bool $leap_year Some calendars use leap months
156 protected function monthNameLocativeCase(int $month, bool $leap_year): string argument
187 * @param bool $leap_year Some calendars use leap months
191 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string argument
220 * @param bool $leap_year Some calendars use leap months
224 protected function monthNameAbbreviated(int $month, bool $leap_year): string argument
H A DAbstractCalendarDate.php695 * @param bool $leap_year Some calendars use leap months
699 abstract protected function monthNameGenitiveCase(int $month, bool $leap_year): string; argument
705 * @param bool $leap_year Some calendars use leap months
709 abstract protected function monthNameNominativeCase(int $month, bool $leap_year): string; argument
715 * @param bool $leap_year Some calendars use leap months
719 abstract protected function monthNameLocativeCase(int $month, bool $leap_year): string; argument
725 * @param bool $leap_year Some calendars use leap months
729 abstract protected function monthNameInstrumentalCase(int $month, bool $leap_year): string; argument
735 * @param bool $leap_year Some calendars use leap months
739 abstract protected function monthNameAbbreviated(int $month, bool $leap_year): string; argument