- Sort Score
- Result 10 results
- Languages All
Results 901 - 910 of 914 for levels (0.07 sec)
-
cmd/object-api-utils.go
} // IsValidBucketName verifies that a bucket name is in accordance with // Amazon's requirements (i.e. DNS naming conventions). It must be 3-63 // characters long, and it must be a sequence of one or more labels // separated by periods. Each label can contain lowercase ascii // letters, decimal digits and hyphens, but must not begin or end with // a hyphen. See:
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/xl-storage_test.go
{file: "myobject", offset: 1000, length: 1001, algorithm: BLAKE2b512, expError: nil}, // 15 } // TestXLStorageReadFile with bitrot verification - tests the xlStorage level // ReadFile API with a BitrotVerifier. Only tests hashing related // functionality. Other functionality is tested with // TestXLStorageReadFile. func TestXLStorageReadFileWithVerify(t *testing.T) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 66.7K bytes - Viewed (0) -
tensorflow/c/c_api.cc
#include "tensorflow/core/platform/thread_annotations.h" #include "tensorflow/core/platform/types.h" #include "tensorflow/core/public/session.h" #include "tensorflow/core/public/version.h" // The implementation below is at the top level instead of the // brain namespace because we are defining 'extern "C"' functions. using tensorflow::AttrValueMap; using tensorflow::DataType; using tensorflow::ExtendSessionGraphHelper; using tensorflow::FullTypeDef;
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0) -
fastapi/routing.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 09:44:57 UTC 2024 - 172.1K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Cmsghdr struct pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Len uint32 pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Level int32 pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Type int32 pkg syscall (freebsd-386-cgo), type Credential struct pkg syscall (freebsd-386-cgo), type Credential struct, Gid uint32
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/bucket-replication.go
// Objects matching prefixes should not leave delete markers, // dramatically reduces namespace pollution while keeping the // benefits of replication, make sure to apply version suspension // only at bucket level instead. VersionSuspended: globalBucketVersioningSys.Suspended(bucket), }) if err != nil && !isErrVersionNotFound(err) { // VersionNotFound would be reported by pool that object version is missing on.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
cmd/object-handlers.go
return } if r.ContentLength <= 0 { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrEmptyRequestBody), r.URL) return } // Take read lock on object, here so subsequent lower-level // calls do not need to. lock := objectAPI.NewNSLock(bucket, object) lkctx, err := lock.GetRLock(ctx, globalOperationTimeout) if err != nil { writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL) return
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 05 05:16:15 UTC 2024 - 117.4K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct, Len uint32 pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct, Level int32 pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct, Type int32 pkg syscall (netbsd-arm64-cgo), type Credential struct pkg syscall (netbsd-arm64-cgo), type Credential struct, Gid uint32
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Cmsghdr struct pkg syscall (freebsd-arm64), type Cmsghdr struct, Len uint32 pkg syscall (freebsd-arm64), type Cmsghdr struct, Level int32 pkg syscall (freebsd-arm64), type Cmsghdr struct, Type int32 pkg syscall (freebsd-arm64), type Credential struct pkg syscall (freebsd-arm64), type Credential struct, Gid uint32
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type BpfVersion struct, Minor uint16 pkg syscall (darwin-arm64), type Cmsghdr struct pkg syscall (darwin-arm64), type Cmsghdr struct, Len uint32 pkg syscall (darwin-arm64), type Cmsghdr struct, Level int32 pkg syscall (darwin-arm64), type Cmsghdr struct, Type int32 pkg syscall (darwin-arm64), type Credential struct pkg syscall (darwin-arm64), type Credential struct, Gid uint32
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0)