- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 615 for sata (0.03 sec)
-
web-platform-test-urltestdata.txt
p:/example.com/ L71:file:/example.com/ s:file p:/example.com/ L72:ftps:/example.com/ s:ftps p:/example.com/ L73:gopher:/example.com/ s:gopher h:example.com p:/ L74:ws:/example.com/ s:ws h:example.com p:/ L75:wss:/example.com/ s:wss h:example.com p:/ L76:data:/example.com/ s:data p:/example.com/ L77:javascript:/example.com/ s:javascript p:/example.com/ L78:mailto:/example.com/ s:mailto p:/example.com/ L79:http:example.com/ s:http h:example.org p:/foo/example.com/ L80:ftp:example.com/ s:ftp h:example.com...github.com/square/okhttp/okhttp/src/test/resour...Wed Dec 20 23:27:07 UTC 2023 14.3K bytes -
StringsTest.java
Allow passing null array as varargs L221: public void testLenientFormat_nullArrayVarargs() { L222: assertEquals("(Object[])null", Strings.lenientFormat("%s", (Object[]) null)); L223: } L224: L225: @GwtIncompatible // GWT reflection includes less data L226: public void testLenientFormat_badArgumentToString() { L227: assertThat(Strings.lenientFormat("boiler %s plate", new ThrowsOnToString())) L228: .matches( L229: // J2kt nested class name does not use "$" L230: "boiler...github.com/google/guava/guava-tests/test/com/go...Tue Sep 17 18:14:12 UTC 2024 10.4K bytes -
AbstractMapBasedMultiset.java
L346: L347: // Don't allow default serialization. L348: @GwtIncompatible // java.io.ObjectStreamException L349: @J2ktIncompatible L350: private void readObjectNoData() throws ObjectStreamException { L351: throw new InvalidObjectException("Stream data required"); L352: } L353: L354: @GwtIncompatible // not needed in emulated source. L355: @J2ktIncompatible L356: private static final long serialVersionUID = -2250766705698539974L; L357:}...github.com/google/guava/guava/src/com/google/co...Wed Oct 30 16:15:19 UTC 2024 10.4K bytes -
CompactLinkedHashSet.java
et, elements); L87: return set; L88: } L89: L90: /** L91: * Creates a {@code CompactLinkedHashSet} instance, with a high enough "initial capacity" that it L92: * <i>should</i> hold {@code expectedSize} elements without rebuilding internal data structures. L93: * L94: * @param expectedSize the number of elements you expect to add to the returned set L95: * @return a new, empty {@code CompactLinkedHashSet} with enough capacity to hold {@code L96: * expectedSize} elements without...github.com/google/guava/guava/src/com/google/co...Tue Jul 09 00:15:47 UTC 2024 9.7K bytes -
fess.json
"padanya", "padahal", "paling", "sepanjang", "pantas", "sepantasnya", "sepantasnyalah", "para", "pasti", "pastilah", "per", "pernah", "pula", "pun", "merupakan", "rupanya", "serupa", "saat", "saatnya", "sesaat", "saja", "sajalah", "saling", "bersama", "sama", "sesama", "sambil", "sampai", "sana", "sangat", "sangatlah", "saya", "sayalah", "se", "sebab", "sebabnya", "sebuah", "tersebut", "tersebutlah", "sedang", "sedangkan", "sedikit", "sedikitnya", "segala", "segalanya", "segera", "sesegera", "sejak",...github.com/codelibs/fess/src/main/resources/fes...Tue Mar 23 12:38:28 UTC 2021 117.3K bytes -
fess.json
"padanya", "padahal", "paling", "sepanjang", "pantas", "sepantasnya", "sepantasnyalah", "para", "pasti", "pastilah", "per", "pernah", "pula", "pun", "merupakan", "rupanya", "serupa", "saat", "saatnya", "sesaat", "saja", "sajalah", "saling", "bersama", "sama", "sesama", "sambil", "sampai", "sana", "sangat", "sangatlah", "saya", "sayalah", "se", "sebab", "sebabnya", "sebuah", "tersebut", "tersebutlah", "sedang", "sedangkan", "sedikit", "sedikitnya", "segala", "segalanya", "segera", "sesegera", "sejak",...github.com/codelibs/fess/src/main/resources/fes...Sat Feb 27 09:26:16 UTC 2021 117.3K bytes -
HashTestUtils.java
ImmutableSet<Charset> CHARSETS = L636: ImmutableSet.of(ISO_8859_1, US_ASCII, UTF_16, UTF_16BE, UTF_16LE, UTF_8); L637: L638: private static void assertHashStringEquivalence(HashFunction hashFunction, Random random) { L639: // Test that only data and data-order is important, not the individual operations. L640: new EqualsTester() L641: .addEqualityGroup( L642: hashFunction.hashUnencodedChars("abc"), L643: hashFunction.newHasher().putUnencodedChars("abc").hash(), L644:...github.com/google/guava/guava-tests/test/com/go...Tue Jul 23 14:22:54 UTC 2024 25.5K bytes -
TypeResolver.java
mappings.put(var, arg); L436: } L437: } L438: L439: // This is needed when resolving types against a context with wildcards L440: // For example: L441: // class Holder<T> { L442: // void set(T data) {...} L443: // } L444: // Holder<List<?>> should *not* resolve the set() method to set(List<?> data). L445: // Instead, it should create a capture of the wildcard so that set() rejects any List<T>. L446: private static class WildcardCapturer { L447: L448: static final WildcardCapturer INSTANCE...github.com/google/guava/guava/src/com/google/co...Mon Oct 10 19:45:10 UTC 2022 24.2K bytes -
EventListenerTest.kt
L1518: * This inserts a bunch of synthetic 250 ms delays into both client and server and confirms that L1519: * the same delays make it back into the events. L1520: * L1521: * We've had bugs where we report an event when we request data rather than when the data actually L1522: * arrives. https://github.com/square/okhttp/issues/5578 L1523: */ L1524: private fun timeToFirstByte() { L1525: val applicationInterceptorDelay = 250L L1526: val networkInterceptorDelay = 250L L1527: val requestBodyDelay...github.com/square/okhttp/okhttp/src/test/java/o...Sat Jan 20 10:30:28 UTC 2024 56.9K bytes -
recipes.md
gist!!.files!!) { L516: println(key) L517: println(value.content) L518: } L519: } L520: } L521: L522: @JsonClass(generateAdapter = true) L523: data class Gist(var files: Map<String, GistFile>?) L524: L525: @JsonClass(generateAdapter = true) L526: data class GistFile(var content: String?) L527: ``` L528:=== ":material-language-java: Java" L529: ```java L530: private final OkHttpClient client = new OkHttpClient(); L531: private...github.com/square/okhttp/docs/recipes.mdFri Feb 18 08:52:22 UTC 2022 40.2K bytes