- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 189 for a_value (0.05 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
val outFinished = !out val inFinished = false val flushHeaders: Boolean val stream: Http2Stream val streamId: Int writer.withLock { withLock { if (nextStreamId > Int.MAX_VALUE / 2) { shutdown(REFUSED_STREAM) } if (isShutdown) { throw ConnectionShutdownException() } streamId = nextStreamId nextStreamId += 2
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.search_log_enabled=Log de pesquisa labels.user_info_enabled=Log do usuário labels.user_favorite_enabled=Log de favoritos labels.web_api_json_enabled=Resposta JSON labels.app_value=Propriedade do sistema labels.default_label_value=Valor do rótulo padrão labels.default_sort_value=Valor de ordenação padrão labels.virtual_host_value=Host virtual
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
* New: `OkHttpClient.Builder.minWebSocketMessageToCompress()` configures a threshold for compressing outbound web socket messages. Configure this with 0L to always compress outbound messages and `Long.MAX_VALUE` to never compress outbound messages. The default is 1024L which compresses messages of size 1 KiB and larger. (Inbound messages are compressed or not based on the web socket server's configuration.)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSortedMultiset.java
* @throws NullPointerException if {@code element} is null * @throws IllegalArgumentException if {@code occurrences} is negative, or if this operation * would result in more than {@link Integer#MAX_VALUE} occurrences of the element */ @CanIgnoreReturnValue @Override public Builder<E> addCopies(E element, int occurrences) { super.addCopies(element, occurrences); return this; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 29.5K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/TreeMultiset.java
private static final class Reference<T> { private @Nullable T value; @Nullable T get() { return value; } void checkAndSet(@Nullable T expected, @Nullable T newValue) { if (value != expected) { throw new ConcurrentModificationException(); } value = newValue; } void clear() { value = null; } }
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_de.properties
labels.incremental_crawling=Letzte Änderung prüfen labels.search_log_enabled=Suchprotokoll labels.user_info_enabled=Benutzerprotokoll labels.user_favorite_enabled=Favoritenprotokoll labels.web_api_json_enabled=JSON-Antwort labels.app_value=Systemeigenschaft labels.default_label_value=Standard-Labelwert labels.default_sort_value=Standard-Sortierwert labels.virtual_host_value=Virtueller Host labels.append_query_param_enabled=Suchparameter anhängen
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/util/concurrent/ClosingFuture.java
* asynchronously-computed intermediate value, or else an exception that indicates the failure or * cancellation of the operation so far. The only way to extract the value or exception from a step * is by declaring that step to be the last step of the pipeline. Nevertheless, we refer to the * "value" of a successful step or the "result" (value or exception) of any step. * * <ol>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 97.8K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.search_log_enabled=Dziennik wyszukiwania labels.user_info_enabled=Dziennik użytkownika labels.user_favorite_enabled=Dziennik ulubionych labels.web_api_json_enabled=Odpowiedź JSON labels.app_value=Właściwość systemu labels.default_label_value=Domyślna wartość etykiety labels.default_sort_value=Domyślna wartość sortowania labels.virtual_host_value=Wirtualny host
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/resources/fess_label_es.properties
labels.search_log_enabled=Registro de búsqueda labels.user_info_enabled=Registro de usuario labels.user_favorite_enabled=Registro de favoritos labels.web_api_json_enabled=Respuesta JSON labels.app_value=Propiedad del sistema labels.default_label_value=Valor de etiqueta por defecto labels.default_sort_value=Valor de ordenación por defecto labels.virtual_host_value=Host virtual
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0)