- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 650 for number2 (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/graph/AbstractBaseGraph.java
* @param <N> Node parameter type */ abstract class AbstractBaseGraph<N> implements BaseGraph<N> { /** * Returns the number of edges in this graph; used to calculate the size of {@link Graph#edges()}. * This implementation requires O(|N|) time. Classes extending this one may manually keep track of * the number of edges as the graph is updated, and override this method for better performance. */ protected long edgeCount() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Oct 07 15:57:03 GMT 2025 - 11.5K bytes - Click Count (0) -
guava/src/com/google/common/base/Equivalence.java
* Equivalence<@Nullable Number>. That can still produce wrappers of various types -- * Wrapper<Number>, Wrapper<Integer>, Wrapper<@Nullable Integer>, etc. If we used just * Equivalence<? super T> below, no type could satisfy both that bound and T's own * bound. With this type, they have some overlap: in our example, Equivalence<Number> * and Equivalence<Object>. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 10 01:47:55 GMT 2025 - 15K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
maxRedirectCount = fessConfig.getIndexerDataMaxRedirectCountAsInteger(); } /** * Creates a new fixed thread pool executor with the specified number of threads. * * @param nThreads the number of threads in the pool * @return a new ThreadPoolExecutor configured for this callback */ protected ExecutorService newFixedThreadPool(final int nThreads) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3) -
guava/src/com/google/common/collect/CompactHashSet.java
/** * Keeps track of metadata like the number of hash table bits and modifications of this data * structure (to make it possible to throw ConcurrentModificationException in the iterator). Note * that we choose not to make this volatile, so we do less of a "best effort" to track such * errors, for better performance. */ private transient int metadata; /** The number of elements contained in the set. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 24.7K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/extension/ReleasedVersionsDetails.kt
} private fun VersionNumber.format() = // reformat according to our versioning scheme, since toString() would typically convert 1.0 to 1.0.0 // starting with Gradle 9.0, the version number is always 3 digits (SemVer) GradleVersion.version("$major.${minor}${if (micro > 0 || major >= 9) ".$micro" else ""}${if (qualifier != null) "-$qualifier" else ""}")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Sep 10 06:04:09 GMT 2025 - 3.3K bytes - Click Count (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
\"body\": \"$PR_TITLE\", \"head\": \"$BRANCH_NAME\", \"base\": \"$DEFAULT_BRANCH\" }") echo "PR_RESPONSE: $PR_RESPONSE" PR_NUMBER=$(echo "$PR_RESPONSE" | jq -r '.number' 2>/dev/null) post "/issues/$PR_NUMBER/comments" '{ "body": "@bot-gradle test and merge" }' post "/issues/$PR_NUMBER/labels" '{ "labels": ["@dev-productivity"] }' }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 29 03:20:20 GMT 2025 - 2.9K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/es.js
introducido un dominio incorrecto",badUrl:"La URL proporcionada no es válida",badCustomVal:"Los valores proporcionados no son válidos",andSpaces:" y espacios ",badInt:"El valor proporcionado no es un número válido",badSecurityNumber:"El número de seguridad social proporcionado es incorrecto",badUKVatAnswer:"El número VAT proporcionado no es válido para el Reino Unido",badStrength:"La contraseña proporcionada no es lo suficientemente segura",badNumberOfSelectedOptionsStart:"Debe seleccionar al menos",badN...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 3K bytes - Click Count (0) -
android/guava/src/com/google/common/io/ByteSource.java
* will return a different number of bytes than would be returned by reading all of the bytes (for * example, some special files may return a size of 0 despite actually having content when read). * * <p>Additionally, for mutable sources such as files, a subsequent read may return a different * number of bytes if the contents are changed. * * @since 19.0 */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 08 18:35:13 GMT 2025 - 25.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/ConverterTest.java
} public void testFrom() { Function<String, Integer> forward = Integer::parseInt; Function<Object, String> backward = toStringFunction(); Converter<String, Number> converter = Converter.<String, Number>from(forward, backward); assertThat(converter.convert(null)).isNull(); assertThat(converter.reverse().convert(null)).isNull(); assertEquals((Integer) 5, converter.convert("5"));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 8.3K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.searchlog_log_type_search_keyword=Numero di parole chiave labels.searchlog_log_type_search_zerohit=Numero di zero risultati labels.searchlog_log_type_search_zeroclick=Numero di zero clic labels.searchlog_log_type_search_count_hour=Numero di ricerche/ora labels.searchlog_log_type_search_count_day=Numero di ricerche/giorno labels.searchlog_log_type_search_user_hour=Numero di utenti/ora
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0)