- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 1,241 for _strict (0.1 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/object-api-utils.go
} return s1 == s2 } // Ignores all reserved bucket names or invalid bucket names. func isReservedOrInvalidBucket(bucketEntry string, strict bool) bool { if bucketEntry == "" { return true } bucketEntry = strings.TrimSuffix(bucketEntry, SlashSeparator) if strict { if err := s3utils.CheckValidBucketNameStrict(bucketEntry); err != nil { return true } } else {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 08 15:29:58 UTC 2024 - 37.1K 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) -
docs/features/https.md
.x/okhttp/okhttp3/-tls-version/) and [cipher suites](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-cipher-suite/) to offer. A client that wants to maximize connectivity would include obsolete TLS versions and weak-by-design cipher suites. A strict client that wants to maximize security would be limited to only the latest TLS version and strongest cipher suites. Specific security vs. connectivity decisions are implemented by [ConnectionSpec](https://square.github.io/okhttp/4.x/okht...
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Dec 24 00:16:30 UTC 2022 - 10.5K 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) -
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) -
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)