Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for cred_string (0.43 seconds)

  1. internal/bucket/object/lock/lock_test.go

    		expected        map[string]string
    	}{
    		{
    			metadata: map[string]string{
    				"Authorization":        "AWS4-HMAC-SHA256 <cred_string>",
    				"X-Amz-Content-Sha256": "",
    				"Content-Encoding":     "",
    			},
    			expected: map[string]string{
    				"Authorization":        "AWS4-HMAC-SHA256 <cred_string>",
    				"X-Amz-Content-Sha256": "",
    				"Content-Encoding":     "",
    			},
    		},
    		{
    			metadata: map[string]string{
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 18.4K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

        }
      }
    
      public void test1() {
        Red<String> redString = new Red<String>() {};
        Red<Integer> redInteger = new Red<Integer>() {};
        assertEquals(String.class, redString.getClassDirect());
        assertEquals(Integer.class, redInteger.getClassDirect());
    
        Red<String>.Yellow<Integer> yellowInteger = redString.new Yellow<Integer>(redInteger) {};
        assertEquals(Integer.class, yellowInteger.getClassA());
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 19.6K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

        }
      }
    
      public void test1() {
        Red<String> redString = new Red<String>() {};
        Red<Integer> redInteger = new Red<Integer>() {};
        assertEquals(String.class, redString.getClassDirect());
        assertEquals(Integer.class, redInteger.getClassDirect());
    
        Red<String>.Yellow<Integer> yellowInteger = redString.new Yellow<Integer>(redInteger) {};
        assertEquals(Integer.class, yellowInteger.getClassA());
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 19.6K bytes
    - Click Count (0)
Back to Top