Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for AbC (0.24 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    	}{
    		{want: false, input: &v1.Node{Status: validNodeStatus, ObjectMeta: metav1.ObjectMeta{Labels: map[string]string{}}}},
    		{want: false, input: &v1.Node{Status: validNodeStatus, ObjectMeta: metav1.ObjectMeta{Name: "master-abc"}}},
    		{want: true, input: &v1.Node{Status: validNodeStatus, ObjectMeta: metav1.ObjectMeta{Labels: map[string]string{labelNodeDisruptionExclusion: ""}}}},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_test.go

    	}
    }
    
    // newTestKubelet returns test kubelet with two images.
    func newTestKubelet(t *testing.T, controllerAttachDetachEnabled bool) *TestKubelet {
    	imageList := []kubecontainer.Image{
    		{
    			ID:       "abc",
    			RepoTags: []string{"registry.k8s.io:v1", "registry.k8s.io:v2"},
    			Size:     123,
    		},
    		{
    			ID:       "efg",
    			RepoTags: []string{"registry.k8s.io:v3", "registry.k8s.io:v4"},
    			Size:     456,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  10. go.sum

    golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
    golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
    golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
    golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
Back to top