Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for supplement (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.35.md

    - Graduated the fine-grained supplemental groups policy (KEP-3619) to GA. ([#135088](https://github.com/kubernetes/kubernetes/pull/135088), [@everpeace](https://github.com/everpeace)) [SIG Node and Testing]
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 17 13:01:55 UTC 2025
    - 228.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

          super(referent);
          this.weight = weight;
        }
    
        @Override
        public int getWeight() {
          return weight;
        }
      }
    
      /**
       * Applies a supplemental hash function to a given hash code, which defends against poor quality
       * hash functions. This is critical when the concurrent hash map uses power-of-two length hash
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 19:35:11 UTC 2025
    - 148.9K bytes
    - Viewed (0)
Back to top