- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 489 for Zstandard (0.04 sec)
-
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
try { dirToDelete.delete(); // Some SMB implementations may allow this, which is non-standard but acceptable for testing log.info("Non-empty directory deletion succeeded (non-standard behavior, but acceptable in Docker/Samba)"); } catch (SmbException e) { // This is the expected behavior per SMB specification deletionFailed = true;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
docs/de/docs/advanced/middleware.md
## `GZipMiddleware` Verarbeitet GZip-Responses für alle Requests, die `"gzip"` im `Accept-Encoding`-Header enthalten. Diese Middleware verarbeitet sowohl Standard- als auch Streaming-Responses. {* ../../docs_src/advanced_middleware/tutorial003.py hl[2,6] *} Die folgenden Argumente werden unterstützt:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.3K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
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 labels.login_required=Anmeldung erforderlich
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/test/java/jcifs/http/HandlerTest.java
} @Test void testOpenConnection_HttpProtocol_ReturnsNtlmHttpURLConnection() throws Exception { // This test ensures that for a standard HTTP URL, openConnection wraps the connection // in an NtlmHttpURLConnection, using mock handlers to avoid dependency on system handlers. setupMockProtocolHandlers();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.1K bytes - Viewed (0) -
docs/es/docs/features.md
### Solo Python moderno Todo está basado en declaraciones estándar de **tipos en Python** (gracias a Pydantic). Sin nueva sintaxis que aprender. Solo Python moderno estándar. Si necesitas un repaso de 2 minutos sobre cómo usar tipos en Python (aunque no uses FastAPI), revisa el tutorial corto: [Tipos en Python](python-types.md){.internal-link target=_blank}. Escribes Python estándar con tipos: ```Python from datetime import date
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/pl/docs/tutorial/first-steps.md
 ### OpenAPI **FastAPI** generuje "schemat" z całym Twoim API przy użyciu standardu **OpenAPI** służącego do definiowania API. #### Schema "Schema" jest definicją lub opisem czegoś. Nie jest to kod, który go implementuje, ale po prostu abstrakcyjny opis. #### API "Schema"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 9.6K bytes - Viewed (0) -
android/guava/src/com/google/common/base/StandardSystemProperty.java
* the License. */ package com.google.common.base; import com.google.common.annotations.GwtIncompatible; import org.jspecify.annotations.Nullable; /** * Represents a {@linkplain System#getProperties() standard system property}. * * @author Kurt Alfred Kluever * @since 15.0 */ @GwtIncompatible // java.lang.System#getProperty public enum StandardSystemProperty { /** Java Runtime Environment version. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Mar 06 10:03:30 UTC 2025 - 4.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ForwardingSortedMultisetTest.java
return Ordering.natural().sortedCopy(insertionOrder); } }) .named("ForwardingSortedMultiset with standard impls") .withFeatures( CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, CollectionFeature.GENERAL_PURPOSE,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/de/docs/tutorial/index.md
Das folgende würden Sie wahrscheinlich tun, wenn Sie Ihre Anwendung in der Produktion einsetzen: ``` pip install fastapi ``` Installieren Sie auch `uvicorn` als Server: ``` pip install "uvicorn[standard]" ``` Das gleiche gilt für jede der optionalen Abhängigkeiten, die Sie verwenden möchten. /// ## Handbuch für fortgeschrittene Benutzer
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 3K bytes - Viewed (0) -
docs/ru/docs/tutorial/index.md
Это то, что вы, вероятно, сделаете, когда захотите развернуть свое приложение в рабочей среде: ``` pip install fastapi ``` Также установите `uvicorn` для работы в качестве сервера: ``` pip install "uvicorn[standard]" ``` И то же самое для каждой из необязательных зависимостей, которые вы хотите использовать. /// ## Продвинутое руководство пользователя
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 4.7K bytes - Viewed (0)