- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 122 for testable (0.19 sec)
-
android/guava/src/com/google/common/collect/Sets.java
} /** * An unmodifiable view of a set which may be backed by other sets; this view will change as the * backing sets do. Contains methods to copy the data into a new set which will then remain * stable. There is usually no reason to retain a reference of type {@code SetView}; typically, * you either use it as a plain {@link Set}, or immediately invoke {@link #immutableCopy} or
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
} // hasEC will return true if the version has erasure coding information. func (x xlMetaV2VersionHeader) hasEC() bool { return x.EcM > 0 && x.EcN > 0 } // sortsBefore can be used as a tiebreaker for stable sorting/selecting. // Returns false on ties. func (x xlMetaV2VersionHeader) sortsBefore(o xlMetaV2VersionHeader) bool { if x == o { return false } // Prefer newest modtime. if x.ModTime != o.ModTime {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.31.md
- PersistentVolumeLastPhaseTransitionTime feature is stable and enabled by default. ([#124969](https://github.com/kubernetes/kubernetes/pull/124969), [@RomanBednar](https://github.com/RomanBednar)) [SIG API Machinery, Apps, Storage and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0) -
cmd/admin-handlers.go
connectTime := time.Now() for { n, err := io.CopyN(xioutil.Discard, r.Body, 128*humanize.KiByte) if err != nil && err != io.EOF && err != io.ErrUnexpectedEOF { // would mean the network is not stable. Logging here will help in debugging network issues. if time.Since(connectTime) < (globalNetPerfMinDuration - time.Second) { adminLogIf(ctx, err) } } totalRx += n
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
- [Known Issues](#known-issues) - [Before Upgrading](#before-upgrading) - [New Deprecations](#new-deprecations) - [Removed Deprecations](#removed-deprecations) - [Graduated to Stable/GA](#graduated-to-stablega) - [Graduated to Beta](#graduated-to-beta) - [New alpha features](#new-alpha-features) - [Other Notable Changes](#other-notable-changes-10)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
- [Metrics Changes](#metrics-changes) - [Added metrics](#added-metrics) - [Deprecated/changed metrics](#deprecatedchanged-metrics) - [Notable Features](#notable-features) - [Stable](#stable) - [Beta](#beta) - [CLI Improvements](#cli-improvements) - [API Changes](#api-changes) - [Other notable changes](#other-notable-changes-1) - [API Machinery](#api-machinery) - [Apps](#apps)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) -
api/go1.1.txt
pkg syscall (darwin-386), const ESHUTDOWN = 58 pkg syscall (darwin-386), const ESOCKTNOSUPPORT = 44 pkg syscall (darwin-386), const ESPIPE = 29 pkg syscall (darwin-386), const ESRCH = 3 pkg syscall (darwin-386), const ESTALE = 70 pkg syscall (darwin-386), const ETIME = 101 pkg syscall (darwin-386), const ETIMEDOUT = 60 pkg syscall (darwin-386), const ETOOMANYREFS = 59 pkg syscall (darwin-386), const ETXTBSY = 26
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const ESOCKTNOSUPPORT = 44 pkg syscall (freebsd-arm64), const ESPIPE = 29 pkg syscall (freebsd-arm64), const ESRCH = 3 pkg syscall (freebsd-arm64), const ESTALE = 70 pkg syscall (freebsd-arm64), const ETIMEDOUT = 60 pkg syscall (freebsd-arm64), const ETOOMANYREFS = 59 pkg syscall (freebsd-arm64), const ETXTBSY = 26 pkg syscall (freebsd-arm64), const EUSERS = 68
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const ESOCKTNOSUPPORT = 44 pkg syscall (darwin-arm64), const ESPIPE = 29 pkg syscall (darwin-arm64), const ESRCH = 3 pkg syscall (darwin-arm64), const ESTALE = 70 pkg syscall (darwin-arm64), const ETIME = 101 pkg syscall (darwin-arm64), const ETIME Errno pkg syscall (darwin-arm64), const ETIMEDOUT = 60 pkg syscall (darwin-arm64), const ETOOMANYREFS = 59
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
p256PrecomputedEmbed. var p256GeneratorTables *[43]p256AffineTable func init() { p256GeneratorTablesP := unsafe.Pointer(&p256PrecomputedEmbed) if cpu.BigEndian { var newTable [43 * 32 * 2 * 4]uint64 for i, x := range (*[43 * 32 * 2 * 4][8]byte)(p256GeneratorTablesP) { newTable[i] = byteorder.LEUint64(x[:]) } p256GeneratorTablesP = unsafe.Pointer(&newTable) } p256GeneratorTables = (*[43]p256AffineTable)(p256GeneratorTablesP) } func boothW6(in uint64) (uint8, int) { s := ^((in >> 6) - 1) d := (1 << 7) - in - 1...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)