- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 201 for already (0.09 sec)
-
guava/src/com/google/common/collect/ComparisonChain.java
* already been determined. */ public abstract <T extends @Nullable Object> ComparisonChain compare( @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator); /** * Compares two {@code int} values as specified by {@link Integer#compare}, <i>if</i> the result * of this comparison chain has not already been determined. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/CurlRequest.java
* * @param body the body content * @return this CurlRequest instance * @throws CurlException if the body method is already called */ public CurlRequest body(final String body) { if (bodyStream != null) { throw new CurlException("body method is already called."); } this.body = body; return this; } /**
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat Jul 05 01:38:18 UTC 2025 - 17.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Uninterruptibles.java
* uninterruptibly. * * @since 33.4.0 (but since 28.0 in the JRE flavor) */ @J2ktIncompatible @GwtIncompatible // concurrency @IgnoreJRERequirement // Users will use this only if they're already using Duration. public static boolean awaitUninterruptibly(CountDownLatch latch, Duration timeout) { return awaitUninterruptibly(latch, toNanosSaturated(timeout), TimeUnit.NANOSECONDS); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMaker.java
* @throws IllegalStateException if an initial capacity was already set */ @CanIgnoreReturnValue public MapMaker initialCapacity(int initialCapacity) { checkState( this.initialCapacity == UNSET_INT, "initial capacity was already set to %s", this.initialCapacity); checkArgument(initialCapacity >= 0);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
errors.login.failure = Inloggen mislukt. errors.app.illegal.transition = Illegale overgang. Probeer het opnieuw. errors.app.db.already.deleted = Mogelijk is het al verwijderd door een ander proces. Probeer de bewerking opnieuw. errors.app.db.already.updated = Mogelijk is het al bijgewerkt door een ander proces. Probeer de bewerking opnieuw. errors.app.db.already.exists = Gegevens bestaan al. Probeer de bewerking opnieuw.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_message_ru.properties
errors.login.failure = Ошибка входа. errors.app.illegal.transition = Недопустимый переход. Пожалуйста, попробуйте еще раз. errors.app.db.already.deleted = Возможно, он был удален другим процессом. Пожалуйста, попробуйте еще раз. errors.app.db.already.updated = Возможно, он был обновлен другим процессом. Пожалуйста, попробуйте еще раз. errors.app.db.already.exists = Данные уже существуют. Пожалуйста, попробуйте еще раз.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
errors.login.failure = Accesso fallito. errors.app.illegal.transition = Transizione illegale. Riprova. errors.app.db.already.deleted = Potrebbe essere stato eliminato da un altro processo. Riprova l'operazione. errors.app.db.already.updated = Potrebbe essere stato aggiornato da un altro processo. Riprova l'operazione. errors.app.db.already.exists = I dati esistono già. Riprova l'operazione.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/concurrent/TaskRunner.kt
} } /** * Returns an immediately-executable task for the calling thread to execute, sleeping as necessary * until one is ready. If there are no ready queues, or if other threads have everything under * control this will return null. If there is more than a single task ready to execute immediately * this will start another thread to handle that work. */ fun awaitTaskToRun(): Task? { assertLockHeld()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 11:30:11 UTC 2025 - 10.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Queues.java
// elements already available (e.g. LinkedBlockingQueue#drainTo locks only once) added += q.drainTo(buffer, numElements - added); if (added < numElements) { // not enough elements immediately available; will have to poll E e = q.poll(deadline - System.nanoTime(), NANOSECONDS); if (e == null) { break; // we already waited enough, and there are no more elements in sight
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.login.failure = Échec de la connexion. errors.app.illegal.transition = Transition illégale. Veuillez réessayer. errors.app.db.already.deleted = Il a peut-être été supprimé par un autre processus. Veuillez réessayer. errors.app.db.already.updated = Il a peut-être été mis à jour par un autre processus. Veuillez réessayer. errors.app.db.already.exists = Les données existent déjà. Veuillez réessayer.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0)