- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 200 for 120s (0.04 sec)
-
src/main/resources/suggest_indices/suggest.json
{ "index": { "refresh_interval": "10s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" }
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Apr 19 06:36:10 UTC 2018 - 142 bytes - Viewed (0) -
guava/src/com/google/common/base/Enums.java
* Description} annotation on the {@code GOLF} constant of enum {@code Sport}, use {@code * Enums.getField(Sport.GOLF).getAnnotation(Description.class)}. * * @since 12.0 */ public static Field getField(Enum<?> enumValue) { Class<?> clazz = enumValue.getDeclaringClass(); try { return clazz.getDeclaredField(enumValue.name());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 01 13:41:58 UTC 2025 - 4.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ForwardingNavigableMap.java
* * <p>The {@code standard} methods and the collection views they return are not guaranteed to be * thread-safe, even when all of the methods that they depend on are thread-safe. * * @author Louis Wasserman * @since 12.0 */ @GwtIncompatible public abstract class ForwardingNavigableMap<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingSortedMap<K, V> implements NavigableMap<K, V> {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 14.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingNavigableMap.java
* * <p>The {@code standard} methods and the collection views they return are not guaranteed to be * thread-safe, even when all of the methods that they depend on are thread-safe. * * @author Louis Wasserman * @since 12.0 */ @GwtIncompatible public abstract class ForwardingNavigableMap<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingSortedMap<K, V> implements NavigableMap<K, V> {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpFilter.java
/* * Set jcifs properties we know we want; soTimeout and cachePolicy to 30min. */ p.setProperty("jcifs.smb.client.soTimeout", "1800000"); p.setProperty("jcifs.netbios.cachePolicy", "1200"); /* * The Filter can only work with NTLMv1 as it uses a man-in-the-middle * technique that NTLMv2 specifically thwarts. A real NTLM Filter would
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
val maxParallelForks: Int = 4, ) { // Include cross version tests, these take care of selecting a very small set of versions to cover when run as part of this stage, including the current version QUICK(true, true, true, 120, 4), // Include cross version tests, these take care of selecting a very small set of versions to cover when run as part of this stage, including the current version PLATFORM(true, true, true),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/FloatsTest.java
} public void testReverseIndexed() { testReverse(new float[] {}, 0, 0, new float[] {}); testReverse(new float[] {1}, 0, 1, new float[] {1}); testReverse(new float[] {1, 2}, 0, 2, new float[] {2, 1}); testReverse(new float[] {3, 1, 1}, 0, 2, new float[] {1, 3, 1}); testReverse(new float[] {3, 1, 1}, 0, 1, new float[] {3, 1, 1});
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/IntsTest.java
} public void testReverseIndexed() { testReverse(new int[] {}, 0, 0, new int[] {}); testReverse(new int[] {1}, 0, 1, new int[] {1}); testReverse(new int[] {1, 2}, 0, 2, new int[] {2, 1}); testReverse(new int[] {3, 1, 1}, 0, 2, new int[] {1, 3, 1}); testReverse(new int[] {3, 1, 1}, 0, 1, new int[] {3, 1, 1}); testReverse(new int[] {-1, 1, -2, 2}, 1, 3, new int[] {-1, -2, 1, 2});
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/primitives/FloatsTest.java
} public void testReverseIndexed() { testReverse(new float[] {}, 0, 0, new float[] {}); testReverse(new float[] {1}, 0, 1, new float[] {1}); testReverse(new float[] {1, 2}, 0, 2, new float[] {2, 1}); testReverse(new float[] {3, 1, 1}, 0, 2, new float[] {1, 3, 1}); testReverse(new float[] {3, 1, 1}, 0, 1, new float[] {3, 1, 1});
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingNavigableSet.java
* * <p>The {@code standard} methods and the collection views they return are not guaranteed to be * thread-safe, even when all of the methods that they depend on are thread-safe. * * @author Louis Wasserman * @since 12.0 */ @GwtIncompatible public abstract class ForwardingNavigableSet<E extends @Nullable Object> extends ForwardingSortedSet<E> implements NavigableSet<E> { /** Constructor for use by subclasses. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8.8K bytes - Viewed (0)