- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 197 for retval (0.1 sec)
-
guava-tests/test/com/google/common/cache/LocalCacheTest.java
valueRef.setLoading(true); entry.setValueReference(valueRef); table.set(index, entry); assertNull(segment.refresh(key, hash, identityLoader(), false)); } // Removal listener tests public void testRemovalListener_explicit() { QueuingRemovalListener<Object, Object> listener = queuingRemovalListener();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 112.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
### Bug or Regression - CVE-2023-27561 CVE-2023-25809 CVE-2023-28642: Bump fix runc v1.1.4 -> v1.1.5
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
// TODO(dpb): Better toString, in the style of Futures.transform etc. return toStringHelper(this).add("state", state.get()).addValue(future).toString(); } @SuppressWarnings({"removal", "Finalize"}) // b/260137033 @Override protected void finalize() { if (state.get().equals(OPEN)) { logger.get().log(SEVERE, "Uh oh! An open ClosingFuture has leaked and will close: {0}", this);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 08 19:36:35 UTC 2024 - 98.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- cloud.google.com/go/recommender: v1.9.0 - cloud.google.com/go/redis: v1.11.0 - cloud.google.com/go/resourcemanager: v1.7.0 - cloud.google.com/go/resourcesettings: v1.5.0 - cloud.google.com/go/retail: v1.12.0 - cloud.google.com/go/run: v0.9.0 - cloud.google.com/go/scheduler: v1.9.0 - cloud.google.com/go/secretmanager: v1.10.0 - cloud.google.com/go/security: v1.13.0 - cloud.google.com/go/securitycenter: v1.19.0
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
- Fix: get attach disk error due to missing item in max count table ([#89768](https://github.com/kubernetes/kubernetes/pull/89768), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage] - Fix: support removal of nodes backed by deleted non VMSS instances on Azure ([#91184](https://github.com/kubernetes/kubernetes/pull/91184), [@bpineau](https://github.com/bpineau)) [SIG Cloud Provider]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) -
cmd/bucket-replication.go
if len(tgtArns) == 0 { return dsc } var sync, replicate bool for _, tgtArn := range tgtArns { opts.TargetArn = tgtArn replicate = rcfg.Replicate(opts) // when incoming delete is removal of a delete marker(a.k.a versioned delete), // GetObjectInfo returns extra information even though it returns errFileNotFound if gerr != nil { validReplStatus := false switch oi.TargetReplicationStatus(tgtArn) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- cloud.google.com/go/redis: v1.13.1 → v1.14.1 - cloud.google.com/go/resourcemanager: v1.9.1 → v1.9.4 - cloud.google.com/go/resourcesettings: v1.6.1 → v1.6.4 - cloud.google.com/go/retail: v1.14.1 → v1.14.4 - cloud.google.com/go/run: v1.2.0 → v1.3.3 - cloud.google.com/go/scheduler: v1.10.1 → v1.10.5 - cloud.google.com/go/secretmanager: v1.11.1 → v1.11.4 - cloud.google.com/go/security: v1.15.1 → v1.15.4
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Oct 29 20:17:52 UTC 2024 - 121.6K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type RtMetrics struct, Recvpipe uint32 pkg syscall (freebsd-386-cgo), type RtMetrics struct, Rtt uint32 pkg syscall (freebsd-386-cgo), type RtMetrics struct, Rttvar uint32 pkg syscall (freebsd-386-cgo), type RtMetrics struct, Sendpipe uint32 pkg syscall (freebsd-386-cgo), type RtMetrics struct, Ssthresh uint32 pkg syscall (freebsd-386-cgo), type RtMetrics struct, Weight 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) -
CHANGELOG/CHANGELOG-1.31.md
- The "fake" clients generated by `client-gen` now have the same semantics on error as the real clients; in particular, a failed Get(), Create(), etc, no longer returns `nil`. (It now returns a pointer to a zero-valued object, like the real clients do.) This will break some downstream unit tests that were testing `result == nil` rather than `err != nil`, and in some cases may expose bugs
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 12:18:32 UTC 2024 - 315.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* kube-apiserver flag --tls-ca-file has had no effect for some time. It is now deprecated and slated for removal in 1.11. If you are specifying this flag, you must remove it from your launch config before upgrading to 1.11. ([#58968](https://github.com/kubernetes/kubernetes/pull/58968), [@deads2k](https://github.com/deads2k))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0)