Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for efg (0.04 sec)

  1. okhttp/src/test/java/okhttp3/MultipartReaderTest.kt

      @Test fun `dash boundary`() {
        val multipart =
          """
          |---
          |Content-ID: abc
          |
          |abcd
          |---
          |Content-ID: efg
          |
          |efgh
          |-----
          """.trimMargin()
            .replace("\n", "\r\n")
    
        val parts =
          MultipartReader(
            boundary = "-",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/model/generator.go

    }
    
    func (connSNIGenerator) principal(_, _ string, _ bool, _ bool) (*rbacpb.Principal, error) {
    	return nil, fmt.Errorf("unimplemented")
    }
    
    type envoyFilterGenerator struct{}
    
    func (efg envoyFilterGenerator) permission(key, value string, _ bool) (*rbacpb.Permission, error) {
    	// Split key of format "experimental.envoy.filters.a.b[c]" to "envoy.filters.a.b" and "c".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. cmd/object-api-getobjectinfo_test.go

    		// Test cases with valid but non-existing bucket names (Test number 5-6).
    		{"abcdefgh", "abc", ObjectInfo{}, BucketNotFound{Bucket: "abcdefgh"}, false},
    		{"ijklmnop", "efg", ObjectInfo{}, BucketNotFound{Bucket: "ijklmnop"}, false},
    		// Test cases with valid but non-existing bucket names and invalid object name (Test number 7-8).
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Dec 23 15:46:00 UTC 2022
    - 5.6K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/helper/ViewHelperTest.java

            assertEquals("<strong>123</strong>", viewHelper.replaceHighlightQueries(text, queries));
    
            text = "abc123efg";
            queries = new String[] { "123" };
            assertEquals("abc<strong>123</strong>efg", viewHelper.replaceHighlightQueries(text, queries));
    
            text = "123";
            queries = new String[] { "123", "456" };
            assertEquals("<strong>123</strong>", viewHelper.replaceHighlightQueries(text, queries));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  5. src/bufio/bufio_test.go

    			readTo('d', "abcd")
    			for j := 0; j < 3; j++ {
    				if err := r.UnreadByte(); err != nil {
    					t.Fatalf("#%d: unexpected error on UnreadByte: %v", rno, err)
    				}
    				readTo('d', "d")
    			}
    			readTo('g', "efg")
    		}
    
    		// All data should have been read.
    		_, err := r.ReadByte()
    		if err != io.EOF {
    			t.Errorf("#%d: got error %v; want EOF", rno, err)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:56:01 UTC 2023
    - 51.5K bytes
    - Viewed (0)
  6. cmd/testdata/xl-meta-merge.zip

    ëuKt[WÆ>ÈIK]}@óº~gÉNHéæ)Þ $¾jyZPñ+Qjq†mëb39€ ÏÂæ² XÿsODe¸ Wðil÷º¾ g\„ñhvwjJñv²p}DñncLeqîzŒmÌv¢` fåÉüÓÁÒ 2 ÿ@\Yk†£åì ;¤ÅsB~ rÿSALñ„›k~g`w>u` tjñþ Á"#H}cqv]o ädcœ€ ÏÂæ²y®"Qk`qoWQ"²oô¤ž¨b\åB}SªLI\:U5 C› õ ðÀkN˜ª§ ÿ° ?[T¯ > DKEuRó¦ kòu² HqÈ@isK9&|DBTË”³—_qV,##÷&- #£¯ ù ëfg 2!axGvEèåïVWŸù `M zX —ereKC~e«Míjeh÷¨j@ej;¡²vcH>mspGªAïë^fGLE¤òi{QióTpmâ]sn öÌ‘¯ 3V Vñ ä°B~QQ «ïEDyóÌÀ­ »úNd=þêcRôsÙ+`g°å }SolHO¢@wªå/sDqrG Zr„TQx GªMVaTfkô[ngª3û<G{ cZPKH $\m}„Wiß6Okª²3ñ Dce¼]xÕpÅèÔÿÜ)Yò²]Õâ ôM¾aR^G`hwf Dc~°ì-@m@oLï0ó ejrŠkì|KlAmbªßsery...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_test.go

    	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)
  8. pkg/apis/core/validation/validation_test.go

    						Gateway:    "http://abcd/efg",
    						System:     "test-system",
    						VolumeName: "test-vol-1",
    					},
    				},
    			},
    		}, {
    			name: "ScaleIO with empty name",
    			vol: core.Volume{
    				Name: "scaleio-volume",
    				VolumeSource: core.VolumeSource{
    					ScaleIO: &core.ScaleIOVolumeSource{
    						Gateway:    "http://abcd/efg",
    						System:     "test-system",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. src/reflect/all_test.go

    	if v1.Interface() != v1.Interface() {
    		t.Errorf("constructed array %v not equal to itself", v1.Interface())
    	}
    
    	v1.Index(0).Index(0).Set(ValueOf("abc"))
    	v2.Index(0).Index(0).Set(ValueOf("efg"))
    	if i1, i2 := v1.Interface(), v2.Interface(); i1 == i2 {
    		t.Errorf("constructed arrays %v and %v should not be equal", i1, i2)
    	}
    
    	v1.Index(0).Index(0).Set(ValueOf("abc"))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top