Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 77 (0.17 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 May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 11.2K bytes
    - Viewed (0)
  2. 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 May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 22:37:23 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  3. 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 May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:08:44 GMT 2024
    - 14.3K bytes
    - Viewed (0)
  4. 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 May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  5. 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 May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  6. api/go1.10.txt

    pkg debug/elf, const R_ARM_LDR_SB_G0 = 75
    pkg debug/elf, const R_ARM_LDR_SB_G0 R_ARM
    pkg debug/elf, const R_ARM_LDR_SB_G1 = 76
    pkg debug/elf, const R_ARM_LDR_SB_G1 R_ARM
    pkg debug/elf, const R_ARM_LDR_SB_G2 = 77
    pkg debug/elf, const R_ARM_LDR_SB_G2 R_ARM
    pkg debug/elf, const R_ARM_ME_TOO = 128
    pkg debug/elf, const R_ARM_ME_TOO R_ARM
    pkg debug/elf, const R_ARM_MOVT_ABS = 44
    pkg debug/elf, const R_ARM_MOVT_ABS R_ARM
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  7. api/go1.5.txt

    pkg debug/elf, const R_PPC64_DTPREL16 = 74
    pkg debug/elf, const R_PPC64_DTPREL16 R_PPC64
    pkg debug/elf, const R_PPC64_DTPREL16_DS = 101
    pkg debug/elf, const R_PPC64_DTPREL16_DS R_PPC64
    pkg debug/elf, const R_PPC64_DTPREL16_HA = 77
    pkg debug/elf, const R_PPC64_DTPREL16_HA R_PPC64
    pkg debug/elf, const R_PPC64_DTPREL16_HI = 76
    pkg debug/elf, const R_PPC64_DTPREL16_HI R_PPC64
    pkg debug/elf, const R_PPC64_DTPREL16_HIGHER = 103
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
Back to top