- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 112 for 27 (0.05 sec)
-
guava/src/com/google/common/hash/Murmur3_128HashFunction.java
long k2 = bb.getLong(); bmix64(k1, k2); length += CHUNK_SIZE; } private void bmix64(long k1, long k2) { h1 ^= mixK1(k1); h1 = Long.rotateLeft(h1, 27); h1 += h2; h1 = h1 * 5 + 0x52dce729; h2 ^= mixK2(k2); h2 = Long.rotateLeft(h2, 31); h2 += h1; h2 = h2 * 5 + 0x38495ab5; } @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Apr 20 18:43:59 UTC 2021 - 5.6K bytes - Viewed (0) -
docs/em/docs/tutorial/body-multiple-params.md
```Python q: Union[str, None] = None ``` ⚖️ 🐍 3️⃣.1️⃣0️⃣ & 🔛: ```Python q: str | None = None ``` 🖼: //// tab | 🐍 3️⃣.6️⃣ & 🔛 ```Python hl_lines="27" {!> ../../docs_src/body_multiple_params/tutorial004.py!} ``` //// //// tab | 🐍 3️⃣.1️⃣0️⃣ & 🔛 ```Python hl_lines="26" {!> ../../docs_src/body_multiple_params/tutorial004_py310.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 31.2K bytes - Viewed (0) -
docs/bucket/lifecycle/DESIGN.md
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 4.3K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https02.drawio
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 9.4K bytes - Viewed (0) -
docs/en/data/people.yml
url: https://github.com/cassiobotaro - login: lsglucas count: 27 avatarUrl: https://avatars.githubusercontent.com/u/61513630?u=320e43fe4dc7bc6efc64e9b8f325f8075634fd20&v=4 url: https://github.com/lsglucas - login: komtaki count: 27 avatarUrl: https://avatars.githubusercontent.com/u/39375566?u=260ad6b1a4b34c07dbfa728da5e586f16f6d1824&v=4
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jun 03 01:09:53 UTC 2024 - 55.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/body-multiple-params.md
Por exemplo: //// tab | Python 3.10+ ```Python hl_lines="26" {!> ../../docs_src/body_multiple_params/tutorial004_py310.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="27" {!> ../../docs_src/body_multiple_params/tutorial004.py!} ``` //// /// info | "Informação"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/node/minio-node.json
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 04 13:24:37 UTC 2024 - 22.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s
VPCMPUW $27, Z14, Z15, K1, K5 // 62d385493eee1b VPCMPUW $27, Z27, Z15, K1, K5 // 629385493eeb1b VPCMPUW $27, -7(CX)(DX*1), Z15, K1, K5 // 62f385493eac11f9ffffff1b VPCMPUW $27, -15(R14)(R15*4), Z15, K1, K5 // 629385493eacbef1ffffff1b VPCMPUW $27, Z14, Z12, K1, K5 // 62d39d493eee1b
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 159.2K bytes - Viewed (0) -
api/go1.6.txt
pkg debug/elf, const R_MIPS_CALL_HI16 = 30 pkg debug/elf, const R_MIPS_CALL_HI16 R_MIPS pkg debug/elf, const R_MIPS_CALL_LO16 = 31 pkg debug/elf, const R_MIPS_CALL_LO16 R_MIPS pkg debug/elf, const R_MIPS_DELETE = 27 pkg debug/elf, const R_MIPS_DELETE R_MIPS pkg debug/elf, const R_MIPS_GOT16 = 9 pkg debug/elf, const R_MIPS_GOT16 R_MIPS pkg debug/elf, const R_MIPS_GOT_DISP = 19 pkg debug/elf, const R_MIPS_GOT_DISP R_MIPS
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 13 23:40:13 UTC 2016 - 12.9K bytes - Viewed (0)