- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for 915 (0.01 sec)
-
docs/en/docs/tutorial/request-files.md
``` //// ## `UploadFile` with Additional Metadata You can also use `File()` with `UploadFile`, for example, to set additional metadata: //// tab | Python 3.9+ ```Python hl_lines="9 15" {!> ../../docs_src/request_files/tutorial001_03_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="8 14" {!> ../../docs_src/request_files/tutorial001_03_an.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.2K bytes - Viewed (0) -
docs/ru/docs/tutorial/request-files.md
//// ## `UploadFile` с дополнительными метаданными Вы также можете использовать `File()` вместе с `UploadFile`, например, для установки дополнительных метаданных: //// tab | Python 3.9+ ```Python hl_lines="9 15" {!> ../../docs_src/request_files/tutorial001_03_an_py39.py!} ``` //// //// tab | Python 3.6+ ```Python hl_lines="8 14" {!> ../../docs_src/request_files/tutorial001_03_an.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.3K bytes - Viewed (0) -
src/archive/zip/struct.go
// See: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-dosdatetimetofiletime func msDosTimeToTime(dosDate, dosTime uint16) time.Time { return time.Date( // date bits 0-4: day of month; 5-8: month; 9-15: years since 1980 int(dosDate>>9+1980), time.Month(dosDate>>5&0xf), int(dosDate&0x1f), // time bits 0-4: second/2; 5-10: minute; 11-15: hour int(dosTime>>11), int(dosTime>>5&0x3f),
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 28 21:41:09 UTC 2024 - 12.1K bytes - Viewed (0) -
docs/de/docs/tutorial/request-files.md
//// ## `UploadFile` mit zusätzlichen Metadaten Sie können auch `File()` zusammen mit `UploadFile` verwenden, um zum Beispiel zusätzliche Metadaten zu setzen: //// tab | Python 3.9+ ```Python hl_lines="9 15" {!> ../../docs_src/request_files/tutorial001_03_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="8 14" {!> ../../docs_src/request_files/tutorial001_03_an.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/request_files.md
``` //// ## `UploadFile` com Metadados Adicionais Você também pode utilizar `File()` com `UploadFile`, por exemplo, para definir metadados adicionais: //// tab | Python 3.9+ ```Python hl_lines="9 15" {!> ../../docs_src/request_files/tutorial001_03_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="8 14" {!> ../../docs_src/request_files/tutorial001_03_an.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.8K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https.drawio
<mxPoint x="480" y="1090" as="sourcePoint"/> <mxPoint x="875" y="1110" as="targetPoint"/> <Array as="points"> <mxPoint x="915" y="1250"/> </Array> </mxGeometry> </mxCell>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 25.7K bytes - Viewed (1)