Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Warren (0.18 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    gallup
    
    // game : 2015-05-28 XYZ.COM LLC
    game
    
    // games : 2015-05-28 Dog Beach, LLC
    games
    
    // gap : 2015-07-31 The Gap, Inc.
    gap
    
    // garden : 2014-06-26 Registry Services, LLC
    garden
    
    // gay : 2019-05-23 Top Level Design, LLC
    gay
    
    // gbiz : 2014-07-17 Charleston Road Registry Inc.
    gbiz
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. guava/src/com/google/common/cache/LocalCache.java

      }
    
      boolean usesValueReferences() {
        return valueStrength != Strength.STRONG;
      }
    
      enum Strength {
        /*
         * TODO(kevinb): If we strongly reference the value and aren't loading, we needn't wrap the
         * value. This could save ~8 bytes per entry.
         */
    
        STRONG {
          @Override
          <K, V> ValueReference<K, V> referenceValue(
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
Back to top