- Sort Score
- Result 10 results
- Languages All
Results 561 - 570 of 768 for 12 (0.01 sec)
-
tests/preload_test.go
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Jun 12 10:00:47 UTC 2024 - 15.9K bytes - Viewed (0) -
go.mod
github.com/minio/crc64nvme v1.0.1 // indirect github.com/minio/filepath v1.0.0 // indirect github.com/minio/mc v0.0.0-20250313080218-cf909e1063a9 // indirect github.com/minio/md5-simd v1.1.2 // indirect github.com/minio/websocket v1.6.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
src/archive/zip/writer_test.go
} b = b[idx:] if !bytes.Equal(b[6:10], []byte{0, 0, 0, 0}) { // FileHeader.Flags: 0, FileHeader.Method: 0 t.Errorf("unexpected method and flags: %v", b[6:10]) } if !bytes.Equal(b[14:26], make([]byte, 12)) { // FileHeader.{CRC32,CompressSize,UncompressedSize} all zero. t.Errorf("unexpected crc, compress and uncompressed size to be 0 was: %v", b[14:26]) }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jan 28 04:20:09 UTC 2025 - 14.4K bytes - Viewed (0) -
api/go1.7.txt
pkg debug/elf, const R_390_PLT32DBL = 20 pkg debug/elf, const R_390_PLT32DBL R_390 pkg debug/elf, const R_390_PLT64 = 25 pkg debug/elf, const R_390_PLT64 R_390 pkg debug/elf, const R_390_RELATIVE = 12 pkg debug/elf, const R_390_RELATIVE R_390 pkg debug/elf, const R_390_TLS_DTPMOD = 54 pkg debug/elf, const R_390_TLS_DTPMOD R_390 pkg debug/elf, const R_390_TLS_DTPOFF = 55 pkg debug/elf, const R_390_TLS_DTPOFF R_390
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0) -
okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt
.assertLogEqual("--> END POST (12-byte, 32-gzipped-byte body)") .assertLogMatch(Regex("""<-- 200 OK $url \(\d+ms\)""")) .assertLogEqual("Content-Type: text/plain; charset=utf-8") .assertLogMatch(Regex("""Content-Length: \d+""")) .assertLogEqual("") .assertLogEqual("Uncompressed") .assertLogMatch(Regex("""<-- END HTTP \(\d+ms, 12-byte body\)""")) .assertNoMoreLogs() }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 14:27:04 UTC 2025 - 37.5K bytes - Viewed (0) -
api/go1.21.txt
pkg maps, func Copy[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$3 }, $2 comparable, $3 interface{}]($0, $1) #57436 pkg maps, func DeleteFunc[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0, func($1, $2) bool) #57436 pkg maps, func Equal[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$3 }, $2 comparable, $3 comparable]($0, $1) bool #57436
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Aug 07 09:39:17 UTC 2023 - 25.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-HostnamesCommon.kt
* * https://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses */ internal fun canonicalizeInetAddress(address: ByteArray): ByteArray = when { isMappedIpv4Address(address) -> address.sliceArray(12 until 16) else -> address } /** Returns true for IPv6 addresses like `0000:0000:0000:0000:0000:ffff:XXXX:XXXX`. */ private fun isMappedIpv4Address(address: ByteArray): Boolean {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 11.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralResponseBufferTest.java
bb.putShort((short) 0); // tflags high bytes int bytesDecoded = buffer.decode(testBuffer, offset, testBuffer.length - offset); assertEquals(8, bytesDecoded); assertEquals(12, buffer.getPathConsumed()); // 24 / 2 assertEquals(0, buffer.getNumReferrals()); assertEquals(10, buffer.getTflags()); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/ru/docs/tutorial/security/oauth2-jwt.md
/// note | Технические детали Если проверить новую (фальшивую) базу данных `fake_users_db`, то можно увидеть, как теперь выглядит хэшированный пароль: `"$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW"`. /// ## Работа с JWT токенами Импортируйте установленные модули. Создайте случайный секретный ключ, который будет использоваться для подписи JWT-токенов.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 18.5K bytes - Viewed (0) -
docs/es/docs/tutorial/security/first-steps.md
oauth2_scheme(some, parameters) ``` Así que, puede usarse con `Depends`. ### Úsalo Ahora puedes pasar ese `oauth2_scheme` en una dependencia con `Depends`. {* ../../docs_src/security/tutorial001_an_py39.py hl[12] *} Esta dependencia proporcionará un `str` que se asigna al parámetro `token` de la *path operation function*.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.8K bytes - Viewed (0)