Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 283 for 1000Mi (0.09 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/publishing-process.graffle

    1-30 10:54:30 +0000CreatorPeter LedbrookGraphDocumen-05-21 06:55:19 +0000ModifierPeter LedbrookMovementHand{595, 842}NSPrintReverseOrient{{0, 0}, {559, 783}}ClassGraffleShapes.CanvasBackgroundGrap{0, 0}CanvasOrigin{0, 0}CanvasSizingMode1Col in = 1.00000 inGraphicsListAllowL.5956531230075185ID15{375.79999533295631, 160.81999668478966}{272.734375, 65.519998535513878}StylefillDrawsNOshad.0g0.0r0.0space9eaea0911d89d6{{208.79999533295631, 148.31999668478966}, {334, 25}}ClassShapedGraphicFi-RegularSiz...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  2. src/runtime/testdata/testprogcgo/threadpprof.go

    /*
    #include <stdint.h>
    #include <time.h>
    #include <pthread.h>
    
    int threadSalt1;
    int threadSalt2;
    
    static pthread_t tid;
    
    void cpuHogThread() {
    	int foo = threadSalt1;
    	int i;
    
    	for (i = 0; i < 100000; i++) {
    		if (foo > 0) {
    			foo *= foo;
    		} else {
    			foo *= foo + 1;
    		}
    	}
    	threadSalt2 = foo;
    }
    
    void cpuHogThread2() {
    }
    
    struct cgoTracebackArg {
    	uintptr_t  context;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 17 22:59:31 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/helpers_test.go

    		{
    			name:     "no match",
    			sourceIP: "10.0.0.2",
    			destIP:   "10.0.0.3",
    			destPort: 80,
    			output:   "",
    		},
    		{
    			name:     "single endpoint",
    			sourceIP: "10.0.0.2",
    			destIP:   "172.30.0.41",
    			destPort: 80,
    			output:   "10.180.0.1:80",
    		},
    		{
    			name:     "multiple endpoints",
    			sourceIP: "10.0.0.2",
    			destIP:   "172.30.0.44",
    			destPort: 80,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  4. pkg/registry/core/node/strategy_test.go

    			compareNode: makeNode([]string{"2000::/10"}, false, false),
    		},
    		{
    			name:        "single family ipv4",
    			node:        makeNode([]string{"10.0.0.0/8"}, false, false),
    			compareNode: makeNode([]string{"10.0.0.0/8"}, false, false),
    		},
    		{
    			name:        "dualstack 4-6",
    			node:        makeNode([]string{"10.0.0.0/8", "2000::/10"}, false, false),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  5. test/bounds.go

    	use(s[i%1000])
    	use(a1[i%1000])
    	use(a1k[i%1000])
    	use(a100k[i%1000])
    	use(p1[i%1000])
    	use(p1k[i%1000])
    	use(p100k[i%1000])
    
    	use(s[ui%1000])
    	use(a1[ui%1000])
    	use(a1k[ui%1000])   // ERROR "index bounds check elided"
    	use(a100k[ui%1000]) // ERROR "index bounds check elided"
    	use(p1[ui%1000])
    	use(p1k[ui%1000])   // ERROR "index bounds check elided"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 27 03:11:45 UTC 2020
    - 6.1K bytes
    - Viewed (0)
  6. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/DefaultOutputFilesRepository.java

            return IndexedCacheParameters.of("outputFiles", String.class, OutputKind.class)
                .withCacheDecorator(inMemoryCacheDecoratorFactory.decorator(100000, true));
        }
    
        @Override
        public void close() throws IOException {
            cacheAccess.close();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:33 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. cmd/kube-apiserver/app/options/validation_test.go

    		},
    		{
    			name:         "service cidr is too big",
    			expectErrors: true,
    			options:      makeOptionsWithCIDRs("10.0.0.0/8", ""),
    		},
    		{
    			name:         "service cidr IPv4 is too big but gate enbled",
    			expectErrors: false,
    			options:      makeOptionsWithCIDRs("10.0.0.0/8", ""),
    			gate:         true,
    		},
    		{
    			name:         "service cidr IPv6 is too big but gate enbled",
    			expectErrors: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc_edit.jsp

                                                   value="${f:h(sortOrder)}" class="form-control"
                                                   min="0" max="100000">
                                        </div>
                                    </div>
                                </div>
                                <div class="card-footer">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 5K bytes
    - Viewed (0)
  9. pkg/webhooks/validation/server/server_test.go

    	scenarios := map[string]scenario{
    		"valid": {
    			wrapFunc:      func(args *Options) {},
    			expectedError: "",
    		},
    		"invalid port": {
    			wrapFunc:      func(args *Options) { args.Port = 100000 },
    			expectedError: "port number 100000 must be in the range 1..65535",
    		},
    	}
    
    	for name, scenario := range scenarios {
    		t.Run(name, func(tt *testing.T) {
    			runTestCode(name, tt, scenario)
    		})
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. cmd/data-usage_test.go

    func TestDataUsageUpdate(t *testing.T) {
    	base := t.TempDir()
    	const bucket = "bucket"
    	files := []usageTestFile{
    		{name: "rootfile", size: 10000},
    		{name: "rootfile2", size: 10000},
    		{name: "dir1/d1file", size: 2000},
    		{name: "dir2/d2file", size: 300},
    		{name: "dir1/dira/dafile", size: 100000},
    		{name: "dir1/dira/dbfile", size: 200000},
    		{name: "dir1/dira/dirasub/dcfile", size: 1000000},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Mar 27 15:10:40 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top