- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 615 for sata (0.02 sec)
-
RequestBody.kt
call, only web servers that are specially L63: * designed for this nonstandard interaction will use it. As of 2019-01, the only widely-used L64: * implementation of this pattern is [gRPC][grpc]. L65: * L66: * Because the encoding of interleaved data is not well-defined for HTTP/1, duplex request L67: * bodies may only be used with HTTP/2. Calls to HTTP/1 servers will fail before the HTTP request L68: * is transmitted. If you cannot ensure that your client and server both support HTTP/2, do...github.com/square/okhttp/okhttp/src/main/kotlin...Thu Jan 25 14:41:37 UTC 2024 9.6K bytes -
FeatureSpecificTestSuiteBuilder.java
L59:@GwtIncompatible L60:public abstract class FeatureSpecificTestSuiteBuilder< L61: B extends FeatureSpecificTestSuiteBuilder<B, G>, G> { L62: @SuppressWarnings("unchecked") L63: protected B self() { L64: return (B) this; L65: } L66: L67: // Test Data L68: L69: private @Nullable G subjectGenerator; L70: // Gets run before every test. L71: private Runnable setUp; L72: // Gets run at the conclusion of every test. L73: private Runnable tearDown; L74: L75: @CanIgnoreReturnValue L76: protected...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 10.4K bytes -
UrlComponentEncodingTester.kt
L62: encodings['\b'.code] = encoding // Backspace L63: encodings[ 0xb] = encoding // Vertical Tab L64: encodings[ 0xe] = encoding // Shift Out L65: encodings[ 0xf] = encoding // Shift In L66: encodings[ 0x10] = encoding // Data Link Escape L67: encodings[ 0x11] = encoding // Device Control 1 (oft. XON) L68: encodings[ 0x12] = encoding // Device Control 2 L69: encodings[ 0x13] = encoding // Device Control 3 (oft. XOFF) L70: encodings[ 0x14] = encoding //...github.com/square/okhttp/okhttp/src/test/java/o...Mon Jan 08 01:13:22 UTC 2024 12.3K bytes -
Cache.java
a set of default values if L159: * the cache is not recording statistics. All statistics begin at zero and never decrease over the L160: * lifetime of the cache. L161: * L162: * <p><b>Warning:</b> this cache may not be recording statistical data. For example, a cache L163: * created using {@link CacheBuilder} only does so if the {@link CacheBuilder#recordStats} method L164: * was called. If statistics are not being recorded, a {@code CacheStats} instance with zero for L165: * all values...github.com/google/guava/android/guava/src/com/g...Sun Aug 07 02:38:22 UTC 2022 8.3K bytes -
FessLabels.java
L1466: /** The key of the message: Crawl end time (Data store) */ L1467: public static final String LABELS_crawling_info_DataCrawlEndTime = "{labels.crawling_info_DataCrawlEndTime}"; L1468: L1469: /** The key of the message: Indexing exec time (Data store) */ L1470: public static final String LABELS_crawling_info_DataIndexExecTime = "{labels.crawling_info_DataIndexExecTime}"; L1471: L1472: /** The key of the message: Index size (Data store) */ L1473: public static final String LABELS...github.com/codelibs/fess/src/main/java/org/code...Fri Mar 22 11:58:34 UTC 2024 146.4K bytes -
RealRoutePlanner.kt
Returns a request that creates a TLS tunnel via an HTTP proxy. Everything in the tunnel request L253: * is sent unencrypted to the proxy server, so tunnels include only the minimum set of headers. L254: * This avoids sending potentially sensitive data like HTTP cookies to the proxy unencrypted. L255: * L256: * In order to support preemptive authentication we pass a fake "Auth Failed" response to the L257: * authenticator. This gives the authenticator the option to customize the CONNECT request....github.com/square/okhttp/okhttp/src/main/kotlin...Sat Apr 20 17:03:43 UTC 2024 12K bytes -
CompactLinkedHashMap.java
return new CompactLinkedHashMap<>(); L67: } L68: L69: /** L70: * Creates a {@code CompactLinkedHashMap} instance, with a high enough "initial capacity" that it L71: * <i>should</i> hold {@code expectedSize} elements without rebuilding internal data structures. L72: * L73: * @param expectedSize the number of elements you expect to add to the returned set L74: * @return a new, empty {@code CompactLinkedHashMap} with enough capacity to hold {@code L75: * expectedSize} elements without...github.com/google/guava/guava/src/com/google/co...Mon Apr 01 16:15:01 UTC 2024 10.2K bytes -
mvnw
################################################################## L205:# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central L206:# This allows using the maven wrapper in projects that prohibit checking in binary data. L207:########################################################################################## L208:wrapperJarPath="$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" L209:if [ -r "$wrapperJarPath" ]; then L210: log "Found $wrapperJarPath" L211:else...github.com/google/guava/mvnwMon Oct 14 22:24:15 UTC 2024 10.9K bytes -
jquery-3.7.1.min.map
eEventListener","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","_key","rmsPrefix","rdashAlpha","fcamelCase","_all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","defineProperty","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","removeData","_data","_removeData","attrs","dequeue","startLength","hooks","_queueHooks","unshift","stop","setter","clearQueue","tmp",...github.com/codelibs/fess/src/main/webapp/js/jqu...Sat Oct 26 01:07:52 UTC 2024 131.6K bytes -
CompactHashSet.java
L187: * elements.length) are all {@code null}. L188: */ L189: @VisibleForTesting @CheckForNull transient @Nullable Object[] elements; L190: L191: /** L192: * Keeps track of metadata like the number of hash table bits and modifications of this data L193: * structure (to make it possible to throw ConcurrentModificationException in the iterator). Note L194: * that we choose not to make this volatile, so we do less of a "best effort" to track such L195: * errors, for better performance. L196:...github.com/google/guava/android/guava/src/com/g...Fri Oct 18 20:24:49 UTC 2024 24K bytes