- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for checksums (0.21 sec)
-
cmd/object-handlers.go
ChecksumSHA1: objInfo.Parts[i].Checksums["SHA1"], ChecksumSHA256: objInfo.Parts[i].Checksums["SHA256"], ChecksumCRC32: objInfo.Parts[i].Checksums["CRC32"], ChecksumCRC32C: objInfo.Parts[i].Checksums["CRC32C"], ChecksumCRC64NVME: objInfo.Parts[i].Checksums["CRC64NVME"], PartNumber: objInfo.Parts[i].Number,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
err = dc.ReadNil() if err != nil { err = msgp.WrapError(err) return } z.Checksum = nil } else { z.Checksum, err = dc.ReadBytes(z.Checksum) if err != nil { err = msgp.WrapError(err, "Checksum") return } if z.Checksum == nil { z.Checksum = make([]byte, 0) } } z.Versioned, err = dc.ReadBool() if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 152K bytes - Viewed (0) -
cmd/object-handlers_test.go
headers: map[string]string{"x-amz-checksum-crc32": checksumData(bytesData, crc32.New(crc32.IEEETable))}, data: bytesData, dataLen: len(bytesData), accessKey: credentials.AccessKey, secretKey: credentials.SecretKey, expectedRespStatus: http.StatusOK, wantHeaders: map[string]string{"x-amz-checksum-crc32": checksumData(bytesData, crc32.New(crc32.IEEETable))},
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 163.1K bytes - Viewed (0) -
cmd/bucket-replication.go
} else { meta[k] = v } } isMP = objInfo.isMultipart() if len(objInfo.Checksum) > 0 { // Add encrypted CRC to metadata for SSE-C objects. if isSSEC { meta[ReplicationSsecChecksumHeader] = base64.StdEncoding.EncodeToString(objInfo.Checksum) } else { cs, mp := getCRCMeta(objInfo, 0, nil) // Set object checksum. maps.Copy(meta, cs) isMP = mp
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: The Luhn Modulo 11 checksum of {value} is incorrect. */ public static final String CONSTRAINTS_LuhnCheck_MESSAGE = "{constraints.LuhnCheck.message}"; /** The key of the message: The Modulo 10 checksum of {value} is incorrect. */ public static final String CONSTRAINTS_Mod10Check_MESSAGE = "{constraints.Mod10Check.message}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
cmd/server_test.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
cmd/admin-handlers.go
PubKeyAlgo: c.PublicKeyAlgorithm.String(), SignatureAlgo: c.SignatureAlgorithm.String(), NotBefore: c.NotBefore, NotAfter: c.NotAfter, Checksum: strconv.FormatUint(check, 16), }) } } return tlsInfo } // ServerInfoHandler - GET /minio/admin/v3/info // ---------- // Get server information
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
api/go1.3.txt
pkg debug/pe, type OptionalHeader32 struct, BaseOfCode uint32 pkg debug/pe, type OptionalHeader32 struct, BaseOfData uint32 pkg debug/pe, type OptionalHeader32 struct, CheckSum uint32 pkg debug/pe, type OptionalHeader32 struct, DataDirectory [16]DataDirectory pkg debug/pe, type OptionalHeader32 struct, DllCharacteristics uint16 pkg debug/pe, type OptionalHeader32 struct, FileAlignment uint32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</field> <field> <name>checksumPolicy</name> <version>4.0.0+</version> <description> What to do when verification of an artifact checksum fails. Valid values are {@code ignore}, {@code fail} (default for Maven 4 and above) or {@code warn} (default for Maven 3). </description> <type>String</type>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0)