Home
last modified time | relevance | path

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

123456

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Date/
H A DAbstractGregorianJulianDate.php56 protected function monthNameNominativeCase(int $month, bool $leap_year): string
91 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
126 protected function monthNameLocativeCase(int $month, bool $leap_year): string
161 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
194 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DHijriDate.php75 protected function monthNameNominativeCase(int $month, bool $leap_year): string
120 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
165 protected function monthNameLocativeCase(int $month, bool $leap_year): string
210 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
255 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJalaliDate.php72 protected function monthNameNominativeCase(int $month, bool $leap_year): string
117 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
162 protected function monthNameLocativeCase(int $month, bool $leap_year): string
207 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
252 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJewishDate.php118 protected function monthNameNominativeCase(int $month, bool $leap_year): string
170 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
222 protected function monthNameLocativeCase(int $month, bool $leap_year): string
274 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
326 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DFrenchDate.php79 protected function monthNameNominativeCase(int $month, bool $leap_year): string
127 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
174 protected function monthNameLocativeCase(int $month, bool $leap_year): string
221 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
268 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DAbstractCalendarDate.php800 abstract protected function monthNameGenitiveCase(int $month, bool $leap_year): string;
810 abstract protected function monthNameNominativeCase(int $month, bool $leap_year): string;
820 abstract protected function monthNameLocativeCase(int $month, bool $leap_year): string;
830 abstract protected function monthNameInstrumentalCase(int $month, bool $leap_year): string;
840 abstract protected function monthNameAbbreviated(int $month, bool $leap_year): string;
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Date/
H A DHijriDate.php54 public static function monthNameNominativeCase($month_number, $leap_year)
87 protected function monthNameGenitiveCase($month_number, $leap_year)
120 protected function monthNameLocativeCase($month_number, $leap_year)
153 protected function monthNameInstrumentalCase($month_number, $leap_year)
186 protected function monthNameAbbreviated($month_number, $leap_year)
H A DJalaliDate.php51 public static function monthNameNominativeCase($month_number, $leap_year)
84 protected function monthNameGenitiveCase($month_number, $leap_year)
117 protected function monthNameLocativeCase($month_number, $leap_year)
150 protected function monthNameInstrumentalCase($month_number, $leap_year)
183 protected function monthNameAbbreviated($month_number, $leap_year)
H A DJewishDate.php96 public static function monthNameNominativeCase($month_number, $leap_year)
135 protected function monthNameGenitiveCase($month_number, $leap_year)
174 protected function monthNameLocativeCase($month_number, $leap_year)
213 protected function monthNameInstrumentalCase($month_number, $leap_year)
252 protected function monthNameAbbreviated($month_number, $leap_year)
H A DFrenchDate.php51 public static function monthNameNominativeCase($month_number, $leap_year)
85 protected function monthNameGenitiveCase($month_number, $leap_year)
119 protected function monthNameLocativeCase($month_number, $leap_year)
153 protected function monthNameInstrumentalCase($month_number, $leap_year)
187 protected function monthNameAbbreviated($month_number, $leap_year)
H A DCalendarDate.php185 public static function monthNameNominativeCase($month_number, $leap_year)
220 protected function monthNameGenitiveCase($month_number, $leap_year)
255 protected function monthNameLocativeCase($month_number, $leap_year)
290 protected function monthNameInstrumentalCase($month_number, $leap_year)
323 protected function monthNameAbbreviated($month_number, $leap_year)
/dports/devel/R-cran-lubridate/lubridate/R/
H A Dleap-years.r18 leap_year <- function(date) { function
/dports/mail/mailutils/mailutils-3.13/libmailutils/datetime/
H A Ddoy.c30 #define leap_year(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/devel/p5-Badger/Badger-0.13/lib/Badger/
H A DPeriod.pm268 sub leap_year { subroutine
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/msg/
H A Dmsg_date.c284 int leap_year = LEAP_YEAR(year); in msg_date_d() local
332 msg_time_t days_per_month, leap_year; in msg_date_e() local
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/msg/
H A Dmsg_date.c284 int leap_year = LEAP_YEAR(year); in msg_date_d() local
332 msg_time_t days_per_month, leap_year; in msg_date_e() local
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dtime.c61 int leap_year = 0; in is_leap_year() local
/dports/devel/p5-Date-Simple/Date-Simple-3.03/lib/Date/Simple/
H A DNoXS.pm42 sub leap_year { subroutine

123456