- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 113 for docid1 (0.04 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Stream.kt
while (true) { var tryAgain = false var readBytesDelivered = -1L var errorExceptionToDeliver: IOException? = null // 1. Decide what to do in a synchronized block. withLock { val doReadTimeout = doReadTimeout() if (doReadTimeout) { readTimeout.enter() } try {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 18:57:05 UTC 2025 - 22.4K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.loginLink=顯示登入連結 labels.threadName=執行緒名稱 labels.url=URL labels.userFavorite=收藏日誌 labels.userInfo=使用者資訊 labels.webApiJson=JSON響應 labels.webConfigName=Web爬網配置名稱 labels.allLanguages=所有語言 labels.dictId=字典ID labels.docId=文檔ID labels.endTime=結束時間 labels.hq=hq labels.inputs=輸入 labels.jobLogging=日誌記錄 labels.jobName=名稱 labels.jobStatus=狀態 labels.labelTypeIds=標籤 labels.lang=語言 labels.outputs=輸出 labels.pos=詞性
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
@Override public String getIndexFieldId() { return "id"; } @Override public String getIndexFieldDocId() { return "doc_id"; } @Override public String getIndexFieldBoost() { return "boost"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33.2K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/Striped.java
} drainQueue(); return created; } // N.B. Draining the queue is only necessary to ensure that we don't accumulate empty references // in the array. We could skip this if we decide we don't care about holding on to Reference // objects indefinitely. private void drainQueue() { Reference<? extends L> ref; while ((ref = queue.poll()) != null) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 20.6K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java
} assertNull(map.get(unmappedKey)); } public void testGetNull() { Map<K, V> map = makeEitherMap(); if (allowsNullKeys) { if (allowsNullValues) { // TODO: decide what to test here. } else { assertEquals(map.containsKey(null), map.get(null) != null); } } else { try { V unused = map.get(null);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.config_id=config_id # Field name for expiration date in the index. index.field.expires=expires # Field name for URL in the index. index.field.url=url # Field name for document ID in the index. index.field.doc_id=doc_id # Field name for internal ID in the index. index.field.id=_id # Field name for version in the index. index.field.version=_version # Field name for sequence number in the index. index.field.seq_no=_seq_no
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.userFavorite=Favoritenprotokoll labels.userInfo=Benutzerinformationen labels.webApiJson=JSON-Antwort labels.webConfigName=Webcrawl-Konfigurationsname labels.allLanguages=Alle Sprachen labels.dictId=Wörterbuch-ID labels.docId=Dokument-ID labels.endTime=Endzeit labels.hq=hq labels.inputs=Eingaben labels.jobLogging=Protokollierung labels.jobName=Name labels.jobStatus=Status labels.labelTypeIds=Labels labels.lang=Sprache
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
android/guava/src/com/google/common/collect/Sets.java
* set of the empty set is not the empty set, but a one-element set containing the empty set. * * <p>The returned set and its constituent sets use {@code equals} to decide whether two elements * are identical, even if the input set uses a different concept of equivalence. * * <p><i>Performance notes:</i> while the power set of a set with size {@code n} is of size {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
guava/src/com/google/common/reflect/TypeResolver.java
* <p>On the other hand, if for example we are resolving {@code List<A extends B>} to {@code * List<A extends String>}, we need to compare that {@code <A extends B>} is unequal to {@code <A * extends String>} in order to decide to use the transformed type instead of the original type. */ static final class TypeVariableKey { private final TypeVariable<?> var; TypeVariableKey(TypeVariable<?> var) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.userInfo=Informacje o użytkowniku labels.webApiJson=Odpowiedź JSON labels.webConfigName=Nazwa konfiguracji indeksowania stron internetowych labels.allLanguages=Wszystkie języki labels.dictId=ID słownika labels.docId=ID dokumentu labels.endTime=Godzina zakończenia labels.hq=hq labels.inputs=Wejścia labels.jobLogging=Logowanie labels.jobName=Nazwa labels.jobStatus=Status labels.labelTypeIds=Etykiety labels.lang=Język
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0)