- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for duplicated (0.04 sec)
-
guava/src/com/google/common/collect/Iterators.java
} /** * Returns an iterator over the merged contents of all given {@code iterators}, traversing every * element of the input iterators. Equivalent entries will not be de-duplicated. * * <p>Callers must ensure that the source {@code iterators} are in non-descending order as this * method does not sort its input. *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 16 12:42:11 UTC 2025 - 51.4K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
* Fix: Drop cookies that contain ASCII NULL and other bad characters. Previously such cookies would cause OkHttp to crash when they were included in a request. * Fix: Release duplicated multiplexed connections. If we concurrently establish connections to an HTTP/2 server, close all but the first connection. * Fix: Fail the HTTP/2 connection if first frame isn't `SETTINGS`.Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMap.java
* keys and values are the result of applying the provided mapping functions to the input * elements. The generated map is sorted by the specified comparator. * * <p>If the mapped keys contain duplicates (according to the specified comparator), an {@code * IllegalArgumentException} is thrown when the collection operation is performed. (This differsRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 52.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
* * @param anElement one of the elements the set should contain * @param otherElements the rest of the elements the set should contain * @return an immutable set containing those elements, minus duplicates */ public static <E extends Enum<E>> ImmutableSet<E> immutableEnumSet( E anElement, E... otherElements) { return ImmutableEnumSet.asImmutable(EnumSet.of(anElement, otherElements)); } /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 81.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
return buf.toString().trim(); } /** * Replaces duplicate hosts in the URL using the duplicate host helper. * * @param url the URL to process * @return the URL with duplicate hosts replaced */ protected String replaceDuplicateHost(final String url) { try { // remove duplicate host
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Maximum size of alphanumeric terms in documents. crawler.document.max.alphanum.term.size=20 # Maximum size of symbol terms in documents. crawler.document.max.symbol.term.size=10 # Whether to remove duplicate terms in documents. crawler.document.duplicate.term.removed=false # Unicode space characters for document parsing.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheLoadingTest.java
assertThat(stats.missCount()).isEqualTo(4); assertThat(stats.loadSuccessCount()).isEqualTo(4); assertThat(stats.loadExceptionCount()).isEqualTo(0); assertThat(stats.hitCount()).isEqualTo(3); // duplicate keys are ignored, and don't impact stats assertThat(cache.getAll(asList(4, 5))).containsExactly(4, 4, 5, 5); stats = cache.stats(); assertThat(stats.missCount()).isEqualTo(5);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 91.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java
assertThat(stats.missCount()).isEqualTo(4); assertThat(stats.loadSuccessCount()).isEqualTo(4); assertThat(stats.loadExceptionCount()).isEqualTo(0); assertThat(stats.hitCount()).isEqualTo(3); // duplicate keys are ignored, and don't impact stats assertThat(cache.getAll(asList(4, 5))).containsExactly(4, 4, 5, 5); stats = cache.stats(); assertThat(stats.missCount()).isEqualTo(5);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 91.1K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.dict_stemmeroverride_details=Dict Stemmeroverride Detalles labels.dict_stopwords_details=Dict Stopwords Detalles labels.dict_synonym_details=Dict Synonym Detalles labels.duplicate_host_details=Duplicate Host Detalles labels.elevate_word_details=Elevate Word Detalles labels.failure_url_details=Failure Url Detalles labels.file_auth_details=File Auth Detalles labels.file_config_details=File Config Detalles
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/resources/fess_label_hi.properties
labels.dict_stemmeroverride_details=Dict Stemmeroverride विवरण labels.dict_stopwords_details=Dict Stopwords विवरण labels.dict_synonym_details=Dict Synonym विवरण labels.duplicate_host_details=Duplicate Host विवरण labels.elevate_word_details=Elevate Word विवरण labels.failure_url_details=Failure Url विवरण labels.file_auth_details=File Auth विवरण labels.file_config_details=File Config विवरण
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K bytes - Viewed (0)