Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for 77 (0.18 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/-HostnamesCommon.kt

      // address. Here's a sample:
      //
      //      input: "1111:2222:3333::7777:8888"
      //     before: { 11, 11, 22, 22, 33, 33, 00, 00, 77, 77, 88, 88, 00, 00, 00, 00  }
      //   compress: 6
      //          b: 10
      //      after: { 11, 11, 22, 22, 33, 33, 00, 00, 00, 00, 00, 00, 77, 77, 88, 88 }
      //
      if (b != address.size) {
        if (compress == -1) return null // Address didn't have compression or enough groups.
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 11.2K bytes
    - Viewed (0)
  2. docs/sts/tls.md

            Subject: CN = consoleAdmin
            Subject Public Key Info:
                Public Key Algorithm: ED25519
                    ED25519 Public-Key:
                    pub:
                        5a:91:87:b8:77:fe:d4:af:d9:c7:c7:ce:55:ae:74:
                        aa:f3:f1:fe:04:63:9b:cb:20:97:61:97:90:94:fa:
                        12:8b
            X509v3 extensions:
                X509v3 Key Usage: critical
                    Digital Signature
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 6K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/security/simple-oauth2.md

    === "๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="3  77-79"
        {!> ../../../docs_src/security/tutorial003.py!}
        ```
    
    === "๐Ÿ 3๏ธโƒฃ.1๏ธโƒฃ0๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="1  75-77"
        {!> ../../../docs_src/security/tutorial003_py310.py!}
        ```
    
    ### โœ… ๐Ÿ”
    
    ๐Ÿ‘‰ โ˜ ๐Ÿ‘ฅ โœ”๏ธ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ“Š โšช๏ธโžก๏ธ ๐Ÿ‘† ๐Ÿ’ฝ, โœ‹๏ธ ๐Ÿ‘ฅ ๐Ÿšซ โœ… ๐Ÿ”.
    
    โžก๏ธ ๐Ÿšฎ ๐Ÿ‘ˆ ๐Ÿ’ฝ Pydantic `UserInDB` ๐Ÿท ๐Ÿฅ‡.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  4. api/go1.11.txt

    pkg debug/elf, const EM_INTEL208 Machine
    pkg debug/elf, const EM_INTEL209 = 209
    pkg debug/elf, const EM_INTEL209 Machine
    pkg debug/elf, const EM_IP2K = 101
    pkg debug/elf, const EM_IP2K Machine
    pkg debug/elf, const EM_JAVELIN = 77
    pkg debug/elf, const EM_JAVELIN Machine
    pkg debug/elf, const EM_K10M = 181
    pkg debug/elf, const EM_K10M Machine
    pkg debug/elf, const EM_KM32 = 210
    pkg debug/elf, const EM_KM32 Machine
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  5. docs/ko/docs/tutorial/security/simple-oauth2.md

    ์˜ค๋ฅ˜์˜ ๊ฒฝ์šฐ `HTTPException` ์˜ˆ์™ธ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค:
    
    === "ํŒŒ์ด์ฌ 3.7 ์ด์ƒ"
    
        ```Python hl_lines="3  77-79"
        {!> ../../../docs_src/security/tutorial003.py!}
        ```
    
    === "ํŒŒ์ด์ฌ 3.10 ์ด์ƒ"
    
        ```Python hl_lines="1  75-77"
        {!> ../../../docs_src/security/tutorial003_py310.py!}
        ```
    
    ### ํŒจ์Šค์›Œ๋“œ ํ™•์ธํ•˜๊ธฐ
    
    ์ด ์‹œ์ ์—์„œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค์˜ ์‚ฌ์šฉ์ž ๋ฐ์ดํ„ฐ ํ˜•์‹์„ ํ™•์ธํ–ˆ์ง€๋งŒ ์•”ํ˜ธ๋ฅผ ํ™•์ธํ•˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค.
    
    ๋จผ์ € ๋ฐ์ดํ„ฐ๋ฅผ Pydantic `UserInDB` ๋ชจ๋ธ์— ๋„ฃ๊ฒ ์Šต๋‹ˆ๋‹ค.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 22:37:23 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  6. docs/de/docs/tutorial/security/simple-oauth2.md

        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls mรถglich.
    
        ```Python hl_lines="1  75-77"
        {!> ../../../docs_src/security/tutorial003_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 18:08:44 GMT 2024
    - 14.3K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/security/simple-oauth2.md

        {!> ../../../docs_src/security/tutorial003_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="1  75-77"
        {!> ../../../docs_src/security/tutorial003_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 Apr 18 19:53:19 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg debug/dwarf, const AttrUseUTF8 = 83
    pkg debug/dwarf, const AttrVarParam = 75
    pkg debug/dwarf, const AttrVirtuality = 76
    pkg debug/dwarf, const AttrVisibility = 23
    pkg debug/dwarf, const AttrVtableElemLoc = 77
    pkg debug/dwarf, const TagAccessDeclaration = 35
    pkg debug/dwarf, const TagArrayType = 1
    pkg debug/dwarf, const TagBaseType = 36
    pkg debug/dwarf, const TagCatchDwarfBlock = 37
    pkg debug/dwarf, const TagClassType = 2
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.3.txt

    pkg syscall (openbsd-386), const SYS_FSTATAT = 42
    pkg syscall (openbsd-386), const SYS_FSTATFS = 64
    pkg syscall (openbsd-386), const SYS_FUTIMENS = 85
    pkg syscall (openbsd-386), const SYS_FUTIMES = 77
    pkg syscall (openbsd-386), const SYS_GETDENTS = 99
    pkg syscall (openbsd-386), const SYS_GETDENTS ideal-int
    pkg syscall (openbsd-386), const SYS_GETFSSTAT = 62
    pkg syscall (openbsd-386), const SYS_GETITIMER = 70
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg debug/elf, const R_LARCH_GOT64_LO20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_GOT64_PC_HI12 = 78 #54222
    pkg debug/elf, const R_LARCH_GOT64_PC_HI12 R_LARCH #54222
    pkg debug/elf, const R_LARCH_GOT64_PC_LO20 = 77 #54222
    pkg debug/elf, const R_LARCH_GOT64_PC_LO20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_GOT_HI20 = 79 #54222
    pkg debug/elf, const R_LARCH_GOT_HI20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_GOT_LO12 = 80 #54222
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top