Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 66 (0.19 sec)

  1. docs/de/docs/advanced/websockets.md

        {!> ../../../docs_src/websockets/tutorial002_an.py!}
        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
        ```Python hl_lines="66-67  79"
        {!> ../../../docs_src/websockets/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:17:58 GMT 2024
    - 6.9K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg debug/dwarf, const AttrExternal = 63
    pkg debug/dwarf, const AttrFrameBase = 64
    pkg debug/dwarf, const AttrFriend = 65
    pkg debug/dwarf, const AttrHighpc = 18
    pkg debug/dwarf, const AttrIdentifierCase = 66
    pkg debug/dwarf, const AttrImport = 24
    pkg debug/dwarf, const AttrInline = 32
    pkg debug/dwarf, const AttrIsOptional = 33
    pkg debug/dwarf, const AttrLanguage = 19
    pkg debug/dwarf, const AttrLocation = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.11.txt

    pkg debug/elf, const EM_FIREPATH Machine
    pkg debug/elf, const EM_FR30 = 84
    pkg debug/elf, const EM_FR30 Machine
    pkg debug/elf, const EM_FT32 = 222
    pkg debug/elf, const EM_FT32 Machine
    pkg debug/elf, const EM_FX66 = 66
    pkg debug/elf, const EM_FX66 Machine
    pkg debug/elf, const EM_HUANY = 81
    pkg debug/elf, const EM_HUANY Machine
    pkg debug/elf, const EM_INTEL205 = 205
    pkg debug/elf, const EM_INTEL205 Machine
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  4. docs/en/docs/advanced/websockets.md

        {!> ../../../docs_src/websockets/tutorial002_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="66-67  79"
        {!> ../../../docs_src/websockets/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jan 11 16:31:18 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  5. docs/zh/docs/advanced/websockets.md

        ```Python hl_lines="69-70  83"
        {!> ../../../docs_src/websockets/tutorial002_an.py!}
        ```
    
    === "Python 3.10+ 非带注解版本"
    
        !!! tip
            如果可能,请尽量使用 `Annotated` 版本。
    
        ```Python hl_lines="66-67  79"
        {!> ../../../docs_src/websockets/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+ 非带注解版本"
    
        !!! tip
            如果可能,请尽量使用 `Annotated` 版本。
    
        ```Python hl_lines="68-69  81"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Oct 17 05:59:11 GMT 2023
    - 6K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/websockets.md

    *️⃣ 🔗 👆 💪 🗄 ⚪️➡️ `fastapi` & ⚙️:
    
    * `Depends`
    * `Security`
    * `Cookie`
    * `Header`
    * `Path`
    * `Query`
    
    👫 👷 🎏 🌌 🎏 FastAPI 🔗/*➡ 🛠️*:
    
    ```Python hl_lines="66-77  76-91"
    {!../../../docs_src/websockets/tutorial002.py!}
    ```
    
    !!! info
        👉 *️⃣ ⚫️ 🚫 🤙 ⚒ 🔑 🤚 `HTTPException`, ↩️ 👥 🤚 `WebSocketException`.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 4.8K bytes
    - Viewed (0)
  7. api/go1.10.txt

    pkg debug/elf, const R_ARM_LDRS_PC_G0 = 64
    pkg debug/elf, const R_ARM_LDRS_PC_G0 R_ARM
    pkg debug/elf, const R_ARM_LDRS_PC_G1 = 65
    pkg debug/elf, const R_ARM_LDRS_PC_G1 R_ARM
    pkg debug/elf, const R_ARM_LDRS_PC_G2 = 66
    pkg debug/elf, const R_ARM_LDRS_PC_G2 R_ARM
    pkg debug/elf, const R_ARM_LDRS_SB_G0 = 78
    pkg debug/elf, const R_ARM_LDRS_SB_G0 R_ARM
    pkg debug/elf, const R_ARM_LDRS_SB_G1 = 79
    pkg debug/elf, const R_ARM_LDRS_SB_G1 R_ARM
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  8. docs/de/docs/advanced/security/oauth2-scopes.md

        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="62-65"
        {!> ../../../docs_src/security/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="63-66"
        {!> ../../../docs_src/security/tutorial005_an.py!}
        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:26:08 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/web-platform-test-urltestdata.txt

    http://\u4f60\u597d\u4f60\u597d  s:http p:/ h:xn--6qqa088eba
    
    # Invalid escaped characters should fail and the percents should be
    # escaped. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24191
    http://%zz%66%a.com
    
    # If we get an invalid character that has been escaped.
    http://%25
    http://hello%00
    
    # Escaped numbers should be treated like IP addresses if they are.
    # No special handling for IPv4 or IPv4-like URLs
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  10. docs/en/docs/img/deployment/https/https08.drawio

                        <mxGeometry x="895" y="50" width="300" height="100" as="geometry"/>
                    </mxCell>
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 20.9K bytes
    - Viewed (0)
Back to top