Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for fit (0.15 sec)

  1. android/guava/src/com/google/common/cache/LocalCache.java

        }
      }
    
      // Serialization Support
    
      /**
       * Serializes the configuration of a LocalCache, reconstituting it as a Cache using CacheBuilder
       * upon deserialization. An instance of this class is fit for use by the writeReplace of
       * LocalManualCache.
       *
       * <p>Unfortunately, readResolve() doesn't get called when a circular dependency is present, so
       * the proxy must be able to behave as the cache itself.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

              Involved in this affair,
            He trusts to you to set them free,
              Exactly as we were.
    
            My notion was that you had been
              (Before she had this fit)
            An obstacle that came between
              Him, and ourselves, and it.
    
            Don't let him know she liked them best,
              For this must ever be
            A secret, kept from all the rest,
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/LocalCache.java

        }
      }
    
      // Serialization Support
    
      /**
       * Serializes the configuration of a LocalCache, reconstituting it as a Cache using CacheBuilder
       * upon deserialization. An instance of this class is fit for use by the writeReplace of
       * LocalManualCache.
       *
       * <p>Unfortunately, readResolve() doesn't get called when a circular dependency is present, so
       * the proxy must be able to behave as the cache itself.
    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)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

              Involved in this affair,
            He trusts to you to set them free,
              Exactly as we were.
    
            My notion was that you had been
              (Before she had this fit)
            An obstacle that came between
              Him, and ourselves, and it.
    
            Don't let him know she liked them best,
              For this must ever be
            A secret, kept from all the rest,
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // firmdale : 2014-03-27 Firmdale Holdings Limited
    firmdale
    
    // fish : 2013-12-12 Binky Moon, LLC
    fish
    
    // fishing : 2013-11-21 Registry Services, LLC
    fishing
    
    // fit : 2014-11-07 Registry Services, LLC
    fit
    
    // fitness : 2014-03-06 Binky Moon, LLC
    fitness
    
    // flickr : 2015-04-02 Flickr, Inc.
    flickr
    
    // flights : 2013-12-05 Binky Moon, LLC
    flights
    
    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)
  6. doc/go1.17_spec.html

    </p>
    
    <ol>
    <li>
    When converting between integer types, if the value is a signed integer, it is
    sign extended to implicit infinite precision; otherwise it is zero extended.
    It is then truncated to fit in the result type's size.
    For example, if <code>v := uint16(0x10F0)</code>, then <code>uint32(int8(v)) == 0xFFFFFFF0</code>.
    The conversion always yields a valid value; there is no indication of overflow.
    </li>
    <li>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top