- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for 86400 (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-gwt/pom.xml
<sourceLevel>1.8</sourceLevel> <!-- Keep these timeouts very large because, if we hit the timeout, the tests silently pass :( --> <testTimeOut>86400 <!-- seconds --></testTimeOut> <testMethodTimeout>1440 <!-- minutes --></testMethodTimeout> <!-- Presumably we want watchFileChanges=false here, since we want it for compile: -->
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProviderTest.java
Shinsuke Sugaya <******@****.***> 1773442886 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'cookie.default.expire'. <br> * The value is, e.g. 3600 <br> * comment: The default expire of cookie in seconds e.g. 31556926: one year, 86400: one day * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCookieDefaultExpire(); /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
.github/workflows/issue-manager.yml
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Jan 11 22:22:58 GMT 2026 - 1.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
assertEquals(ByteOrder.BIG_ENDIAN, bigEndian.order()); } static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) { { HashCode unused = hashFunction.hashBytes(new byte[64], 0, 0); } try { hashFunction.hashBytes(new byte[128], -1, 128); Assert.fail(); } catch (IndexOutOfBoundsException expected) { } try {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Oct 28 18:19:59 GMT 2025 - 25.6K bytes - Click Count (0)