Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 61 (0.1 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1EE1C         ; mapped                 ; 066E          # 6.1  ARABIC MATHEMATICAL DOTLESS BEH
    1EE1D         ; mapped                 ; 06BA          # 6.1  ARABIC MATHEMATICAL DOTLESS NOON
    1EE1E         ; mapped                 ; 06A1          # 6.1  ARABIC MATHEMATICAL DOTLESS FEH
    1EE1F         ; mapped                 ; 066F          # 6.1  ARABIC MATHEMATICAL DOTLESS QAF
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_VENDOR09 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR10 = 59
    pkg syscall (freebsd-arm64), const AF_VENDOR10 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR11 = 61
    pkg syscall (freebsd-arm64), const AF_VENDOR11 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR12 = 63
    pkg syscall (freebsd-arm64), const AF_VENDOR12 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR13 = 65
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    SIGMA0(W[i-15]) + W[i-16]; for 16 <= i <= 79 // SIGMA0(x) = ROTR(1,x) XOR ROTR(8,x) XOR SHR(7,x) // SIGMA1(x) = ROTR(19,x) XOR ROTR(61,x) XOR SHR(6,x) #define LOAD1(index) \ MOVV (((index-2)&0xf)*8)(R3), REGTMP4; \ MOVV (((index-15)&0xf)*8)(R3), REGTMP1; \ MOVV (((index-7)&0xf)*8)(R3), REGTMP; \ MOVV REGTMP4, REGTMP2; \ MOVV REGTMP4, REGTMP3; \ ROTRV $19, REGTMP4; \ ROTRV $61, REGTMP2; \ SRLV $6, REGTMP3; \ XOR REGTMP2, REGTMP4; \ XOR REGTMP3, REGTMP4; \ ROTRV $1, REGTMP1, REGTMP5; \ SRLV $7, REGTMP1,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

        * PR [#63](https://github.com/tiangolo/fastapi/pull/63).
    
    ## 0.6.4
    
    * Add [technical details about `async def` handling to docs](https://fastapi.tiangolo.com/async/#very-technical-details). PR [#61](https://github.com/tiangolo/fastapi/pull/61).
    
    * Add docs for [Debugging FastAPI applications in editors](https://fastapi.tiangolo.com/tutorial/debugging/).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top