Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for 34 (0.28 sec)

  1. docs/em/docs/tutorial/sql-databases.md

    🚫 πŸ•΄ πŸ†” πŸ“š 🏬, βœ‹οΈ 🌐 πŸ’½ πŸ‘ˆ πŸ‘₯ πŸ”¬ Pydantic *🏷* πŸ‘‚ 🏬: `Item`.
    
    === "🐍 3️⃣.6️⃣ & πŸ”›"
    
        ```Python hl_lines="15-17  31-34"
        {!> ../../../docs_src/sql_databases/sql_app/schemas.py!}
        ```
    
    === "🐍 3️⃣.9️⃣ & πŸ”›"
    
        ```Python hl_lines="15-17  31-34"
        {!> ../../../docs_src/sql_databases/sql_app_py39/schemas.py!}
        ```
    
    === "🐍 3️⃣.1️⃣0️⃣ & πŸ”›"
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
  2. docs/zh/docs/tutorial/sql-databases.md

        {!> ../../../docs_src/sql_databases/sql_app_py310/schemas.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="15-17  31-34"
        {!> ../../../docs_src/sql_databases/sql_app_py39/schemas.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="15-17  31-34"
        {!> ../../../docs_src/sql_databases/sql_app/schemas.py!}
        ```
    
    !!! tip
        θ―·ζ³¨ζ„οΌŒθ―»ε–η”¨ζˆ·οΌˆδ»Ž API θΏ”ε›žοΌ‰ζ—Άε°†δ½Ώη”¨δΈεŒ…ζ‹¬`password`ηš„`User` Pydantic*ζ¨‘εž‹*。
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/sql-databases.md

        {!> ../../../docs_src/sql_databases/sql_app_py310/schemas.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="15-17  31-34"
        {!> ../../../docs_src/sql_databases/sql_app_py39/schemas.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="15-17  31-34"
        {!> ../../../docs_src/sql_databases/sql_app/schemas.py!}
        ```
    
    !!! tip
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg debug/elf, const DT_SYMINFO = 1879047935
    pkg debug/elf, const DT_SYMINFO DynTag
    pkg debug/elf, const DT_SYMINSZ = 1879047678
    pkg debug/elf, const DT_SYMINSZ DynTag
    pkg debug/elf, const DT_SYMTAB_SHNDX = 34
    pkg debug/elf, const DT_SYMTAB_SHNDX DynTag
    pkg debug/elf, const DT_TLSDESC_GOT = 1879047927
    pkg debug/elf, const DT_TLSDESC_GOT DynTag
    pkg debug/elf, const DT_TLSDESC_PLT = 1879047926
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.19.txt

    pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_TPREL R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_SL = 33 #46229
    pkg debug/elf, const R_LARCH_SOP_SL R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_SR = 34 #46229
    pkg debug/elf, const R_LARCH_SOP_SR R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_SUB = 32 #46229
    pkg debug/elf, const R_LARCH_SOP_SUB R_LARCH #46229
    pkg debug/elf, const R_LARCH_SUB16 = 53 #46229
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_PUP ideal-int
    pkg syscall (freebsd-arm64), const AF_ROUTE = 17
    pkg syscall (freebsd-arm64), const AF_ROUTE ideal-int
    pkg syscall (freebsd-arm64), const AF_SCLUSTER = 34
    pkg syscall (freebsd-arm64), const AF_SCLUSTER ideal-int
    pkg syscall (freebsd-arm64), const AF_SIP = 24
    pkg syscall (freebsd-arm64), const AF_SIP ideal-int
    pkg syscall (freebsd-arm64), const AF_SLOW = 33
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. Makefile.core.mk

    # Place the variable Q in front of a command to control echoing of the command being executed.
    Q = $(if $(filter 1,$VERBOSE),,@)
    # Use the variable H to add a header (equivalent to =>) to informational output
    H = $(shell printf "\033[34;1m=>\033[0m")
    
    ifeq ($(origin DEBUG), undefined)
      BUILDTYPE_DIR:=release
    else ifeq ($(DEBUG),0)
      BUILDTYPE_DIR:=release
    else
      BUILDTYPE_DIR:=debug
      export GCFLAGS:=all=-N -l
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 20:25:15 GMT 2024
    - 22.5K bytes
    - Viewed (0)
  8. api/go1.11.txt

    pkg debug/elf, const EM_ZSP Machine
    pkg debug/elf, const R_RISCV_32 = 1
    pkg debug/elf, const R_RISCV_32 R_RISCV
    pkg debug/elf, const R_RISCV_64 = 2
    pkg debug/elf, const R_RISCV_64 R_RISCV
    pkg debug/elf, const R_RISCV_ADD16 = 34
    pkg debug/elf, const R_RISCV_ADD16 R_RISCV
    pkg debug/elf, const R_RISCV_ADD32 = 35
    pkg debug/elf, const R_RISCV_ADD32 R_RISCV
    pkg debug/elf, const R_RISCV_ADD64 = 36
    pkg debug/elf, const R_RISCV_ADD64 R_RISCV
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const AF_OSI ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_PUP = 4
    pkg syscall (netbsd-arm64-cgo), const AF_PUP ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_ROUTE = 34
    pkg syscall (netbsd-arm64-cgo), const AF_ROUTE ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_SNA = 11
    pkg syscall (netbsd-arm64-cgo), const AF_SNA ideal-int
    pkg syscall (netbsd-arm64-cgo), const ARPHRD_ARCNET = 7
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg debug/elf, const R_PPC64_SECTOFF_HA R_PPC64 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_HI = 35 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_HI R_PPC64 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_LO = 34 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 62 #53356
    pkg debug/elf, const R_PPC64_SECTOFF_LO R_PPC64 #54345
    pkg debug/elf, const R_PPC64_SECTOFF R_PPC64 #54345
    pkg debug/elf, const R_PPC64_TPREL34 = 146 #54345
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top