- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 1,212 for Strict (0.06 sec)
-
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type BpfStat struct, Drop uint32 pkg syscall (freebsd-386-cgo), type BpfStat struct, Recv uint32 pkg syscall (freebsd-386-cgo), type BpfVersion struct pkg syscall (freebsd-386-cgo), type BpfVersion struct, Major uint16 pkg syscall (freebsd-386-cgo), type BpfVersion struct, Minor uint16 pkg syscall (freebsd-386-cgo), type BpfZbuf struct pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Bufa *uint8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
cmd/api-datatypes.go
} return e.EncodeElement(t.Time.Format(time.RFC3339), startElement) } // ObjectV object version key/versionId type ObjectV struct { ObjectName string `xml:"Key"` VersionID string `xml:"VersionId"` } // ObjectToDelete carries key name for the object to delete. type ObjectToDelete struct { ObjectV // Replication status of DeleteMarker DeleteMarkerReplicationStatus string `xml:"DeleteMarkerReplicationStatus"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 14 07:26:50 UTC 2024 - 3K bytes - Viewed (0) -
api/go1.19.txt
pkg go/doc/comment, type LinkDef struct #51082 pkg go/doc/comment, type LinkDef struct, Text string #51082 pkg go/doc/comment, type LinkDef struct, URL string #51082 pkg go/doc/comment, type LinkDef struct, Used bool #51082 pkg go/doc/comment, type List struct #51082 pkg go/doc/comment, type List struct, ForceBlankBefore bool #51082 pkg go/doc/comment, type List struct, ForceBlankBetween bool #51082
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:29:41 UTC 2022 - 17.9K bytes - Viewed (0) -
api/go1.9.txt
pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool pkg syscall (linux-386-cgo), type SysProcAttr struct, AmbientCaps []uintptr pkg syscall (linux-386), type Credential struct, NoSetGroups bool pkg syscall (linux-386), type SysProcAttr struct, AmbientCaps []uintptr pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 04 20:20:20 UTC 2021 - 10.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/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: Fri Mar 22 20:39:42 UTC 2019 - 1.7K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/macho, type Reloc struct pkg debug/macho, type Reloc struct, Addr uint32 pkg debug/macho, type Reloc struct, Extern bool pkg debug/macho, type Reloc struct, Len uint8 pkg debug/macho, type Reloc struct, Pcrel bool pkg debug/macho, type Reloc struct, Scattered bool pkg debug/macho, type Reloc struct, Type uint8 pkg debug/macho, type Reloc struct, Value uint32 pkg debug/macho, type RelocTypeARM int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
src/cmd/api/testdata/src/pkg/p1/p1.go
func TakesFunc(f func(dontWantName int) int) type Codec struct { Func func(x int, y int) (z int) } type SI struct { I int } var SIVal = SI{} var SIPtr = &SI{} var SIPtr2 *SI type T struct { common } type B struct { common } type common struct { i int } type TPtrUnexported struct { *common } type TPtrExported struct {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:29:41 UTC 2022 - 3.3K bytes - Viewed (0) -
api/go1.23.txt
pkg net, type DNSError struct, UnwrapErr error #63116 pkg net, type Dialer struct, KeepAliveConfig KeepAliveConfig #62254 pkg net, type KeepAliveConfig struct #62254 pkg net, type KeepAliveConfig struct, Count int #62254 pkg net, type KeepAliveConfig struct, Enable bool #62254 pkg net, type KeepAliveConfig struct, Idle time.Duration #62254 pkg net, type KeepAliveConfig struct, Interval time.Duration #62254
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Jun 25 17:08:08 UTC 2024 - 10.1K bytes - Viewed (0) -
utils/tests/models.go
Active bool } type Account struct { gorm.Model UserID sql.NullInt64 Number string } type Pet struct { gorm.Model UserID *uint Name string Toy Toy `gorm:"polymorphic:Owner;"` } type Toy struct { gorm.Model Name string OwnerID string OwnerType string } type Tools struct { gorm.Model Name string CustomID string
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Fri Dec 15 08:36:08 UTC 2023 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.idl
} LsarSidType; typedef struct { LsarSidType sid_type; uint32_t rid; uint32_t sid_index; } LsarTranslatedSid; typedef struct { [range(0,1000)] uint32_t count; [size_is(count)] LsarTranslatedSid *sids; } LsarTransSidArray; typedef struct { unicode_string name; sid_t *sid; } LsarTrustInformation; typedef struct { [range(0,1000)] uint32_t count;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 3.1K bytes - Viewed (0)