- Sort Score
- Result 10 results
- Languages All
Results 511 - 520 of 527 for foo4 (1.32 sec)
-
src/bytes/bytes_test.go
} } } } } var indexTests = []BinOpTest{ {"", "", 0}, {"", "a", -1}, {"", "foo", -1}, {"fo", "foo", -1}, {"foo", "baz", -1}, {"foo", "foo", 0}, {"oofofoofooo", "f", 2}, {"oofofoofooo", "foo", 4}, {"barfoobarfoo", "foo", 3}, {"foo", "", 0}, {"foo", "o", 1}, {"abcABCabc", "A", 3}, // cases with one byte strings - test IndexByte and special case in Index()
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 28 18:13:58 UTC 2025 - 62.9K bytes - Viewed (0) -
android/guava/src/com/google/common/io/Files.java
* behavior that the {@link File} API does not already account for. For example, on NTFS it will * report {@code "txt"} as the extension for the filename {@code "foo.exe:.txt"} even though NTFS * will drop the {@code ":.txt"} part of the name when the file is actually created on the * filesystem due to NTFS's <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 32.9K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMap.java
* pass a literal "null" should probably just use `get`, but I would expect other callers to * pass an expression that *might* be null. This could happen with: * * - a `getFooOrDefault(@Nullable Foo defaultValue)` method that returns * `map.getOrDefault(FOO_KEY, defaultValue)` * * - a call that consults a chain of maps, as in `mapA.getOrDefault(key, mapB.getOrDefault(key, * ...))` *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 44.3K bytes - Viewed (0) -
guava/src/com/google/common/collect/Iterables.java
// // ...where "@JointlyNullable" is similar to @PolyNull but slightly different: // // - @PolyNull means "@Nullable or @Nonnull" // (That would be unsound for an input Iterable<@Nullable Foo>. So, if we wanted to use // @PolyNull, we would have to restrict this method to non-null <T>. But it has users who pass // iterables with null elements.) // // - @JointlyNullable means "@Nullable or no annotation"
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 43.3K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
flowers // fly : Charleston Road Registry Inc. // https://www.iana.org/domains/root/db/fly.html fly // foo : Charleston Road Registry Inc. // https://www.iana.org/domains/root/db/foo.html foo // food : Internet Naming Company LLC // https://www.iana.org/domains/root/db/food.html food // football : Binky Moon, LLC // https://www.iana.org/domains/root/db/football.html football
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
rtÜ@}¦‘—ÝåÂpGú¨wmë£iåTqU }_ìactjïB»oiWzeÈ©~mOe+W ^ÃÇìOjmNKeVk ºÐäY LqE•B‚Ãñ¡²X²½*iqTlUãÈd% zˆ\PUZeÙyqÜtA~ª{_eyûZyu©}ûjiW™@ôWL‘W}qte^1nUcE£}oPGEV_^íÜ1»pcg ¸ÐZy‹Öcw‰V~_ïÑÄ ^ð· °¼GEV ]q}b{ˆ }Z15ª…xeKòn¾JSå8ÌÂJGåp¾v~펯Tï „e°eYfi~X„iôÜïÖòãÜûÚï Üñ ¿’›¨ ]ñ ;òìÕ ôûýï ôÕ4 åãÜ4 åÐ4 ÷ûÖÖñÖ4 ìûêê ïÜå2 ›Ü ÕßÐÐñÖÜÕ êûôïmŸmÜõíÏ:ùèö:ƒ÷ãÎñò µ åñ÷ÐãÜûæôï åôIßö:ÏÆëÌãéï ÕïÖÚûåïÕ2 ŠñôôñÙ Üøï —ûò›‘ …ôûïòÜ ³ßûåýÕÜãÖÜ ‰ßûT» 8ÔôÆTG¦1ãkSxªå3ë$ñåÕ1÷ûòûñ1ôûòßȉÖ×zG~OTÑñ/ cîac«ëw¬æz}P‰Y{å oIN}Èx±¸`spªôGD@R_Ì¢azùôÈEw@ioÎÕ2^æq “øóRqDû0 ú—ûò›‘^^¿ÐéÖãìïÕ...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
fly fly.dev flå.no fm fm.br fm.it fm.jo fm.no fnc.fr-par.scw.cloud fnd.br fnwk.site fo foggia.it folionetwork.site folkebibl.no folldal.no foo food fool.jp football for-better.biz for-more.biz for-our.info for-some.biz for-the.biz ford forde.no forex forgeblocks.com forgot.her.name forgot.his.name
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 129.6K bytes - Viewed (2) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertNotSame(one, two); assertEquals(2, loader.getCount()); } public void testValues() { LocalCache<Object, Object> map = makeLocalCache(createCacheBuilder()); map.put("foo", "bar"); map.put("baz", "bar"); map.put("quux", "quux"); assertFalse(map.values() instanceof Set); assertTrue(map.values().removeAll(ImmutableSet.of("bar"))); assertEquals(1, map.size()); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 110.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheLoadingTest.java
public String load(String key) throws InterruptedException { callCount.incrementAndGet(); secondSignal.countDown(); computeSignal.await(); return key + "foo"; } }; LoadingCache<String, String> cache = CacheBuilder.newBuilder().weakKeys().build(computeFunction);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 85.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/TypeTokenTest.java
} public void testMethod_declaredBySuperclass() throws Exception { Method toStringMethod = Object.class.getMethod("toString"); ImmutableList<String> list = ImmutableList.of("foo"); assertEquals(list.toString(), TypeToken.of(List.class).method(toStringMethod).invoke(list)); } public <T extends Number & List<String>> void testMethod_returnType_resolvedAgainstTypeBound()
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Sep 02 17:23:59 UTC 2025 - 89K bytes - Viewed (0)