- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 300 for spreading (2.34 sec)
-
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) -
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) -
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) -
guava/src/com/google/common/hash/Hashing.java
} /** * Used to randomize {@link #goodFastHash} instances, so that programs which persist anything * dependent on the hash codes they produce will fail sooner. */ @SuppressWarnings("GoodTime") // reading system time without TimeSource static final int GOOD_FAST_HASH_SEED = (int) System.currentTimeMillis(); /** * Returns a hash function implementing the <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:06:57 UTC 2025 - 31.1K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.labelTypeIds=Etykiety labels.lang=Język labels.outputs=Wyjścia labels.pos=Część mowy labels.purgeJobLogDay=Usuń poprzednie dzienniki zadań labels.purgeUserInfoDay=Usuń poprzednie dzienniki użytkowników labels.reading=Odczyt labels.roleTypeIds=ID roli labels.scriptData=Skrypt labels.scriptResult=Wynik labels.scriptType=Typ wykonania labels.segmentation=Segmentacja labels.startTime=Godzina rozpoczęcia labels.target=Cel
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Delete old user logs */ public static final String LABELS_PURGE_USER_INFO_DAY = "{labels.purgeUserInfoDay}"; /** The key of the message: Reading */ public static final String LABELS_READING = "{labels.reading}"; /** The key of the message: Role IDs */ public static final String LABELS_ROLE_TYPE_IDS = "{labels.roleTypeIds}"; /** The key of the message: Script */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.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) -
src/main/resources/fess_label_es.properties
labels.lang=Idioma labels.outputs=Salidas labels.pos=Parte de la oración labels.purgeJobLogDay=Eliminar registros de trabajos anteriores labels.purgeUserInfoDay=Eliminar registros de usuarios anteriores labels.reading=Lectura labels.roleTypeIds=ID de rol labels.scriptData=Script labels.scriptResult=Resultado labels.scriptType=Tipo de ejecución labels.segmentation=Segmentación labels.startTime=Hora de inicio
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.jobLogging=로깅 labels.jobName=이름 labels.jobStatus=상태 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=대상 labels.token=토큰
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0)