Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for officia (0.18 sec)

  1. android/guava-tests/test/com/google/common/hash/MessageDigestHashFunctionTest.java

          new ImmutableMap.Builder<String, HashFunction>()
              .put("MD5", Hashing.md5())
              .put("SHA", Hashing.sha1()) // Not the official name, but still works
              .put("SHA1", Hashing.sha1()) // Not the official name, but still works
              .put("sHa-1", Hashing.sha1()) // Not the official name, but still works
              .put("SHA-1", Hashing.sha1())
              .put("SHA-256", Hashing.sha256())
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 4.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    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-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    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)
  4. guava-tests/test/com/google/common/hash/MessageDigestHashFunctionTest.java

          new ImmutableMap.Builder<String, HashFunction>()
              .put("MD5", Hashing.md5())
              .put("SHA", Hashing.sha1()) // Not the official name, but still works
              .put("SHA1", Hashing.sha1()) // Not the official name, but still works
              .put("sHa-1", Hashing.sha1()) // Not the official name, but still works
              .put("SHA-1", Hashing.sha1())
              .put("SHA-256", Hashing.sha256())
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 4.2K bytes
    - Viewed (0)
Back to top