Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 115 for ccc1 (0.05 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/input/gateways.yaml

            k8s:
              resources:
                requests:
                  cpu: 111m
                  memory: 111Mi
          - name: user-ingressgateway
            enabled: true
            label:
              ccc: ccc-val
              ddd: ddd-val
            k8s:
              resources:
                requests:
                  cpu: 222m
                  memory: 888Mi
          - namespace: user-ingressgateway-ns
            name: ilb-gateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/cases/trieval.go

    }
    
    // The case mapping implementation will need to know about various Canonical
    // Combining Class (CCC) values. We encode two of these in the trie value:
    // cccZero (0) and cccAbove (230). If the value is cccOther, it means that
    // CCC(r) > 0, but not 230. A value of cccBreak means that CCC(r) == 0 and that
    // the rune also has the break category Break (see below).
    const (
    	cccBreak info = iota << 4
    	cccZero
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/filters/warning_test.go

    	warningRecorder.AddWarning("", "bb")          // short item
    	warningRecorder.AddWarning("", "ccc")         // short item
    	warningRecorder.AddWarning("", "Iñtërnâtiô")  // long item
    	// check they are preserved
    	if e, a := []string{`299 - "aaaaaaaaaa"`, `299 - "bb"`, `299 - "ccc"`, `299 - "Iñtërnâtiô"`}, responseRecorder.Header()["Warning"]; !reflect.DeepEqual(e, a) {
    		t.Errorf("expected\n%#v\ngot\n%#v", e, a)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 01 16:14:06 UTC 2020
    - 4K bytes
    - Viewed (0)
  4. src/net/rawconn_test.go

    		t.Skipf("not supported on %s", runtime.GOOS)
    	}
    
    	t.Run("TCP", func(t *testing.T) {
    		ln := newLocalListener(t, "tcp")
    		defer ln.Close()
    
    		cc1, err := ln.(*TCPListener).SyscallConn()
    		if err != nil {
    			t.Fatal(err)
    		}
    		if err := controlRawConn(cc1, ln.Addr()); err != nil {
    			t.Fatal(err)
    		}
    
    		c, err := Dial(ln.Addr().Network(), ln.Addr().String())
    		if err != nil {
    			t.Fatal(err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/core/io/ResourceTraversalUtil.java

         * <p>
         * ルートディレクトリ以下のリソースのうち、ベースディレクトリで始まるパスを持つリソースがトラバースの対象となります。
         * リソースを処理するハンドラには、ルートディレクトリからの相対パスが渡されます。 例えばルートディレクトリが
         * <code>/aaa/bbb</code>で、ベースディレクトリが<code>ccc/ddd</code>の場合、
         * <code>/aaa/bbb/ccc/ddd/eee.txt</code>というリソースが存在すると、 ハンドラには
         * <code>ccc/ddd/eee.txt</code>というパスが渡されます。
         * </p>
         *
         * @param rootDir
         *            ルートディレクトリ。{@literal null}であってはいけません
         * @param baseDirectory
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go

    			"bbb": 1,
    			"c": 1,
    			"cc": 1,
    			"ccc": 1,
    			"child": {
    				"a": 1,
    				"aa": 1,
    				"aaa": 1,
    				"b": 1,
    				"bb": 1,
    				"bbb": 1,
    				"c": 1,
    				"cc": 1,
    				"ccc": 1,
    				"child": {
    					"a": 1,
    					"aa": 1,
    					"aaa": 1,
    					"b": 1,
    					"bb": 1,
    					"bbb": 1,
    					"c": 1,
    					"cc": 1,
    					"ccc": 1
    				}
    			}
    		}
    }`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 22.9K bytes
    - Viewed (0)
  7. platforms/core-execution/build-cache/src/jmh/java/org/gradle/caching/internal/tasks/FileWalkingBenchmark.java

            this.tempDirFile = tempDirPath.toFile();
    
            this.missingPath = tempDirPath.resolve("aaa-missing/bbb-missing/ccc-missing/ddd-missing/missing.txt");
            this.missingFile = missingPath.toFile();
            mkdirs(missingPath.getParent());
    
            this.existingPath = tempDirPath.resolve("aaa/bbb/ccc/ddd/missing.txt");
            this.existingFile = existingPath.toFile();
            mkdirs(existingPath.getParent());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. internal/dsync/dsync_test.go

    	m := NewDRWMutex(ds, "")
    	var acc0, acc1 uint64
    	b.SetParallelism(4)
    	b.RunParallel(func(pb *testing.PB) {
    		c := make(chan bool)
    		var data [4 << 10]uint64
    		for i := 0; pb.Next(); i++ {
    			if i%4 == 0 {
    				m.Lock(id, source)
    				acc0 -= 100
    				acc1 += 100
    				m.Unlock(context.Background())
    			} else {
    				for i := 0; i < len(data); i += 4 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 24 03:49:07 UTC 2022
    - 11K bytes
    - Viewed (0)
  9. tests/customize_field_test.go

    	if count := DB.Create(&cc).RowsAffected; count != 1 {
    		t.Error("There should be one record be affected when create record")
    	}
    
    	var cc1 CustomizeColumn
    	DB.First(&cc1, "mapped_name = ?", "foo")
    
    	if cc1.Name != expected {
    		t.Errorf("Failed to query CustomizeColumn")
    	}
    
    	cc.Name = "bar"
    	DB.Save(&cc)
    
    	var cc2 CustomizeColumn
    	DB.First(&cc2, "mapped_id = ?", 666)
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Fri Sep 11 09:33:31 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

      right:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 7.9K bytes
    - Viewed (0)
Back to top