- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 362 for yearly (0.27 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
* they crawl the page. Valid values are: * <ul> * <li>always</li> * <li>hourly</li> * <li>daily</li> * <li>weekly</li> * <li>monthly</li> * <li>yearly</li> * <li>never</li> * </ul> * The value "always" should be used to describe documents that change each * time they are accessed. The value "never" should be used to describe * archived URLs.
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 4.9K 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: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Jan 02 17:15:06 UTC 2022 - 4.8K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/http/DateFormatting.kt
// that. If any of the BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS ended in "'GMT'" we'd have // to also check that position.getIndex() == value.length() otherwise parsing might have // terminated early, ignoring things like "+01:00". Leaving this as != 0 means that any // trailing junk is ignored. return result } } } return null }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 4.1K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.facet_timestamp_1week=Past Week labels.facet_timestamp_1month=Past Month labels.facet_timestamp_1year=Past Year labels.facet_timestamp_3month=Past 3 Months labels.facet_timestamp_6month=Past 6 Months labels.facet_timestamp_2year=Past 2 Years labels.facet_timestamp_3year=Past 3 Years labels.facet_contentLength_title=Size labels.facet_contentLength_10k= - 10kb labels.facet_contentLength_10kto100k=10kb - 100kb
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
.github/SECURITY.md
the group can be found at [Early Disclosure Membership]. ## Security Bulletins Information about previous Istio vulnerabilities can be found on the [Security Bulletins] page. [Support Announcements]: https://istio.io/news/support/ [Istio Security Vulnerabilities]: https://istio.io/about/security-vulnerabilities/ [Security Bulletins]: https://istio.io/news/security/
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri May 12 15:17:53 UTC 2023 - 905 bytes - Viewed (0) -
guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria--"' `Ugh!' said the Lory, with a shiver. `I beg your pardon!' said the Mouse, frowning, but very politely: `Did you speak?' `Not I!' said the Lory hastily. `I thought you did,' said the Mouse. `--I proceed. "Edwin and Morcar, the earls of Mercia and Northumbria, declared for him:
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 29 21:35:03 UTC 2012 - 145.2K 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: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 06 04:12:05 UTC 2024 - 23.1K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/root/RootLocator.java
/** * Interface used to locate the root directory for a given project. * * The root locator is usually looked up from the plexus container. * One notable exception is the computation of the early {@code session.rootDirectory} * property which happens very early. The implementation used in this case * will be discovered using the JDK service mechanism. * * The default implementation will look for a {@code .mvn} child directory
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.5K bytes - Viewed (0) -
common/config/.golangci.yml
# - name: empty-lines # - name: confusing-results # - name: empty-block # - name: get-return # - name: confusing-naming # - name: unexported-naming # - name: early-return # - name: unused-parameter # - name: unnecessary-stmt # - name: deep-exit # - name: import-shadowing # - name: modifies-value-receiver # - name: unused-receiver
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.wizard_button_finish=Skip labels.search_list_configuration=Search labels.search_list_button_delete=Удалить labels.search_list_delete_confirmation=Do you really want to delete? labels.search_list_button_delete_all=Delete all with this query labels.search_list_delete_all_confirmation=Do you really want to delete all with this query? labels.search_list_button_cancel=Cancel labels.failure_url_configuration=Failure URL labels.failure_url_search_url=URL
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0)