Home
last modified time | relevance | path

Searched defs:isLeap (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/lang/ghc/ghc-8.10.7/libraries/time/lib/Data/Time/Calendar/
H A DMonthDay.hs11 monthAndDayToDayOfYear isLeap month day = (div (367 * month'' - 362) 12) + k + day' where function
20 monthAndDayToDayOfYearValid isLeap month day = do function
32 dayOfYearToMonthAndDay isLeap yd = findMonthDay (monthLengths isLeap) (clip 1 (if isLeap then 366 e… function
41 monthLength isLeap month' = monthLength' isLeap (clip 1 12 month') function
44 monthLength' isLeap month' = (monthLengths isLeap) !! (month' - 1) function
/dports/devel/avr-libc/avr-libc-2.0.0/libc/time/
H A Diso_week_date_r.c53 int isLeap; in iso_week_date_r() local
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-date-0.0.8/Network/HTTP/Date/
H A DConverter.hs88 | isLeap (ty - 1) = if td + 366 >= aj function
94 isLeap year = year `rem` 4 == 0 function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http-date-0.0.8/Network/HTTP/Date/
H A DConverter.hs88 | isLeap (ty - 1) = if td + 366 >= aj function
94 isLeap year = year `rem` 4 == 0 function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http-date-0.0.11/Network/HTTP/Date/
H A DConverter.hs86 | isLeap (ty - 1) = if td + 366 >= aj function
92 isLeap year = year `rem` 4 == 0 function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http-date-0.0.11/Network/HTTP/Date/
H A DConverter.hs86 | isLeap (ty - 1) = if td + 366 >= aj function
92 isLeap year = year `rem` 4 == 0 function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/http-date-0.0.11/Network/HTTP/Date/
H A DConverter.hs86 | isLeap (ty - 1) = if td + 366 >= aj function
92 isLeap year = year `rem` 4 == 0 function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http-date-0.0.8/Network/HTTP/Date/
H A DConverter.hs88 | isLeap (ty - 1) = if td + 366 >= aj function
94 isLeap year = year `rem` 4 == 0 function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/http-date-0.0.11/Network/HTTP/Date/
H A DConverter.hs86 | isLeap (ty - 1) = if td + 366 >= aj function
92 isLeap year = year `rem` 4 == 0 function
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DODATE.cpp334 int isLeap, monthDays ; in day_year() local
382 int isLeap, i ; in month_day() local
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DSTOFFCell.cxx338 bool isLeap=(Y%4)==0 && ((Y%400)==0 || (Y%100)!=0); in double2Date() local
370 bool isLeap=(Y%4)==0 && ((Y%400)==0 || (Y%100)!=0); in date2Double() local
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A DLevel.calculate.R138 isLeap <- function(yearNumber){ function
/dports/astro/stellarium/stellarium-0.21.3/plugins/Calendars/src/
H A DEthiopicCalendar.cpp136 bool EthiopicCalendar::isLeap(int year) in isLeap() function in EthiopicCalendar
H A DCopticCalendar.cpp144 bool CopticCalendar::isLeap(int year) in isLeap() function in CopticCalendar
H A DIslamicCalendar.cpp137 bool IslamicCalendar::isLeap(int iYear) in isLeap() function in IslamicCalendar
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/time/
H A DYear.java315 public static boolean isLeap(long year) { in isLeap() method in Year
527 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/time/
H A DYear.java315 public static boolean isLeap(long year) { in isLeap() method in Year
527 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/time/
H A DYear.java315 public static boolean isLeap(long year) { in isLeap() method in Year
527 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/time/
H A DYear.java315 public static boolean isLeap(long year) { in isLeap() method in Year
527 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/time/
H A DYear.java317 public static boolean isLeap(long year) { in isLeap() method in Year
529 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/time/
H A DYear.java317 public static boolean isLeap(long year) { in isLeap() method in Year
529 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/time/
H A DYear.java315 public static boolean isLeap(long year) { in isLeap() method in Year
527 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/time/
H A DYear.java316 public static boolean isLeap(long year) { in isLeap() method in Year
528 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/time/
H A DYear.java316 public static boolean isLeap(long year) { in isLeap() method in Year
528 public boolean isLeap() { in isLeap() method in Year
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/time/
H A DYear.java315 public static boolean isLeap(long year) { in isLeap() method in Year
527 public boolean isLeap() { in isLeap() method in Year

1234567