- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 146 for year (0.02 sec)
-
internal/s3select/sql/jsondata/books.json
Registered: 2024-11-03 19:28 - Last Modified: 2021-06-01 21:59 - 1.9K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
if (year < this.minDate.year() || (year == this.minDate.year() && month < this.minDate.month())) { month = this.minDate.month(); year = this.minDate.year(); } } if (this.maxDate) { if (year > this.maxDate.year() || (year == this.maxDate.year() && month > this.maxDate.month())) { month = this.maxDate.month();
Registered: 2024-10-31 13:40 - Last Modified: 2024-10-26 01:49 - 64.8K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Cookie.kt
} year == -1 && matcher.usePattern(YEAR_PATTERN).matches() -> { year = matcher.group(1).toInt() } } pos = dateCharacterOffset(s, end + 1, limit, false) } // Convert two-digit years into four-digit years. 99 becomes 1999, 15 becomes 2015. if (year in 70..99) year += 1900 if (year in 0..69) year += 2000
Registered: 2024-11-01 11:42 - Last Modified: 2024-04-06 04:12 - 23.1K bytes - Viewed (0) -
cmd/update-notifier_test.go
{61 * 24 * time.Hour, "my_download_url", "2 months before the latest release"}, {360 * 24 * time.Hour, "my_download_url", "1 year before the latest release"}, {361 * 24 * time.Hour, "my_download_url", "1 year before the latest release"}, {2 * 365 * 24 * time.Hour, "my_download_url", "2 years before the latest release"}, } plainMsg := "You are running an older version of MinIO released" for i, testCase := range testCases {
Registered: 2024-11-03 19:28 - Last Modified: 2023-07-31 15:36 - 4.1K bytes - Viewed (0) -
pom.xml
<artifactId>license-maven-plugin</artifactId> <version>4.3</version> <configuration> <header>https://www.codelibs.org/assets/license/header.txt</header> <properties> <year>2024</year> </properties> <includes> <include>src/**/*.java</include> </includes> <encoding>UTF-8</encoding> <headerDefinitions>
Registered: 2024-11-01 20:58 - Last Modified: 2024-03-07 01:58 - 4.3K bytes - Viewed (0) -
internal/s3select/sql/parser.go
Quantity *Operand `parser:" @@ \",\""` Timestamp *PrimaryTerm `parser:" @@ \")\""` } // DateDiffFunc represents the DATE_DIFF function type DateDiffFunc struct {
Registered: 2024-11-03 19:28 - Last Modified: 2024-01-18 07:03 - 12.9K bytes - Viewed (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle.gradle.kts
Registered: 2024-11-06 11:36 - Last Modified: 2024-08-08 14:54 - 6.4K bytes - Viewed (0) -
internal/s3select/sql/timestampfuncs.go
return nil, errNotImplemented } return FromTimestamp(t.Add(duration)), nil } // dateDiff computes the difference between two times in terms of the // `timePart` which can be years, months, days, hours, minutes or // seconds. For difference in years, months or days, the time part, // including timezone is ignored. func dateDiff(timePart string, ts1, ts2 time.Time) (*Value, error) { if ts2.Before(ts1) {
Registered: 2024-11-03 19:28 - Last Modified: 2022-01-02 17:15 - 4.8K bytes - Viewed (0) -
pom.xml
<artifactId>license-maven-plugin</artifactId> <version>4.1</version> <configuration> <header>https://www.codelibs.org/assets/license/header.txt</header> <properties> <year>2022</year> </properties> <includes> <include>src/**/*.java</include> </includes> <encoding>UTF-8</encoding> <headerDefinitions>
Registered: 2024-10-31 02:32 - Last Modified: 2024-10-03 17:04 - 4K bytes - Viewed (0) -
docs/en/docs/fastapi-people.md
/// You can see the **FastAPI Experts** for: * [Last Month](#fastapi-experts-last-month) 🤓 * [3 Months](#fastapi-experts-3-months) 😎 * [6 Months](#fastapi-experts-6-months) 🧐 * [1 Year](#fastapi-experts-1-year) 🧑🔬 * [**All Time**](#fastapi-experts-all-time) 🧙 ### FastAPI Experts - Last Month
Registered: 2024-11-03 07:19 - Last Modified: 2024-08-06 04:48 - 9.7K bytes - Viewed (0)