- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for 19700101 (0.04 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/CookieTest.kt
} @Test fun expiresDate() { assertThat(Date(parse(url, "a=b; Expires=Thu, 01 Jan 1970 00:00:00 GMT")!!.expiresAt)) .isEqualTo(date("1970-01-01T00:00:00.000+0000")) assertThat(Date(parse(url, "a=b; Expires=Wed, 09 Jun 2021 10:18:14 GMT")!!.expiresAt)) .isEqualTo(date("2021-06-09T10:18:14.000+0000"))
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 24.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/net/InetAddressesTest.java
// Check that a coerced IPv4 address is unaltered. assertThat(InetAddresses.getCoercedIPv4Address(InetAddresses.forString("127.0.0.1"))) .isEqualTo(InetAddresses.forString("127.0.0.1")); // ::1 special case assertThat(InetAddresses.getCoercedIPv4Address(InetAddresses.forString("::1"))) .isEqualTo(InetAddresses.forString("127.0.0.1")); // :: special caseCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 36.3K bytes - Click Count (0) -
src/main/resources/fess_config.properties
rate.limit.retry.after.seconds=60 # Comma-separated list of whitelisted IPs (e.g., 127.0.0.1,::1). rate.limit.whitelist.ips=127.0.0.1,::1 # Comma-separated list of blocked IPs. rate.limit.blocked.ips= # Comma-separated list of trusted proxy IPs. Only trust X-Forwarded-For/X-Real-IP from these IPs. rate.limit.trusted.proxies=127.0.0.1,::1 # Number of requests between cleanup operations to prevent memory leaks.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 127.0.0.1,::1 */ String RATE_LIMIT_WHITELIST_IPS = "rate.limit.whitelist.ips"; /** The key of the configuration. e.g. */ String RATE_LIMIT_BLOCKED_IPS = "rate.limit.blocked.ips"; /** The key of the configuration. e.g. 127.0.0.1,::1 */ String RATE_LIMIT_TRUSTED_PROXIES = "rate.limit.trusted.proxies";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)