- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 247 for referrer (0.03 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWord.java
/** suggestWord */ protected String suggestWord; /** updatedBy */ protected String updatedBy; /** updatedTime */ protected Long updatedTime; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RouteDatabase.kt
* used so that OkHttp can learn from its mistakes: if there was a failure attempting to connect to * a specific IP address or proxy server, that failure is remembered and alternate routes are * preferred. */ class RouteDatabase { private val _failedRoutes = mutableSetOf<Route>() val failedRoutes: Set<Route> @Synchronized get() = _failedRoutes.toSet()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsAccessToken.java
protected String[] permissions; /** token */ protected String token; /** updatedBy */ protected String updatedBy; /** updatedTime */ protected Long updatedTime; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/rpc.java
_dst.enc_ndr_short(length); _dst.enc_ndr_short(maximum_length); _dst.enc_ndr_referent(buffer, 1); if (buffer != null) { _dst = _dst.deferred; final int _bufferl = length / 2; final int _buffers = maximum_length / 2; _dst.enc_ndr_long(_buffers); _dst.enc_ndr_long(0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsJobLog.java
protected String scriptResult; /** scriptType */ protected String scriptType; /** startTime */ protected Long startTime; /** target */ protected String target; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SearchLogHelperTest.java
return 1000; } @Override public String[] getSearchlogRequestHeadersAsArray() { return new String[] { "user-agent", "referer" }; } @Override public boolean isLoggingSearchDocsEnabled() { return false; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsSearchLogCB.java
doColumn("queryPageSize"); } public void columnQueryTime() { doColumn("queryTime"); } public void columnReferer() { doColumn("referer"); } public void columnRequestedAt() { doColumn("requestedAt"); } public void columnResponseTime() { doColumn("responseTime"); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/Smb2ChannelCapabilities.java
/** * Channel binding is disabled */ public static final int CHANNEL_BINDING_DISABLED = 0; /** * Channel binding is preferred but not required */ public static final int CHANNEL_BINDING_PREFERRED = 1; /** * Channel binding is required */ public static final int CHANNEL_BINDING_REQUIRED = 2; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 2.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/FastFallbackTest.kt
}.also { expected -> assertThat(expected).hasMessage("timeout") } } /** * This test reproduces a crash where OkHttp attempted to use a deferred connection when the call * already had a healthy connection. It sets up a deferred connection by stalling the IPv6 * connect, and it sets up a same-connection retry with [ErrorCode.REFUSED_STREAM]. * * https://github.com/square/okhttp/pull/7190 */
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 10.4K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Charsets.java
* guaranteed to be supported by all Java platform implementations. * * <p>Assuming you're free to choose, note that <b>{@link #UTF_8} is widely preferred</b>. * * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/StringsExplained#charsets">{@code Charsets}</a>. * * @author Mike Bostock * @since 1.0 */ @GwtCompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 3K bytes - Viewed (0)