Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for key_b (0.23 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/writer/PgpKeyGrouperTest.groovy

                entry("org", "foo", "1.0", "foo-1.0.pom").addVerifiedKey(KEY_1)
                entry("org", "foo", "1.1", "foo-1.1.jar").addVerifiedKey(KEY_1)
                entry("org", "foo", "1.1", "foo-1.1.pom").addVerifiedKey(KEY_1)
            }
    
            when:
            executeGrouping()
    
            then:
            verifier.configuration.trustedKeys*.keyId == [KEY_1]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  2. internal/s3select/json/testdata/10.json

    [
     {
    	 "key_1": "value",
    	 "key_2": "value"
     }
    ]
    [
    	{
    		"key_1": "value2",
    		"key_2": "value3"
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 100 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/control_flow_duplicate_v1.py

    # Tests handling dupliate functions after V1 control flow is functionalized.
    
    # CHECK:  func {{.*}} tf_saved_model.exported_names = ["key_1"]
    # CHECK: "tf.If"
    # CHECK-SAME: else_branch = @[[else:[a-zA-Z_0-9]+]]
    # CHECK-SAME: then_branch = @[[then:[a-zA-Z_0-9]+]]
    
    # CHECK:  func {{.*}} tf_saved_model.exported_names = ["key_2"]
    # CHECK: "tf.If"
    # CHECK-SAME: else_branch = @[[else]]
    # CHECK-SAME: then_branch = @[[then]]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 2K bytes
    - Viewed (0)
  4. internal/s3select/json/testdata/9.json

    [
     {
    	 "key_1": "value",
    	 "key_2": "value"
     }
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 49 bytes
    - Viewed (0)
  5. pkg/config/labels/instance_test.go

    			tags: labels.Instance{"": "value"},
    		},
    		{
    			name: "bad tag key 1",
    			tags: labels.Instance{".key": "value"},
    		},
    		{
    			name: "bad tag key 2",
    			tags: labels.Instance{"key_": "value"},
    		},
    		{
    			name: "bad tag key 3",
    			tags: labels.Instance{"key$": "value"},
    		},
    		{
    			name: "bad tag key - invalid DNS prefix",
    			tags: labels.Instance{"istio./key": "value"},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 16 06:54:36 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top