- Sort Score
- Num 10 results
- Language All
Results 1311 - 1320 of 1,321 for api1 (0.2 seconds)
-
guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertThat(popLoggedThrowable()).isSameInstanceAs(t); } /* * TODO(cpovirk): Can we replace makeLocalCache with a call to builder.build()? Some tests may * need access to LocalCache APIs, but maybe we can at least make makeLocalCache use * builder.build() and then cast? */ private static <K, V> LocalCache<K, V> makeLocalCache( CacheBuilder<? super K, ? super V> builder) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 116.4K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Maps.java
* ... * ImmutableMap<Color, String> colorNames = * allColors.stream().collect(toImmutableMap(c -> c, c -> c.toString())); * } * * <p>Streams provide a more standard and flexible API and the lambdas make it clear what the keys * and values in the map are. * * @throws NullPointerException if any element of {@code keys} is {@code null}, or if {@code
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 157.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/Maps.java
* ... * ImmutableMap<Color, String> colorNames = * allColors.stream().collect(toImmutableMap(c -> c, c -> c.toString())); * } * * <p>Streams provide a more standard and flexible API and the lambdas make it clear what the keys * and values in the map are. * * @throws NullPointerException if any element of {@code keys} is {@code null}, or if {@code
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 163.4K bytes - Click Count (0) -
android/guava/src/com/google/common/io/BaseEncoding.java
* Encoded Data. Line feeds may be added using {@link #withSeparator(String, int)}. * * <p><b>Java 17+ users:</b> Consider using the {@link java.util.HexFormat} API instead. */ public static BaseEncoding base16() { return BASE16; } static final class Alphabet { private final String name; // this is meant to be immutable -- don't modify it!Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:45:58 GMT 2026 - 41.6K bytes - Click Count (0) -
android/guava/src/com/google/common/net/InetAddresses.java
* CharMatcher.ascii().matchesAllOf(ipString)}. * * <p>The scope ID is validated against the interfaces on the machine, which requires permissions * under Android. * * <p><b>Android users on API >= 29:</b> Prefer {@code InetAddresses.parseNumericAddress}. * * @param ipString {@code String} containing an IPv4 or IPv6 string literal, e.g. {@code
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 47.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
/** Buffer size reserved when truncating context to fit within max chars limit. */ protected static final int CONTEXT_TRUNCATION_BUFFER = 100; /** The HTTP client used for API communication. */ protected CloseableHttpClient httpClient; /** Cached availability status of the LLM provider. */ protected volatile Boolean cachedAvailability = null;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Preconditions.java
* template to be null (though we do handle that case gracefully at runtime). I've left this * one as it is because one of our users has defined a wrapper API around Preconditions, * declaring a checkState method that accepts a possibly null template. So we'd need to update * that user first. */ @Nullable String errorMessageTemplate,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 08 18:10:02 GMT 2026 - 53.5K bytes - Click Count (0) -
guava/src/com/google/common/base/Preconditions.java
* template to be null (though we do handle that case gracefully at runtime). I've left this * one as it is because one of our users has defined a wrapper API around Preconditions, * declaring a checkState method that accepts a possibly null template. So we'd need to update * that user first. */ @Nullable String errorMessageTemplate,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 08 18:10:02 GMT 2026 - 53.5K bytes - Click Count (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
z3g\u000bxn--uuwu58a\u000bxn--vgu402c\u000bxn--zbx025d\u0008yamagata\u0009yamaguchi\u0009yamanashi\u0006zombie\u0002xx\u0003ass\u000bpharmaciens\u0006presse\u0003tra\u0005busan\u0003c01\u0008chungbuk\u0008chungnam\u0005daegu\u0007daejeon\u0008eliv-api\u0008eliv-cdn\u0008eliv-dns\u0007gangwon\u0007gwangju\u0009gyeongbuk\u0008gyeonggi\u0009gyeongnam\u0002hs\u0007incheon\u0004jeju\u0007jeonbuk\u0007jeonnam\u0003mmv\u0005seoul\u0005ulsan\u0003vki\u0003emb\u0006jcloud\u0003bnr\u0002oy\u0004cyon\u0004...
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 06 20:41:51 GMT 2026 - 290.5K bytes - Click Count (1) -
src/main/resources/fess_indices/_aws/fess.json
}, "latvian_override": { "type": "stemmer_override", "rules": [] }, "lithuanian_stop": { "type": "stop",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0)