- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,250 for struct (0.06 sec)
-
src/archive/zip/struct.go
) // FileHeader describes a file within a ZIP file. // See the [ZIP specification] for details. // // [ZIP specification]: https://support.pkware.com/pkzip/appnote type FileHeader struct { // Name is the name of the file. // // It must be a relative path, not start with a drive letter (such as "C:"), // and must use forward slashes instead of back slashes. A trailing slash
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 28 21:41:09 UTC 2024 - 12.1K bytes - Viewed (0) -
tests/embedded_struct_test.go
) func TestEmbeddedStruct(t *testing.T) { type ReadOnly struct { ReadOnly *bool } type BasePost struct { Id int64 Title string URL string ReadOnly } type Author struct { ID string Name string Email string } type HNPost struct { BasePost Author `gorm:"EmbeddedPrefix:user_"` // Embedded struct Upvotes int32 } type EngadgetPost struct {
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Wed May 08 04:07:58 UTC 2024 - 7.3K bytes - Viewed (0) -
api/next/67813.txt
pkg net/http, type HTTP2Config struct #67813 pkg net/http, type HTTP2Config struct, CountError func(string) #67813 pkg net/http, type HTTP2Config struct, MaxConcurrentStreams int #67813 pkg net/http, type HTTP2Config struct, MaxDecoderHeaderTableSize int #67813 pkg net/http, type HTTP2Config struct, MaxEncoderHeaderTableSize int #67813 pkg net/http, type HTTP2Config struct, MaxReadFrameSize int #67813
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 29 17:38:46 UTC 2024 - 989 bytes - Viewed (0) -
api/go1.5.txt
pkg go/types, type Config struct, FakeImportC bool pkg go/types, type Config struct, IgnoreFuncBodies bool pkg go/types, type Config struct, Importer Importer pkg go/types, type Config struct, Sizes Sizes pkg go/types, type Const struct pkg go/types, type Error struct pkg go/types, type Error struct, Fset *token.FileSet pkg go/types, type Error struct, Msg string pkg go/types, type Error struct, Pos token.Pos
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
api/go1.3.txt
pkg debug/macho, type FatArchHeader struct, SubCpu uint32 pkg debug/macho, type FatFile struct pkg debug/macho, type FatFile struct, Arches []FatArch pkg debug/macho, type FatFile struct, Magic uint32 pkg debug/macho, var ErrNotFat *FormatError pkg debug/pe, type DataDirectory struct pkg debug/pe, type DataDirectory struct, Size uint32 pkg debug/pe, type DataDirectory struct, VirtualAddress uint32 pkg debug/pe, type File struct, OptionalHeader interface{}
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
src/cmd/api/testdata/src/pkg/p1/golden.txt
pkg p1, type Public interface, Y() pkg p1, type S struct pkg p1, type S struct, Public *int pkg p1, type S struct, Public //deprecated pkg p1, type S struct, PublicTime Time pkg p1, type S2 struct pkg p1, type S2 struct, Extra bool pkg p1, type S2 struct, embedded S pkg p1, type S2 struct, embedded S //deprecated pkg p1, type SI struct pkg p1, type SI struct, I int pkg p1, type T struct pkg p1, type TPtrExported struct
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:29:41 UTC 2022 - 3.6K bytes - Viewed (0) -
api/go1.4.txt
pkg syscall (linux-amd64), type SysProcIDMap struct pkg syscall (linux-amd64), type SysProcIDMap struct, ContainerID int pkg syscall (linux-amd64), type SysProcIDMap struct, HostID int pkg syscall (linux-amd64), type SysProcIDMap struct, Size int pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
api/go1.txt
pkg archive/tar, type Header struct pkg archive/tar, type Header struct, AccessTime time.Time pkg archive/tar, type Header struct, ChangeTime time.Time pkg archive/tar, type Header struct, Devmajor int64 pkg archive/tar, type Header struct, Devminor int64 pkg archive/tar, type Header struct, Gid int pkg archive/tar, type Header struct, Gname string pkg archive/tar, type Header struct, Linkname string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
tests/preload_suits_test.go
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Fri Mar 18 05:38:46 UTC 2022 - 30.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.idl
const uint32_t DFS_STORAGE_STATE_ACTIVE = 0x0004; typedef struct { [string] wchar_t *entry_path; } DfsInfo1; typedef struct { uint32_t count; [size_is(count)] DfsInfo1 *s; } DfsEnumArray1; typedef struct { uint32_t state; [string] wchar_t *server_name; [string] wchar_t *share_name; } DfsStorageInfo; typedef struct { [string] wchar_t *path; [string] wchar_t *comment;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.7K bytes - Viewed (0)