Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 915 (0.03 sec)

  1. fuzzing/fuzzingserver-expected.txt

    "7.9.11 OK"
    "7.9.12 OK"
    "7.9.13 OK"
    "7.9.2 OK"
    "7.9.3 OK"
    "7.9.4 OK"
    "7.9.5 OK"
    "7.9.6 OK"
    "7.9.7 OK"
    "7.9.8 OK"
    "7.9.9 OK"
    "9.1.1 OK"
    "9.1.2 OK"
    "9.1.3 OK"
    "9.1.4 OK"
    "9.1.5 OK"
    "9.1.6 OK"
    "9.2.1 OK"
    "9.2.2 OK"
    "9.2.3 OK"
    "9.2.4 OK"
    "9.2.5 OK"
    "9.2.6 OK"
    "9.3.1 OK"
    "9.3.2 OK"
    "9.3.3 OK"
    "9.3.4 OK"
    "9.3.5 OK"
    "9.3.6 OK"
    "9.3.7 OK"
    "9.3.8 OK"
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
Back to top