Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 59 of 59 for classify (0.09 seconds)

  1. CHANGELOG/CHANGELOG-1.32.md

    feature gate, formerly alpha, is no longer available. Kubernetes now only uses the _structured parameters_ model (also alpha) for allocating dynamic resources to Pods.
    
      if and only if classic DRA was enabled in a cluster, remove all workloads (pods, app deployments, etc. ) which depend on classic DRA and make sure that all PodSchedulingContext resources are gone before upgrading. PodSchedulingContext resources cannot be removed through the apiserver after an upgrade and workloads would not...
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Tue Dec 16 18:27:41 GMT 2025
    - 448.1K bytes
    - Click Count (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    Composite W = 55 B = 2e # End of iteration Result = Composite W = 55 B = 2a # W below is composite, but it is one of the worst case scenarios for # Miller-Rabin, from Wycheproof tests. 1/4 of witnesses report the value is # prime. Test that we correctly classify false and true witnesses. # b^m = w-1 Result = PossiblyPrime W = 550fda19f97cdfbd1393 B = 379c6027f818b5164bc1 # b^m = w-1 Result = PossiblyPrime W = 550fda19f97cdfbd1393 B = 3cc4b644965b2133caff # b^m = 1 Result = PossiblyPrime W = 550fda19f97cdfbd1393...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  3. guava/src/com/google/common/cache/LocalCache.java

          AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table;
          int oldCapacity = oldTable.length();
          if (oldCapacity >= MAXIMUM_CAPACITY) {
            return;
          }
    
          /*
           * Reclassify nodes in each list to new Map. Because we are using power-of-two expansion, the
           * elements from each bin must either stay at same index, or move with a power of two offset.
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Sep 11 19:35:11 GMT 2025
    - 148.9K bytes
    - Click Count (0)
  4. lib/fips140/v1.1.0-rc1.zip

    Composite W = 55 B = 2e # End of iteration Result = Composite W = 55 B = 2a # W below is composite, but it is one of the worst case scenarios for # Miller-Rabin, from Wycheproof tests. 1/4 of witnesses report the value is # prime. Test that we correctly classify false and true witnesses. # b^m = w-1 Result = PossiblyPrime W = 550fda19f97cdfbd1393 B = 379c6027f818b5164bc1 # b^m = w-1 Result = PossiblyPrime W = 550fda19f97cdfbd1393 B = 3cc4b644965b2133caff # b^m = 1 Result = PossiblyPrime W = 550fda19f97cdfbd1393...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `What was THAT like?' said Alice.
    
      `Well, I can't show it you myself,' the Mock Turtle said:  `I'm
    too stiff.  And the Gryphon never learnt it.'
    
      `Hadn't time,' said the Gryphon:  `I went to the Classics
    master, though.  He was an old crab, HE was.'
    
      `I never went to him,' the Mock Turtle said with a sigh:  `he
    taught Laughing and Grief, they used to say.'
    
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - The `kube-proxy` command-line documentation was updated to clarify that
      `--bind-address` does not actually have anything to do with binding to an
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Mar 12 00:36:01 GMT 2025
    - 429.6K bytes
    - Click Count (1)
  7. CHANGELOG/CHANGELOG-1.34.md

    - Corrected the documentation to clarify that `podSelector` is optional and described its default behavior. ([#131354](https://github.com/kubernetes/kubernetes/pull/131354), [@tomoish](https://github.com/tomoish))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Dec 10 01:13:50 GMT 2025
    - 333.3K bytes
    - Click Count (2)
  8. CHANGELOG/CHANGELOG-1.9.md

    *   Termination grace period for the calico/node add-on DaemonSet has been...
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.25.md

    ## Changelog since v1.25.0-rc.0
    
    ## Changes by Kind
    
    ### Documentation
    
    - Clarify that the node-port range (kube-apiserver config) must not overlap the nodes' ephemeral range. ([#111697](https://github.com/kubernetes/kubernetes/pull/111697), [@thockin](https://github.com/thockin)) [SIG Network]
    
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Mon May 06 09:23:20 GMT 2024
    - 419.1K bytes
    - Click Count (0)
Back to Top