Search Options

Results per page
Sort
Preferred Languages
Advance

Results 591 - 600 of 615 for sata (0.04 sec)

  1. fess_label_fr.properties

    Conception de pages L162:labels.menu_dict = Dictionnaire L163:labels.menu_data = Restauration de sauvegarde L164:labels.menu_crawl = Crawler L165:labels.menu_web = Web L166:labels.menu_file_system = Système de fichiers L167:labels.menu_data_store = Data store L168:labels.menu_label_type = Étiqueter L169:labels.menu_key_match = Correspondance clé L170:labels.menu_boost_document_rule = Doc Boost L171:labels.menu_path_mapping = Mapping de chemin L172:labels.menu_web_authentication = Authentification...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      46.6K bytes
  2. CHANGELOG-1.14.md

    `extensions/v1beta1` are deprecated and will no longer be served in v1.18. Existing persisted data is available via the new API group/version ([#74057](https://github.com/kubernetes/kubernetes/pull/74057), [@liggitt](https://github.com/liggitt)) L1002: - NetworkPolicy resources will no longer be served from `extensions/v1beta1` in v1.16. Migrate use to the `networking.k8s.io/v1` API, available since v1.8. Existing persisted data can be retrieved via the `networking.k8s.io/v1` API. L1003: - PodSecurityPolicy...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Mon Jun 14 22:06:39 UTC 2021
      271.5K bytes
  3. CHANGELOG-1.26.md

    `TaintToleration` plugin for `PodTopologySpread` plugin. ([#112357](https://github.com/kubernetes/kubernetes/pull/112357), [@SataQiu](https://github.com/SataQiu)) L2530:- Kubeadm will cleanup the stale data on best effort basis. Stale data will be removed when each reset phase are executed, default etcd data directory will be cleanup when the `remove-etcd-member` phase are executed. ([#110972](https://github.com/kubernetes/kubernetes/pull/110972), [@chendave](https://github.com/chendave)) [SIG Cluster...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Mar 14 16:24:51 UTC 2024
      425.7K bytes
  4. Sets.java

    Boolean> map) { L581: return Collections.newSetFromMap(map); L582: } L583: L584: /** L585: * An unmodifiable view of a set which may be backed by other sets; this view will change as the L586: * backing sets do. Contains methods to copy the data into a new set which will then remain L587: * stable. There is usually no reason to retain a reference of type {@code SetView}; typically, L588: * you either use it as a plain {@link Set}, or immediately invoke {@link #immutableCopy} or L589: ...
    github.com/google/guava/android/guava/src/com/g...
    Mon Oct 21 14:28:19 UTC 2024
      78.8K bytes
  5. LocalCache.java

    determine which entries to evict when the capacity has been L117: * exceeded. L118: * L119: * The page replacement algorithm's data structures are kept casually consistent with the map. The L120: * ordering of writes to a segment is sequentially consistent. An update to the map and recording L121: * of reads may not be immediately reflected on the algorithm's data structures. These structures L122: * are guarded by a lock and operations are applied in batches to avoid lock contention. The...
    github.com/google/guava/guava/src/com/google/co...
    Fri Oct 18 19:07:49 UTC 2024
      149.2K bytes
  6. bootstrap.min.css

    rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;borde...
    github.com/codelibs/fess/src/main/webapp/css/bo...
    Wed Dec 25 08:05:52 UTC 2019
      155.8K bytes
  7. ImmutableMap.java

    (for example, if it is a {@code SortedMap} whose L720: * comparator is not <i>consistent with equals</i>), the results of this method are undefined. L721: * L722: * <p>Despite the method name, this method attempts to avoid actually copying the data when it is L723: * safe to do so. The exact circumstances under which a copy will or will not be performed are L724: * undocumented and subject to change. L725: * L726: * @throws NullPointerException if any key or value in {@code map} is null...
    github.com/google/guava/android/guava/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      41.5K bytes
  8. CHANGELOG-1.28.md

    [@linxiulei](https://github.com/linxiulei)) [SIG API Machinery and Scheduling] L2138:- Changed how KMS v2 encryption at rest can generate data encryption keys. L2139: When you enable the `KMSv2KDF` feature gate (off by default), KMS v2 uses a key derivation function to generate single use data encryption keys from a secret seed combined with some random data. This eliminates the need for a counter based nonce while avoiding nonce collision concerns associated with AES-GCM's 12 byte nonce. ([#11...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Oct 23 04:34:59 UTC 2024
      456.9K bytes
  9. CHANGELOG-1.19.md

    for CPU manager hints. ([#99276](https://github.com/kubernetes/kubernetes/pull/99276), [@iwankgb](https://github.com/iwankgb)) [SIG Node] L1134:- We will no longer automatically delete all data when a failure is detected during creation of the volume data file on a CSI volume. Now we will only remove the data file and volume path. ([#96021](https://github.com/kubernetes/kubernetes/pull/96021), [@huffmanca](https://github.com/huffmanca)) [SIG Storage] L1135: L1136:## Dependencies L1137: L1138:###...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Jan 05 05:42:32 UTC 2022
      489.7K bytes
  10. CHANGELOG-1.23.md

    L287: - [Urgent Upgrade Notes](#urgent-upgrade-notes) L288: - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade) L289: - [Known Issues](#known-issues) L290: - [Etcd v3.5.[0-2] data corruption](#etcd-v350-2-data-corruption) L291: - [Changes by Kind](#changes-by-kind-17) L292: - [Deprecation](#deprecation) L293: - [API Change](#api-change-6) L294: - [Feature](#feature-12) L295: - [Documentation](#documentation) L296: - [Failing...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Tue Feb 28 21:06:52 UTC 2023
      424.5K bytes
Back to top