Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 85 for n_components (0.07 sec)

  1. IdnaMappingTableTest.kt

    sEqualTo("hello") L54: assertThat("hello-world".map()).isEqualTo("hello-world") L55: assertThat("HELLO".map()).isEqualTo("hello") L56: assertThat("Hello".map()).isEqualTo("hello") L57: L58: // These compound characters map their its components. L59: assertThat("¼".map()).isEqualTo("1⁄4") L60: assertThat("™".map()).isEqualTo("tm") L61: } L62: L63: /** Confirm the compact table satisfies is documented invariants. */ L64: @Test fun validateCompactTableInvariants() { L65: // Less...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Mon Jan 08 01:13:22 UTC 2024
      8.9K bytes
  2. CHANGELOG-1.6.md

    [Certificates API](#certificates-api) L103: - [Cluster Autoscaler](#cluster-autoscaler) L104: - [Deployment](#deployment) L105: - [Federation](#federation) L106: - [Internal Storage Layer](#internal-storage-layer) L107: - [Node Components](#node-components) L108: - [kubectl](#kubectl) L109: - [RBAC](#rbac) L110: - [Scheduling](#scheduling) L111: - [Service](#service) L112: - [StatefulSet](#statefulset) L113: - [Volumes](#volumes) L114: - [Notable Features](#notable-features)...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Dec 24 02:28:26 UTC 2020
      304K bytes
  3. Files.java

    checkNotNull(pathname); L740: if (pathname.length() == 0) { L741: return "."; L742: } L743: L744: // split the path apart L745: Iterable<String> components = Splitter.on('/').omitEmptyStrings().split(pathname); L746: List<String> path = new ArrayList<>(); L747: L748: // resolve ., .., and // L749: for (String component : components) { L750: switch (component) { L751: case ".": L752: continue; L753: case "..": L754: if (path.size() > 0 && !path.get(path.size()...
    github.com/google/guava/guava/src/com/google/co...
    Mon Jul 22 19:03:12 UTC 2024
      33.1K bytes
  4. InternetDomainName.java

    looking like a valid domain name. L345: */ L346: L347: if (isFinalPart && DIGIT_MATCHER.matches(part.charAt(0))) { L348: return false; L349: } L350: L351: return true; L352: } L353: L354: /** L355: * Returns the individual components of this domain name, normalized to all lower case. For L356: * example, for the domain name {@code mail.google.com}, this method returns the list {@code L357: * ["mail", "google", "com"]}. L358: */ L359: public ImmutableList<String> parts()...
    github.com/google/guava/android/guava/src/com/g...
    Mon Feb 05 20:47:23 UTC 2024
      28K bytes
  5. CHANGELOG-1.7.md

    [**Internationalization**](#internationalization) L163: - [**kubectl (CLI)**](#kubectl-cli-1) L164: - [**Networking**](#networking) L165: - [Network Policy](#network-policy) L166: - [Load Balancing](#load-balancing) L167: - [**Node Components**](#node-components) L168: - [Container Runtime Interface](#container-runtime-interface) L169: - [**Scheduling**](#scheduling-1) L170: - [Scheduler Extender](#scheduler-extender) L171: - [**Storage**](#storage-1) L172: - [Local Storage](#local-storage)...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu May 05 13:44:43 UTC 2022
      308.7K bytes
  6. CHANGELOG-1.5.md

    1d2bf8c67725ebbf115d` L245: L246:## Changelog since v1.5.5 L247: L248:### Other notable changes L249: L250:* kube-up (with gce/gci and gce/coreos providers) now ensures the authentication token file contains correct tokens for the control plane components, even if the file already exists (ensures upgrades and downgrades work successfully) ([#43676](https://github.com/kubernetes/kubernetes/pull/43676), [@liggitt](https://github.com/liggitt)) L251:* Patch CVE-2016-8859 in alpine based images: ([#4...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Dec 24 02:28:26 UTC 2020
      136.4K bytes
  7. CHANGELOG-1.8.md

    - [Cluster Federation](#cluster-federation) L148: - [[alpha] Federated Jobs](#alpha-federated-jobs) L149: - [[alpha] Federated Horizontal Pod Autoscaling (HPA)](#alpha-federated-horizontal-pod-autoscaling-hpa) L150: - [Node Components](#node-components) L151: - [Autoscaling and Metrics](#autoscaling-and-metrics) L152: - [Cluster Autoscaler](#cluster-autoscaler) L153: - [Container Runtime Interface (CRI)](#container-runtime-interface-cri) L154: - [kubelet](#kubelet)...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Tue Feb 20 15:45:02 UTC 2024
      312.2K bytes
  8. CHANGELOG-1.30.md

    [@rohitssingh](https://github.com/rohitssingh)) L1026:- Added to `MutableFeatureGate` the ability to override the default setting of feature gates, to allow default-enabling a feature on a component-by-component basis instead of for all affected components simultaneously. ([#122647](https://github.com/kubernetes/kubernetes/pull/122647), [@benluddy](https://github.com/benluddy)) L1027:- Aggregated discovery supports both `v2beta1` and v2 types and feature is promoted to GA. ([#122882](https://gith...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Oct 23 04:40:14 UTC 2024
      309.1K bytes
  9. Ordering.java

    * "tie", then delegates to {@code secondaryComparator}. For example, to sort a bug list first by L477: * status and second by priority, you might use {@code byStatus.compound(byPriority)}. For a L478: * compound ordering with three or more components, simply chain multiple calls to this method. L479: * L480: * <p>An ordering produced by this method, or a chain of calls to this method, is equivalent to L481: * one created using {@link Ordering#compound(Iterable)} on the same component comparators....
    github.com/google/guava/android/guava/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      39.4K bytes
  10. CHANGELOG-1.27.md

    ole.cloud.google.com/gcr/images/k8s-artifacts-prod/us/kube-scheduler-s390x) L976: L977:## Changelog since v1.27.10 L978: L979:## Changes by Kind L980: L981:### Feature L982: L983:- Add process_start_time_seconds to /metrics/slis endpoint of all components ([#122750](https://github.com/kubernetes/kubernetes/pull/122750), [@richabanker](https://github.com/richabanker)) [SIG Architecture, Instrumentation and Testing] L984:- Kubernetes is now built with go 1.21.7 L985: - update distroless-iptables to...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Jul 17 07:48:22 UTC 2024
      466.3K bytes
Back to top