Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for AbC (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            output.count("Transformed") == 0
    
            where:
            type           | value
            "boolean"      | "true"
            "int"          | "123"
            "List<Object>" | "[123, 'abc']"
            "Named"        | "objects.named(Named, 'abc')"
        }
    
        def "each file is transformed once per transform class"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    	{as: ABC, a1: C_U15CON, a2: C_CRBIT, a6: C_BRA, type_: 16, size: 4},              // bc bo, bi, label
    	{as: ABC, a1: C_U15CON, a2: C_CRBIT, a6: C_LR, type_: 18, size: 4},               // bclr bo, bi
    	{as: ABC, a1: C_U15CON, a2: C_CRBIT, a3: C_U15CON, a6: C_LR, type_: 18, size: 4}, // bclr bo, bi, bh
    	{as: ABC, a1: C_U15CON, a2: C_CRBIT, a6: C_CTR, type_: 18, size: 4},              // bcctr bo, bi
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. src/reflect/all_test.go

    		}
    
    		v1.FieldByIndex(table.idx).Set(ValueOf("abc"))
    		v2.FieldByIndex(table.idx).Set(ValueOf("def"))
    		if i1, i2 := v1.Interface(), v2.Interface(); DeepEqual(i1, i2) {
    			t.Errorf("constructed structs %v and %v should not be equal", i1, i2)
    		}
    
    		abc := "abc"
    		v1.FieldByIndex(table.idx).Set(ValueOf(abc))
    		val := "+" + abc + "-"
    		v2.FieldByIndex(table.idx).Set(ValueOf(val[1:4]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods_test.go

    				ObjectMeta: metav1.ObjectMeta{
    					Namespace: "test1",
    					Name:      "test-configmap",
    				},
    				Data: map[string]string{
    					"1234": "abc",
    				},
    			},
    			expectedEnvs: []kubecontainer.EnvVar{
    				{
    					Name:  "p_1234",
    					Value: "abc",
    				},
    				{
    					Name:  "KUBERNETES_SERVICE_HOST",
    					Value: "1.2.3.1",
    				},
    				{
    					Name:  "KUBERNETES_SERVICE_PORT",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  5. src/crypto/sha512/sha512_test.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"8ball":                                "\U0001f3b1",
    	"a":                                    "\U0001f170\ufe0f",
    	"ab":                                   "\U0001f18e",
    	"abacus":                               "\U0001f9ee",
    	"abc":                                  "\U0001f524",
    	"abcd":                                 "\U0001f521",
    	"accept":                               "\U0001f251",
    	"accordion":                            "\U0001fa97",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  7. pkg/config/validation/validation_test.go

    		},
    		{
    			input:    "%START_TIME%%",
    			expected: errors.New("header value configuration %START_TIME%% is invalid"),
    		},
    		{
    			input:    "abc%123",
    			expected: errors.New("header value configuration abc%123 is invalid"),
    		},
    	}
    
    	for _, tc := range cases {
    		t.Run(tc.input, func(t *testing.T) {
    			got := ValidateHTTPHeaderValue(tc.input)
    			if tc.expected == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  8. cmd/object-handlers_test.go

    		{
    			bucket:    bucketName,
    			object:    objectName,
    			uploadID:  "abc",
    			parts:     inputParts[0].parts,
    			accessKey: credentials.AccessKey,
    			secretKey: credentials.SecretKey,
    
    			expectedContent: encodeResponse(getAPIErrorResponse(ctx,
    				toAPIError(ctx, InvalidUploadID{UploadID: "abc"}),
    				getGetObjectURL("", bucketName, objectName), "", "")),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/s390x/asmz.go

    	// branch
    	{i: 16, as: ABEQ, a6: C_SBRA},
    	{i: 16, as: ABRC, a1: C_SCON, a6: C_SBRA},
    	{i: 11, as: ABR, a6: C_LBRA},
    	{i: 16, as: ABC, a1: C_SCON, a2: C_REG, a6: C_LBRA},
    	{i: 18, as: ABR, a6: C_REG},
    	{i: 18, as: ABR, a1: C_REG, a6: C_REG},
    	{i: 15, as: ABR, a6: C_ZOREG},
    	{i: 15, as: ABC, a6: C_ZOREG},
    
    	// compare and branch
    	{i: 89, as: ACGRJ, a1: C_SCON, a2: C_REG, a3: C_REG, a6: C_SBRA},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/proxier_test.go

    			},
    			protocol: "sctp",
    			endpoint: "[1234:5678:9abc:def0::abc:1234]:443",
    			expected: "5YS7AFEA-very-long-namespace-name-abcdefghijklmnopqrstuvwxyz0123456789xx/very-long-service-name-why-would-you-even-do-this-i-mean-really/sctp/port-443-providing-the-hypertext-transmission-protocol-with-tls__1234.5678.9abc.def0..abc.1234/443",
    		},
    		{
    			name: "truncated, 1",
    			spn: proxy.ServicePortName{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top