- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 00000000000000000000000000000000 (0.09 sec)
-
cmd/xl-storage-format-v2.go
tmp[0] = 0xce // muint32 binary.BigEndian.PutUint32(tmp[1:], uint32(xxhash.Sum64(dst[dataOffset:]))) dst = append(dst, tmp[:5]...) return append(dst, x.data...), nil } const emptyUUID = "00000000-0000-0000-0000-000000000000" func (x *xlMetaV2) findVersionStr(key string) (idx int, ver *xlMetaV2Version, err error) { if key == nullVersionID { key = "" } var u uuid.UUID if key != "" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 64K bytes - Viewed (1) -
okhttp/src/test/java/okhttp3/HttpUrlTest.kt
) assertInvalid( "http://[0000:0000:0000:0000:0000:0000:0000:0001:]", "Invalid URL host: \"[0000:0000:0000:0000:0000:0000:0000:0001:]\"", ) assertInvalid( "http://[0000:0000:0000:0000:0000:0000:0000:0001::]", "Invalid URL host: \"[0000:0000:0000:0000:0000:0000:0000:0001::]\"", ) assertInvalid( "http://[0000:0000:0000:0000:0000:0000:0000:0001:::]",
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 67.9K bytes - Viewed (0)