- Sort Score
- Result 10 results
- Languages All
Results 61 - 63 of 63 for derrs (0.01 sec)
-
android/guava/src/com/google/common/base/CharMatcher.java
@Deprecated public static CharMatcher invisible() { return Invisible.INSTANCE; } /** * Determines whether a character is single-width (not double-width). When in doubt, this matcher * errs on the side of returning {@code false} (that is, it tends to assume a character is * double-width). * * <p><b>Note:</b> as the reference file evolves, we will modify this matcher to keep it up to * date. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- github.com/spiffe/go-spiffe/v2: [v2.5.0](https://github.com/spiffe/go-spiffe/tree/v2.5.0) - github.com/zeebo/errs: [v1.4.0](https://github.com/zeebo/errs/tree/v1.4.0) - go.etcd.io/raft/v3: v3.6.0 - go.opentelemetry.io/contrib/detectors/gcp: v1.34.0 - go.opentelemetry.io/otel/sdk/metric: v1.34.0 - go.yaml.in/yaml/v2: v2.4.2 - go.yaml.in/yaml/v3: v3.0.4
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
cmd/metrics-v2.go
rpcStats := rest.GetRPCStats() if globalIsDistErasure { metrics = append(metrics, MetricV2{ Description: getInternodeFailedRequests(), Value: float64(rpcStats.Errs), }) metrics = append(metrics, MetricV2{ Description: getInternodeTCPDialTimeout(), Value: float64(rpcStats.DialErrs), }) metrics = append(metrics, MetricV2{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0)