Home
last modified time | relevance | path

Searched defs:timelib_is_leap (Results 1 – 11 of 11) sorted by relevance

/dports/lang/php73/php-7.3.33/ext/date/lib/
H A Dtimelib_private.h95 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/lang/php74/php-7.4.27/ext/date/lib/
H A Dtimelib_private.h95 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/www/mod_php74/php-7.4.27/ext/date/lib/
H A Dtimelib_private.h95 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/www/mod_php73/php-7.3.33/ext/date/lib/
H A Dtimelib_private.h95 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/lang/php80/php-8.0.15/ext/date/lib/
H A Dtimelib_private.h98 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/www/mod_php80/php-8.0.15/ext/date/lib/
H A Dtimelib_private.h98 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/timelib-2017.05/
H A Dtimelib_private.h108 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/www/mod_php81/php-8.1.1/ext/date/lib/
H A Dtimelib_private.h105 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/lang/php81/php-8.1.1/ext/date/lib/
H A Dtimelib_private.h105 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/devel/py-timelib/timelib-0.2.5/ext-date-lib/
H A Dtimelib_structs.h207 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro
/dports/deskutils/hebcal/hebcal-4.13/
H A Dtimelib_structs.h311 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) macro