- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 46 for hdrs (0.02 seconds)
-
src/archive/tar/testdata/gnu-multi-hdrs.tar
Joe Tsai <******@****.***> 1442390336 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Dec 02 02:27:27 GMT 2015 - 4.5K bytes - Click Count (0) -
src/archive/tar/testdata/pax-multi-hdrs.tar
Joe Tsai <******@****.***> 1442390336 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Dec 02 02:27:27 GMT 2015 - 4.5K bytes - Click Count (0) -
tensorflow/c/BUILD
], ) cc_library( name = "tf_attrtype", hdrs = ["tf_attrtype.h"], visibility = ["//visibility:public"], ) cc_library( name = "c_api_macros_hdrs", hdrs = [ "c_api_macros.h", ], visibility = ["//visibility:public"], ) cc_library( name = "c_api_macros", hdrs = [ "c_api_macros.h", "c_api_macros_internal.h", ],Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sun Dec 07 13:04:09 GMT 2025 - 30.4K bytes - Click Count (0) -
src/archive/tar/reader_test.go
if cnt > 0 && hdr.Typeflag != TypeReg { t.Errorf("ReadFull(...): got %d bytes, want 0 bytes", cnt) } } // File is crafted with 16 entries. The later 8 are identical to the first // 8 except that the size is set. if len(hdrs) != 16 { t.Fatalf("len(hdrs): got %d, want %d", len(hdrs), 16) } for i := 0; i < 8; i++ { hdr1, hdr2 := hdrs[i+0], hdrs[i+8] hdr1.Size, hdr2.Size = 0, 0
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Dec 15 16:34:13 GMT 2025 - 47.5K bytes - Click Count (0) -
tensorflow/c/eager/BUILD
cc_library( name = "abstract_op_attrs", hdrs = ["abstract_op_attrs.h"], visibility = [ "//tensorflow:internal", ], deps = [ "//tensorflow/core:lib", "//tensorflow/core:protos_all_cc", "@com_google_absl//absl/container:inlined_vector", ], ) cc_library( name = "abstract_operation", hdrs = ["abstract_operation.h"], visibility = [Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Apr 14 23:08:27 GMT 2025 - 33.3K bytes - Click Count (0) -
cmd/object-api-options.go
} } if metadata == nil { metadata = make(map[string]string) } etag := strings.TrimSpace(hdr.Get(xhttp.MinIOSourceETag)) if crypto.S3KMS.IsRequested(hdr) { keyID, context, err := crypto.S3KMS.ParseHTTP(hdr) if err != nil { return ObjectOptions{}, err } sseKms, err := encrypt.NewSSEKMS(keyID, context) if err != nil { return ObjectOptions{}, errCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 14.3K bytes - Click Count (0) -
cmd/object-handlers.go
k = after hdrs.Set(k, v) } } m, err := extractMetadata(ctx, textproto.MIMEHeader(hdrs)) if err != nil { return err } maps.Copy(metadata, m) } else { versionID = r.Form.Get(xhttp.VersionID) hdrs = r.Header } opts, err := putOpts(ctx, bucket, object, versionID, hdrs, metadata) if err != nil { return err }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 120.6K bytes - Click Count (0) -
src/archive/tar/testdata/pax-bad-hdr-large.tar.bz2
pax-bad-hdr-large.tar XXXXXXXXXXXXXXXXXXXX...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Oct 05 20:40:43 GMT 2022 - 156 bytes - Click Count (0) -
src/archive/tar/writer_test.go
t.Fatal(err) } hdr, err := FileInfoHeader(fileinfo, "") if err != nil { t.Fatalf("os.Stat:1 %v", err) } // some sample data chineseFilename := "文件名" chineseGroupname := "組" chineseUsername := "用戶名" hdr.Name = chineseFilename hdr.Gname = chineseGroupname hdr.Uname = chineseUsername contents := strings.Repeat(" ", int(hdr.Size)) var buf bytes.Buffer
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Dec 15 16:34:13 GMT 2025 - 40.2K bytes - Click Count (0) -
architecture/standards/0001-use-architectural-decision-records.md
The main logic with ADRs is to describe (architectural) decisions made: * To provide best practices and solutions we (as the *build tool* team) want to promote. * To avoid asking the same thing multiple times during code review. * To explain *rejected solutions*, for now, and future development, in case they are proposed again. ADRs can be written by any team.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Aug 26 17:29:22 GMT 2025 - 2.8K bytes - Click Count (0)