- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 489 for Zstandard (0.15 sec)
-
src/main/java/jcifs/internal/smb2/nego/CompressionNegotiateContext.java
/** LZ77 compression */ public static final int COMPRESSION_LZ77 = 0x1; /** LZ77 + Huffman compression */ public static final int COMPRESSION_LZ77_HUFFMAN = 0x2; /** LZNT1 compression (Windows standard) */ public static final int COMPRESSION_LZNT1 = 0x3; /** Pattern V1 compression */ public static final int COMPRESSION_PATTERN_V1 = 0x4; private int[] compressionAlgorithms; private int flags;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 7.5K bytes - Viewed (0) -
docs/de/docs/tutorial/background-tasks.md
## Eine Taskfunktion erstellen Erstellen Sie eine Funktion, die als Hintergrundtask ausgeführt werden soll. Es handelt sich schlicht um eine Standard-Funktion, die Parameter empfangen kann. Es kann sich um eine `async def`- oder normale `def`-Funktion handeln. **FastAPI** weiß, wie damit zu verfahren ist.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.4K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacMacTest.java
// Test with another key usage byte[] mac3 = PacMac.calculateMacArcfourHMACMD5(23, key, TEST_DATA); assertNotNull(mac3); assertEquals(16, mac3.length); // Test with a standard usage byte[] mac4 = PacMac.calculateMacArcfourHMACMD5(15, key, TEST_DATA); assertNotNull(mac4); assertEquals(16, mac4.length); } /** * Test method for
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.1K bytes - Viewed (0) -
docs/es/docs/advanced/sub-applications.md
{* ../../docs_src/sub_applications/tutorial001.py hl[3, 6:8] *} ### Sub-aplicación Luego, crea tu sub-aplicación, y sus *path operations*. Esta sub-aplicación es solo otra aplicación estándar de FastAPI, pero es la que se "montará": {* ../../docs_src/sub_applications/tutorial001.py hl[11, 14:16] *} ### Montar la sub-aplicación En tu aplicación de nivel superior, `app`, monta la sub-aplicación, `subapi`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 3K bytes - Viewed (0) -
docs/es/docs/how-to/graphql.md
# GraphQL Como **FastAPI** se basa en el estándar **ASGI**, es muy fácil integrar cualquier paquete de **GraphQL** que también sea compatible con ASGI. Puedes combinar las *path operations* normales de FastAPI con GraphQL en la misma aplicación. /// tip | Consejo **GraphQL** resuelve algunos casos de uso muy específicos. Tiene **ventajas** y **desventajas** en comparación con las **APIs web** comunes.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 3.5K bytes - Viewed (0) -
docs/ja/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.3K bytes - Viewed (0) -
docs/de/docs/tutorial/body-nested-models.md
In Python 3.9 wäre das: ```Python my_list: list[str] ``` Und in Python-Versionen vor 3.9: ```Python from typing import List my_list: List[str] ``` Das ist alles Standard-Python-Syntax für Typdeklarationen. Verwenden Sie dieselbe Standardsyntax für Modellattribute mit inneren Typen. In unserem Beispiel können wir also bewirken, dass `tags` spezifisch eine „Liste von Strings“ ist:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/en/docs/tutorial/background-tasks.md
**FastAPI** will create the object of type `BackgroundTasks` for you and pass it as that parameter. ## Create a task function { #create-a-task-function } Create a function to be run as the background task. It is just a standard function that can receive parameters. It can be an `async def` or normal `def` function, **FastAPI** will know how to handle it correctly. In this case, the task function will write to a file (simulating sending an email).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/es/docs/tutorial/security/oauth2-jwt.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 10.9K bytes - Viewed (0) -
docs/en/data/sponsors.yml
img: https://fastapi.tiangolo.com/img/sponsors/coderabbit.png - url: https://subtotal.com/?utm_source=fastapi&utm_medium=sponsorship&utm_campaign=open-source title: The Gold Standard in Retail Account Linking img: https://fastapi.tiangolo.com/img/sponsors/subtotal.svg - url: https://docs.railway.com/guides/fastapi?utm_medium=integration&utm_source=docs&utm_campaign=fastapi
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 15:19:49 UTC 2025 - 3.8K bytes - Viewed (0)