- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 185 for replacements (0.07 sec)
-
android/guava/src/com/google/common/collect/Sets.java
* @param map the backing map * @return the set backed by the map * @throws IllegalArgumentException if {@code map} is not empty * @deprecated Use {@link Collections#newSetFromMap} instead. */ @InlineMe(replacement = "Collections.newSetFromMap(map)", imports = "java.util.Collections") @Deprecated public static <E extends @Nullable Object> Set<E> newSetFromMap( Map<E, Boolean> map) { return Collections.newSetFromMap(map);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- The following deprecated metrics are removed, please convert to the corresponding metrics: - The following replacement metrics are available from v1.14.0: - `rest_client_request_latency_seconds` -> `rest_client_request_duration_seconds` - `scheduler_scheduling_latency_seconds` -> `scheduler_scheduling_duration_seconds `
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Regular Name */ public static final String LABELS_REGULAR_NAME = "{labels.regularName}"; /** The key of the message: Replacement */ public static final String LABELS_REPLACEMENT = "{labels.replacement}"; /** The key of the message: Session ID */ public static final String LABELS_SESSION_ID = "{labels.sessionId}"; /** The key of the message: Sort Order */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Stabilize map order in kubectl describe ([#26046](https://github.com/kubernetes/kubernetes/pull/26046), [@timoreimann](https://github.com/timoreimann)) * Google Cloud DNS dnsprovider - replacement for [#25389](https://github.com/kubernetes/kubernetes/pull/25389) ([#26020](https://github.com/kubernetes/kubernetes/pull/26020), [@quinton-hoole](https://github.com/quinton-hoole))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
and components that are required to support the new version of the Horizontal Pod Autoscaler API: the resource metrics API, custom metrics API, and metrics-server, which is the new replacement for Heapster in the default monitoring pipeline. [SIG Instrumentation]: https://github.com/kubernetes/community/tree/master/sig-instrumentation ### SIG Multi-cluster (formerly known as SIG Federation)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess.json
"type": "mapping", "mappings": [ "\\u200C=> "] }, "removeall_filter": { "type": "pattern_replace", "pattern":"(.*)", "replacement":"" } }, "filter": { "stemmer_en_filter": { "type": "stemmer", "name": "english" }, "english_override": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess.json
"type": "mapping", "mappings": [ "\\u200C=> "] }, "removeall_filter": { "type": "pattern_replace", "pattern":"(.*)", "replacement":"" } }, "filter": { "stemmer_en_filter": { "type": "stemmer", "name": "english" }, "english_override": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 117.3K bytes - Viewed (0) -
cmd/bucket-replication.go
rinfo.ReplicationAction = rAction // use core client to avoid doing multipart on PUT c := &minio.Core{Client: tgt.Client} if rAction != replicateAll { // replicate metadata for object tagging/copy with metadata replacement srcOpts := minio.CopySrcOptions{ Bucket: tgt.Bucket, Object: object, VersionID: objInfo.VersionID, } dstOpts := minio.PutObjectOptions{ Internal: minio.AdvancedPutOptions{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
* For StatefulSet (previously PetSet), this change means creation of replacement pods is blocked until old pods are definitely not running (indicated either by the kubelet returning from partitioned state, deletion of the Node object, deletion of the instance in the cloud provider,
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
These extension points can now be abstracted away due to their irrelevance for most users. ### CSI Migration updates CSI Migration enables the replacement of existing in-tree storage plugins such as `kubernetes.io/gce-pd` or `kubernetes.io/aws-ebs` with a corresponding CSI driver. If CSI Migration is working properly, Kubernetes end users shouldn’t notice a difference.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0)