- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 230 for 110 (0.03 sec)
-
.bazelrc
common:apple-toolchain --host_crosstool_top=@local_config_apple_cc//:toolchain # Settings for MacOS on ARM CPUs. common:macos_arm64 --cpu=darwin_arm64 common:macos_arm64 --macos_minimum_os=11.0 common:macos_arm64 --config=clang_local common:macos_arm64 --platforms=@build_bazel_apple_support//platforms:darwin_arm64 # iOS configs for each architecture and the fat binary builds.
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
cmd/data-scanner.go
// So if duudc = 10 and we want heal check every 50 cycles, we check // if (cycle/10) % (50/10) == 0, which would make heal checks run once every 50 cycles, // if the objects are pre-selected as 1:10. folder.objectHealProbDiv = dataUsageUpdateDirCycles } f.updateCurrentPath(folder.name) stopFn := globalScannerMetrics.log(scannerMetricScanFolder, f.root, folder.name) scanFolder(folder)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 45.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
### Changed - github.com/cyphar/filepath-securejoin: [v0.2.3 → v0.2.4](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4) - github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0) ### Removed _Nothing has changed._ # v1.26.11 ## Downloads for v1.26.11 ### Source Code filename | sha512 hash
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
cmd/xl-storage-format-v2_test.go
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 37.8K bytes - Viewed (0) -
api/go1.1.txt
pkg debug/elf, const R_PPC_DTPREL16_HI = 76 pkg debug/elf, const R_PPC_DTPREL16_LO = 75 pkg debug/elf, const R_PPC_DTPREL32 = 78 pkg debug/elf, const R_PPC_EMB_BIT_FLD = 115 pkg debug/elf, const R_PPC_EMB_MRKREF = 110 pkg debug/elf, const R_PPC_EMB_NADDR16 = 102 pkg debug/elf, const R_PPC_EMB_NADDR16_HA = 105 pkg debug/elf, const R_PPC_EMB_NADDR16_HI = 104 pkg debug/elf, const R_PPC_EMB_NADDR16_LO = 103
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Futures.java
* @param executor Executor to run the function in. * @return A future that holds result of the function (if the input succeeded) or the original * input's failure (if not) * @since 19.0 (in 11.0 as {@code transform}) */ public static <I extends @Nullable Object, O extends @Nullable Object> ListenableFuture<O> transformAsync( ListenableFuture<I> input,
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- Renamed some metrics related to CoreDNS, see the [README](https://github.com/coredns/coredns/blob/v1.11.0/plugin/forward/README.md#metrics) for `v1.11.0` of CoreDNS. ([#129232](https://github.com/kubernetes/kubernetes/pull/129232), [@DamianSawicki](https://github.com/DamianSawicki))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:15:24 UTC 2025 - 334.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMap.java
* according to the comparator (which might be the keys' natural order), are not allowed, and * will cause {@link #build} to fail. * * @since 11.0 */ @CanIgnoreReturnValue @Override public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { super.put(entry); return this; } /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 52.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- github.com/envoyproxy/go-control-plane: [668b12f → 63b5d3c](https://github.com/envoyproxy/go-control-plane/compare/668b12f...63b5d3c) - github.com/evanphx/json-patch: [v4.11.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v4.11.0...v4.12.0) - github.com/go-logr/logr: [v0.4.0 → v1.2.0](https://github.com/go-logr/logr/compare/v0.4.0...v1.2.0)
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
cmd/bucket-replication-utils_gen.go
} } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z ResyncTargetDecision) Msgsize() (s int) { s = 1 + 10 + msgp.BoolSize + 8 + msgp.StringPrefixSize + len(z.ResetID) + 16 + msgp.TimeSize return } // DecodeMsg implements msgp.Decodable func (z *ResyncTargetsInfo) DecodeMsg(dc *msgp.Reader) (err error) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 59.3K bytes - Viewed (0)