Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for froth (0.19 sec)

  1. android/guava-tests/test/com/google/common/collect/OrderingTest.java

      }
    
      /*
       * Now we have monster tests that create hundreds of Orderings using different
       * combinations of methods, then checks compare(), binarySearch() and so
       * forth on each one.
       */
    
      // should periodically try increasing this, but it makes the test run long
      private static final int RECURSE_DEPTH = 2;
    
      public void testCombinationsExhaustively_startingFromNatural() {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Mar 07 18:34:03 GMT 2024
    - 42.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/Converter.java

    import java.util.Iterator;
    import javax.annotation.CheckForNull;
    
    /**
     * A function from {@code A} to {@code B} with an associated <i>reverse</i> function from {@code B}
     * to {@code A}; used for converting back and forth between <i>different representations of the same
     * information</i>.
     *
     * <h3>Invertibility</h3>
     *
     * <p>The reverse operation <b>may</b> be a strict <i>inverse</i> (meaning that {@code
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 23K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/reflect/TypeToken.java

          return collectTypes(ImmutableList.of(type));
        }
    
        ImmutableList<K> collectTypes(Iterable<? extends K> types) {
          // type -> order number. 1 for Object, 2 for anything directly below, so on so forth.
          Map<K, Integer> map = Maps.newHashMap();
          for (K type : types) {
            collectTypes(type, map);
          }
          return sortKeysByValue(map, Ordering.natural().reverse());
        }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jun 26 21:02:13 GMT 2023
    - 53.6K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    gp
    com.gp
    net.gp
    mobi.gp
    edu.gp
    org.gp
    asso.gp
    
    // gq : https://en.wikipedia.org/wiki/.gq
    gq
    
    // gr : https://grweb.ics.forth.gr/english/1617-B-2005.html
    // Submitted by registry <segred@ics.forth.gr>
    gr
    com.gr
    edu.gr
    net.gr
    org.gr
    gov.gr
    
    // gs : https://en.wikipedia.org/wiki/.gs
    gs
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const S_IREAD ideal-int
    pkg syscall (netbsd-arm64-cgo), const S_IRGRP = 32
    pkg syscall (netbsd-arm64-cgo), const S_IRGRP ideal-int
    pkg syscall (netbsd-arm64-cgo), const S_IROTH = 4
    pkg syscall (netbsd-arm64-cgo), const S_IROTH ideal-int
    pkg syscall (netbsd-arm64-cgo), const S_IRWXG = 56
    pkg syscall (netbsd-arm64-cgo), const S_IRWXG ideal-int
    pkg syscall (netbsd-arm64-cgo), const S_IRWXO = 7
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const S_IREAD ideal-int
    pkg syscall (darwin-arm64), const S_IRGRP = 32
    pkg syscall (darwin-arm64), const S_IRGRP ideal-int
    pkg syscall (darwin-arm64), const S_IROTH = 4
    pkg syscall (darwin-arm64), const S_IROTH ideal-int
    pkg syscall (darwin-arm64), const S_IRWXG = 56
    pkg syscall (darwin-arm64), const S_IRWXG ideal-int
    pkg syscall (darwin-arm64), const S_IRWXO = 7
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const S_IFMT = 61440
    pkg syscall (darwin-386), const S_IFWHT = 57344
    pkg syscall (darwin-386), const S_IREAD = 256
    pkg syscall (darwin-386), const S_IRGRP = 32
    pkg syscall (darwin-386), const S_IROTH = 4
    pkg syscall (darwin-386), const S_IRWXG = 56
    pkg syscall (darwin-386), const S_IRWXO = 7
    pkg syscall (darwin-386), const S_IRWXU = 448
    pkg syscall (darwin-386), const S_ISTXT = 512
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

    - Fix memory leak in kube-apiserver when underlying time goes forth and back. ([#96266](https://github.com/kubernetes/kubernetes/pull/96266), [@chenyw1990](https://github.com/chenyw1990)) [SIG API Machinery]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const S_IFWHT ideal-int
    pkg syscall (darwin-386), const S_IREAD ideal-int
    pkg syscall (darwin-386), const S_IRGRP ideal-int
    pkg syscall (darwin-386), const S_IROTH ideal-int
    pkg syscall (darwin-386), const S_IRWXG ideal-int
    pkg syscall (darwin-386), const S_IRWXO ideal-int
    pkg syscall (darwin-386), const S_IRWXU ideal-int
    pkg syscall (darwin-386), const S_ISTXT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top