- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 615 for sata (0.02 sec)
-
BasicDerAdapter.kt
Handles basic types that always use the same tag. This supports optional types and may set a type L22: * hint for further adapters to process. L23: * L24: * Types like ANY and CHOICE that don't have a consistent tag cannot use this. L25: */ L26:internal data class BasicDerAdapter<T>( L27: private val name: String, L28: /** The tag class this adapter expects, or -1 to match any tag class. */ L29: val tagClass: Int, L30: /** The tag this adapter expects, or -1 to match any tag. */ L31: val tag: Long,...github.com/square/okhttp/okhttp-tls/src/main/ko...Mon Jan 08 01:13:22 UTC 2024 4.4K bytes -
AggregateFutureState.java
current thread's exception but also the initial thread's. L99: */ L100: Set<Throwable> seenExceptionsLocal = seenExceptions; L101: if (seenExceptionsLocal == null) { L102: // TODO(cpovirk): Should we use a simpler (presumably cheaper) data structure? L103: /* L104: * Using weak references here could let us release exceptions earlier, but: L105: * L106: * 1. On Android, querying a WeakReference blocks if the GC is doing an otherwise-concurrent L107: * pass....github.com/google/guava/android/guava/src/com/g...Tue May 28 20:40:51 UTC 2024 8.4K bytes -
CacheAction.java
return redirect(ErrorAction.class); L70: } L71: L72: final StreamResponse response = asStream(DocumentUtil.getValue(doc, fessConfig.getIndexFieldDocId(), String.class)) L73: .contentType("text/html; charset=UTF-8").data(content.getBytes(Constants.CHARSET_UTF_8)); L74: response.headerContentDispositionInline(); // TODO will be fixed in lastaflute L75: return response; L76: } L77: L78:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.4K bytes -
InterceptorTest.kt
server.enqueue( L782: MockResponse.Builder() L783: .body("abc") L784: .throttleBody(1, 1, TimeUnit.SECONDS) L785: .build(), L786: ) L787: val data = ByteArray(2 * 1024 * 1024) // 2 MiB. L788: val request1 = L789: Request.Builder() L790: .url(server.url("/")) L791: .post(data.toRequestBody("text/plain".toMediaType())) L792: .build() L793: val call = client.newCall(request1) L794: assertFailsWith<SocketTimeoutException> { L795: call.execute()...github.com/square/okhttp/okhttp/src/test/java/o...Sun Jan 14 10:20:09 UTC 2024 27.8K bytes -
PublicSuffixListGenerator.kt
fun String.toRule(): ByteString? { L106: if (trim { it <= ' ' }.isEmpty() || startsWith("//")) return null L107: if (contains(WILDCARD_CHAR)) { L108: assertWildcardRule(this) L109: } L110: return encodeUtf8() L111: } L112: L113: data class ImportResults( L114: val sortedRules: SortedSet<ByteString>, L115: val sortedExceptionRules: SortedSet<ByteString>, L116: val totalRuleBytes: Int, L117: val totalExceptionRuleBytes: Int, L118: ) { L119: fun writeOut(sink: BufferedSink)...github.com/square/okhttp/okhttp/src/test/java/o...Thu Apr 18 01:24:38 UTC 2024 6K bytes -
AndroidPlatform.kt
class exploits knowledge of Android implementation details. This class is potentially L126: * much faster to initialize than [BasicTrustRootIndex] because it doesn't need to load and L127: * index trusted CA certificates. L128: */ L129: internal data class CustomTrustRootIndex( L130: private val trustManager: X509TrustManager, L131: private val findByIssuerAndSignatureMethod: Method, L132: ) : TrustRootIndex { L133: override fun findByIssuerAndSignature(cert: X509Certificate): X509Certificate?...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 6.2K bytes -
calls.md
but it gets tricky in practice. L4: L5:## [Requests](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-request/) L6: L7:Each HTTP request contains a URL, a method (like `GET` or `POST`), and a list of headers. Requests may also contain a body: a data stream of a specific content type. L8: L9:## [Responses](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/) L10: L11:The response answers the request with a code (like 200 for success or 404 for not found), headers, and its own optional...github.com/square/okhttp/docs/features/calls.mdSun Feb 06 02:19:09 UTC 2022 3.9K bytes -
BiMap.java
{@link Map} interface. L106: */ L107: @Override L108: Set<V> values(); L109: L110: /** L111: * Returns the inverse view of this bimap, which maps each of this bimap's values to its L112: * associated key. The two bimaps are backed by the same data; any changes to one will appear in L113: * the other. L114: * L115: * <p><b>Note:</b>There is no guaranteed correspondence between the iteration order of a bimap and L116: * that of its inverse. L117: * L118: * @return the inverse view...github.com/google/guava/guava/src/com/google/co...Sat Jun 17 14:40:53 UTC 2023 4.3K bytes -
fess_log.ndjson
\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Query Count\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"histogram\",\"mode\":\"stacked\",\"data\":{\"label\":\"Query Count\",\"id\":\"1\"},\"valueAxis\":\"ValueAxis-1\",\"drawLinesBetweenPoints\":true,\"showCircles\":true}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false,\"dimensions\"...github.com/codelibs/fess/src/main/assemblies/ex...Mon Aug 12 01:26:21 UTC 2019 18.2K bytes -
pl.js
zostały wypełnione",badTime:"Wprowadzono niepoprawny czas",badEmail:"Wprowadzono niepoprawny adres e-mail",badTelephone:"Wprowadzono niepoprawny numeru telefonu",badSecurityAnswer:"Nieprawidłowa odpowiedź na pytanie bezpieczeństwa",badDate:"Niepoprawna data",lengthBadStart:"Wprowadzona wartość musi być pomiędzy ",lengthBadEnd:" znaków",lengthTooLongStart:"Wprowadzona wartość jest większa niż ",lengthTooShortStart:"Wprowadzona wartość jest mniejsza niż ",notConfirmed:"Wprowadzone wartości nie zostały ...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.9K bytes