Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 43 for _abc (1.05 sec)

  1. pilot/pkg/bootstrap/server_test.go

    		ObjectMeta: metav1.ObjectMeta{
    			Name: "abc.xyz",
    		},
    		Status: cert.CertificateSigningRequestStatus{
    			Certificate: testcerts.ServerCert,
    		},
    	}
    	s := &Server{
    		server:                  server.New(),
    		istiodCertBundleWatcher: keycertbundle.NewWatcher(),
    		kubeClient:              kube.NewFakeClient(csr),
    		dnsNames:                []string{"abc.xyz"},
    	}
    	s.kubeClient.RunAndWait(test.NewStop(t))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  2. src/net/http/cookie_test.go

    	{
    		&Cookie{Name: "cookie-4", Value: "four", Path: "/restricted/"},
    		"cookie-4=four; Path=/restricted/",
    	},
    	{
    		&Cookie{Name: "cookie-5", Value: "five", Domain: "wrong;bad.abc"},
    		"cookie-5=five",
    	},
    	{
    		&Cookie{Name: "cookie-6", Value: "six", Domain: "bad-.abc"},
    		"cookie-6=six",
    	},
    	{
    		&Cookie{Name: "cookie-7", Value: "seven", Domain: "127.0.0.1"},
    		"cookie-7=seven; Domain=127.0.0.1",
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  3. src/hash/crc32/crc32_test.go

    	{0xe8b7be43, 0xc1d04330, "a", "crc\x01ʇ\x91M\x00\x00\x00\x00", "crc\x01wB\x84\x81\x00\x00\x00\x00"},
    	{0x9e83486d, 0xe2a22936, "ab", "crc\x01ʇ\x91M跾C", "crc\x01wB\x84\x81\xc1\xd0C0"},
    	{0x352441c2, 0x364b3fb7, "abc", "crc\x01ʇ\x91M跾C", "crc\x01wB\x84\x81\xc1\xd0C0"},
    	{0xed82cd11, 0x92c80a31, "abcd", "crc\x01ʇ\x91M\x9e\x83Hm", "crc\x01wB\x84\x81\xe2\xa2)6"},
    	{0x8587d865, 0xc450d697, "abcde", "crc\x01ʇ\x91M\x9e\x83Hm", "crc\x01wB\x84\x81\xe2\xa2)6"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. pkg/spiffe/spiffe_test.go

    						MinVersion:            tls.VersionTLS12,
    					},
    				},
    			}
    
    			req, err := http.NewRequest(http.MethodPost, "https://"+server.Listener.Addr().String(), bytes.NewBuffer([]byte("ABC")))
    			if err != nil {
    				t.Errorf("failed to create HTTP client: %v", err)
    			}
    			_, err = client.Do(req)
    			if testCase.errContains != "" {
    				if err == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/ConfigurationOnDemandIntegrationTest.groovy

            fixture.assertProjectsConfigured(":")
        }
    
        def "name matching execution from subproject evaluates only the subproject recursively"() {
            createDirs("api", "impl", "impl/one", "impl/two", "impl/two/abc")
            settingsFile << "include 'api', 'impl:one', 'impl:two', 'impl:two:abc'"
            file("impl/build.gradle") << "task foo"
    
            when:
            inDirectory("impl")
            run("foo")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  6. src/encoding/json/encode_test.go

    func TestEncodeRenamedByteSlice(t *testing.T) {
    	s := renamedByteSlice("abc")
    	got, err := Marshal(s)
    	if err != nil {
    		t.Fatalf("Marshal error: %v", err)
    	}
    	want := `"YWJj"`
    	if string(got) != want {
    		t.Errorf("Marshal:\n\tgot:  %s\n\twant: %s", got, want)
    	}
    	r := renamedRenamedByteSlice("abc")
    	got, err = Marshal(r)
    	if err != nil {
    		t.Fatalf("Marshal error: %v", err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  7. cmd/metrics-v3-types.go

    	return "minio_" + s
    }
    
    // isDescendantOf returns true if it is a descendant of (or the same as)
    // `ancestor`.
    //
    // For example:
    //
    //	 	/a, /a/b, /a/b/c are all descendants of /a.
    //		/abc or /abd/a are not descendants of /ab.
    func (cp collectorPath) isDescendantOf(arg string) bool {
    	descendant := string(cp)
    	if descendant == arg {
    		return true
    	}
    	if len(arg) >= len(descendant) {
    		return false
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/common/lift_as_function_call.cc

    //    the batch dimension. This condition is from the XlaDotV2 specification. It
    //    could process the following equation by setting the attributes properly:
    //    abc,cd->abd.
    // 4. The output should be in the form: [batch dims][lhs dims][rhs dims]
    bool IsEinsumSupportedByXlaDotV2(StringAttr equation_attr) {
      StringRef equation = equation_attr.getValue();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  9. src/encoding/csv/reader.go

    	rawBuffer []byte
    
    	// recordBuffer holds the unescaped fields, one after another.
    	// The fields can be accessed by using the indexes in fieldIndexes.
    	// E.g., For the row `a,"b","c""d",e`, recordBuffer will contain `abc"de`
    	// and fieldIndexes will contain the indexes [1, 2, 5, 6].
    	recordBuffer []byte
    
    	// fieldIndexes is an index of fields inside recordBuffer.
    	// The i'th field ends at offset fieldIndexes[i] in recordBuffer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:32:28 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. pkg/kubelet/container/helpers_test.go

    		args          []string
    		containerPort int32
    		expectedHash  uint64
    	}{
    		{
    			name:  "test_container",
    			image: "foo/image:v1",
    			args: []string{
    				"/bin/sh",
    				"-c",
    				"echo abc",
    			},
    			containerPort: int32(8001),
    			expectedHash:  uint64(0x8e45cbd0),
    		},
    	}
    
    	for _, tc := range testCases {
    		container := v1.Container{
    			Name:  tc.name,
    			Image: tc.image,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 01:55:46 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top