- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 148 for 15 (0.01 seconds)
-
index.yaml
apiVersion: v1 entries: minio: - apiVersion: v1 appVersion: RELEASE.2024-12-18T13-15-44Z created: "2025-01-02T21:34:25.234658257-08:00" description: High Performance Object Storage digest: 25fa2740480d1ebc9e64340854a6c42d3a7bc39c2a77378da91b21f144faa9af home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jan 03 05:34:47 GMT 2025 - 55.1K bytes - Click Count (0) -
internal/grid/msg_gen.go
} // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *connectResp) Msgsize() (s int) { s = 1 + 3 + msgp.ArrayHeaderSize + (16 * (msgp.ByteSize)) + 9 + msgp.BoolSize + 15 + msgp.StringPrefixSize + len(z.RejectedReason) return } // DecodeMsg implements msgp.Decodable func (z *message) DecodeMsg(dc *msgp.Reader) (err error) { var zb0001 uint32 zb0001, err = dc.ReadArrayHeader()
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 22.4K bytes - Click Count (0) -
cmd/xl-storage-format-v2_gen.go
func (z *xlMetaDataDirDecoder) Msgsize() (s int) { s = 1 + 6 if z.ObjectV2 == nil { s += msgp.NilSize } else { s += 1 + 5 + msgp.ArrayHeaderSize + (16 * (msgp.ByteSize)) } return } // DecodeMsg implements msgp.Decodable func (z *xlMetaV2DeleteMarker) DecodeMsg(dc *msgp.Reader) (err error) { var field []byte _ = field
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 55.8K bytes - Click Count (0) -
cmd/xl-storage_test.go
{file: "myobject", offset: 2, length: 100, algorithm: BLAKE2b512, expError: nil}, // 14 {file: "myobject", offset: 1000, length: 1001, algorithm: BLAKE2b512, expError: nil}, // 15 } // TestXLStorageReadFile with bitrot verification - tests the xlStorage level // ReadFile API with a BitrotVerifier. Only tests hashing related // functionality. Other functionality is tested withCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 66K bytes - Click Count (0) -
src/bytes/bytes.go
if haveFastIndex { if j := bytealg.Index(s[i-last:], b[:n]); j >= 0 { return i + j - last } } else { // If bytealg.Index is not available a brute force search is // ~1.5-3x faster than Rabin-Karp since n is small. c0 := b[last] c1 := b[last-1] // There are at least 2 chars to match loop: for ; i < len(s); i++ { if s[i] == c0 && s[i-1] == c1 {Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Sep 16 16:42:15 GMT 2025 - 35.5K bytes - Click Count (0) -
internal/s3select/select_test.go
wantResult: `{"_1":0.15}`, }, { name: "arithmetic_integer_float_operand", query: `SELECT 3.0 / 2, 5 / 2.0 FROM S3Object LIMIT 1`, wantResult: `{"_1":1.5,"_2":2.5}`, }, { name: "limit-1", query: `SELECT * FROM S3Object[*].elements[*] LIMIT 1`, requestXML: []byte(` <?xml version="1.0" encoding="UTF-8"?> <SelectObjectContentRequest>Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 76.1K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/riscv64validation.s
VMADCVI $16, V2, V3 // ERROR "signed immediate 16 must be in range [-16, 15]" VMADCVI $-17, V2, V3 // ERROR "signed immediate -17 must be in range [-16, 15]" VMADCVI $15, V2, V0, V3 // ERROR "expected no register in rs3" VSBCVVM X10, V2, V0, V3 // ERROR "expected vector register in vs1 position" VSBCVXM V1, V2, V0, V3 // ERROR "expected integer register in rs1 position"
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 13 12:17:37 GMT 2025 - 42.1K bytes - Click Count (0) -
cmd/bucket-replication-utils_gen.go
func (z *ResyncTarget) Msgsize() (s int) { s = 1 + 4 + msgp.StringPrefixSize + len(z.Arn) + 8 + msgp.StringPrefixSize + len(z.ResetID) + 10 + msgp.TimeSize + 8 + msgp.TimeSize + 13 + msgp.StringPrefixSize + len(z.ResyncStatus) + 15 + msgp.Int64Size + 11 + msgp.Int64Size + 12 + msgp.Int64Size + 16 + msgp.Int64Size + 7 + msgp.StringPrefixSize + len(z.Bucket) + 7 + msgp.StringPrefixSize + len(z.Object) return } // DecodeMsg implements msgp.Decodable
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 59.3K bytes - Click Count (0) -
cmd/bucket-stats_gen.go
_ = za0002 s += msgp.StringPrefixSize + len(za0001) if za0002 == nil { s += msgp.NilSize } else { s += za0002.Msgsize() } } } s += 15 + msgp.Int64Size + 12 + msgp.Int64Size + 7 + z.Failed.Msgsize() + 16 + msgp.Int64Size + 13 + msgp.Int64Size + 6 + z.QStat.Msgsize() + 12 + msgp.Int64Size + 11 + msgp.Int64Size + 13 + msgp.Int64Size + 12 + msgp.Int64Size return }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 57.3K bytes - Click Count (0) -
internal/s3select/csv/testdata/testdata.zip
026500,E,QN50,Elmhurst-Maspeth,4109,632,347,4,Queens,034700,4034700,I,QN28,Jackson Heights,4102^3389442,2,2014-03-23 17:41:17,2014-03-23 17:56:32,N,1,-73.891471862792969,40.746616363525391,-73.87237548828125,40.774440765380859,1,3.35,15,0,0.5,0,0,,,15.5,1,1,83,138,green,0.00,0.0,0.0,42,27,7.38,1294,265,4,Queens,026500,4026500,E,QN50,Elmhurst-Maspeth,4109,1840,331,4,Queens,033100,4033100,I,QN98,Airport,4102^3389443,2,2014-03-24 20:35:52,2014-03-24 20:48:00,N,1,-73.891494750976563,40.7466468811035...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 111.6K bytes - Click Count (0)