Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Garvey (0.47 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

      /**
       * This is a non-standard media type, but is commonly used in serving hosted binary files as it is
       * <a href="http://code.google.com/p/browsersec/wiki/Part2#Survey_of_content_sniffing_behaviors">
       * known not to trigger content sniffing in current browsers</a>. It <i>should not</i> be used in
       * other situations as it is not specified by any RFC and does not appear in the <a
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    makes people hot-tempered,' she went on, very much pleased at
    having found out a new kind of rule, `and vinegar that makes them
    sour--and camomile that makes them bitter--and--and barley-sugar
    and such things that make children sweet-tempered.  I only wish
    people knew that:  then they wouldn't be so stingy about it, you
    know--'
    
      She had quite forgotten the Duchess by this time, and was a
    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)
  3. android/guava/src/com/google/common/util/concurrent/Futures.java

        if (cause instanceof Error) {
          throw new ExecutionError((Error) cause);
        }
        /*
         * It's an Exception. (Or it's a non-Error, non-Exception Throwable. From my survey of such
         * classes, I believe that most users intended to extend Exception, so we'll treat it like an
         * Exception.)
         */
        throw new UncheckedExecutionException(cause);
      }
    
      /*
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 59.6K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    makes people hot-tempered,' she went on, very much pleased at
    having found out a new kind of rule, `and vinegar that makes them
    sour--and camomile that makes them bitter--and--and barley-sugar
    and such things that make children sweet-tempered.  I only wish
    people knew that:  then they wouldn't be so stingy about it, you
    know--'
    
      She had quite forgotten the Duchess by this time, and was a
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top