- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 392 for spreading (0.06 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
server.enqueue(MockResponse(body = "A")) client = client .newBuilder() .readTimeout(Duration.ofSeconds(1)) .build() // Make a call expecting a timeout reading the response headers. val call1 = client.newCall(Request(server.url("/"))) assertFailsWith<SocketTimeoutException> { call1.execute() }.also { expected ->
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 73.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/CompactHashMap.java
* {@link #values} views is the same as insertion order. Any removal invalidates any ordering * guarantees. * * <p>This class should not be assumed to be universally superior to {@code java.util.HashMap}. * Generally speaking, this class reduces object allocation and memory consumption at the price of * moderately increased constant factors of CPU. Only use this class when there is a specific reason * to prioritize memory over CPU. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 35.7K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
## Version 2.5.0 _2015-08-25_ * **Timeouts now default to 10 seconds.** Previously we defaulted to never timing out, and that was a lousy policy. If establishing a connection, reading the next byte from a connection, or writing the next byte to a connection takes more than 10 seconds to complete, you’ll need to adjust the timeouts manually.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/TreeMultiset.java
@J2ktIncompatible @GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { stream.defaultReadObject(); @SuppressWarnings("unchecked") // reading data stored by writeObject Comparator<? super E> comparator = (Comparator<? super E>) requireNonNull(stream.readObject()); Serialization.getFieldSetter(AbstractSortedMultiset.class, "comparator").set(this, comparator);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.8K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.labelTypeIds=Метки labels.lang=Язык labels.outputs=Выходы labels.pos=Часть речи labels.purgeJobLogDay=Удалить старые журналы заданий labels.purgeUserInfoDay=Удалить старые журналы пользователей labels.reading=Чтение labels.roleTypeIds=ID ролей labels.scriptData=Скрипт labels.scriptResult=Результат labels.scriptType=Метод выполнения labels.segmentation=Сегментация labels.startTime=Время начала labels.target=Цель
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.labelTypeIds=Etichette labels.lang=Lingua labels.outputs=Output labels.pos=Parte del discorso labels.purgeJobLogDay=Elimina log di lavoro precedenti labels.purgeUserInfoDay=Elimina log utente precedenti labels.reading=Lettura labels.roleTypeIds=ID ruolo labels.scriptData=Script labels.scriptResult=Risultato labels.scriptType=Tipo di esecuzione labels.segmentation=Segmentazione labels.startTime=Ora di inizio
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
cmd/xl-storage-disk-id-check.go
// coming up and trying to read format.json or create format.json return nil } storedDiskID, err := p.storage.GetDiskID() if err != nil { // return any error generated while reading `format.json` return err } if err == nil && *p.diskID.Load() == storedDiskID { return nil } // not the same disk we remember, take it offline. return errDiskNotFound }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 34.5K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.labelTypeIds=Rótulos labels.lang=Idioma labels.outputs=Saídas labels.pos=Parte da fala labels.purgeJobLogDay=Excluir logs de trabalho anteriores labels.purgeUserInfoDay=Excluir logs de usuário anteriores labels.reading=Leitura labels.roleTypeIds=ID da função labels.scriptData=Script labels.scriptResult=Resultado labels.scriptType=Tipo de execução labels.segmentation=Segmentação labels.startTime=Hora de início
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
LICENSE
this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.jobStatus=Status labels.labelTypeIds=Labels labels.lang=Sprache labels.outputs=Ausgaben labels.pos=Wortart labels.purgeJobLogDay=Alte Jobprotokolle löschen labels.purgeUserInfoDay=Alte Benutzerprotokolle löschen labels.reading=Lesen labels.roleTypeIds=Rollen-IDs labels.scriptData=Skript labels.scriptResult=Ergebnis labels.scriptType=Ausführungsmethode labels.segmentation=Segmentierung labels.startTime=Startzeit labels.target=Ziel
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1)