Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 122 for 4000 (0.13 sec)

  1. src/math/big/float_test.go

    		op            func(z, x, y *Float) *Float
    	}{
    		{0, 0, 0, 0, '+', (*Float).Add},
    		{0, 1, 2, 3, '+', (*Float).Add},
    		{1, 2, 0, 2, '+', (*Float).Add},
    		{2, 0, 1, 1, '+', (*Float).Add},
    
    		{0, 0, 0, 0, '-', (*Float).Sub},
    		{0, 1, 2, -1, '-', (*Float).Sub},
    		{1, 2, 0, 2, '-', (*Float).Sub},
    		{2, 0, 1, -1, '-', (*Float).Sub},
    
    		{0, 0, 0, 0, '*', (*Float).Mul},
    		{0, 1, 2, 2, '*', (*Float).Mul},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    	table := []struct {
    		value  int64
    		scale  Scale
    		expect string
    	}{
    		{1, Nano, "1n"},
    		{1000, Nano, "1u"},
    		{1, Micro, "1u"},
    		{1000, Micro, "1m"},
    		{1, Milli, "1m"},
    		{1000, Milli, "1"},
    		{1, 0, "1"},
    		{0, Nano, "0"},
    		{0, Micro, "0"},
    		{0, Milli, "0"},
    		{0, 0, "0"},
    	}
    
    	for _, item := range table {
    		q := NewScaledQuantity(item.value, item.scale)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	}{
    		{
    			totalObjectNum:  5000,
    			expectObjectNum: 50,
    		},
    		{
    			totalObjectNum:  5000,
    			expectObjectNum: 500,
    		},
    		{
    			totalObjectNum:  5000,
    			expectObjectNum: 1000,
    		},
    		{
    			totalObjectNum:  5000,
    			expectObjectNum: 2500,
    		},
    		{
    			totalObjectNum:  5000,
    			expectObjectNum: 5000,
    		},
    	}
    	for _, tc := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    									"minimum": 1000,
    								},
    							},
    						},
    					}},
    				applyPatchOperation{
    					"updating validating field num2 to another validating value, but rachet invalid field num1",
    					myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    						"nums": map[string]interface{}{
    							"num1": 1,
    							"num2": 2000,
    						},
    					}},
    				expectError{applyPatchOperation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  5. cmd/object-api-listobjects_test.go

    		shouldPass bool
    	}{
    		{testBuckets[0], "unique/", "", "/", 1000, false, resultCases[0], ListObjectVersionsInfo{}, nil, true},
    		{testBuckets[0], "unique/folder", "", "/", 1000, false, resultCases[0], ListObjectVersionsInfo{}, nil, true},
    		{testBuckets[0], "unique/", "", "", 1000, false, resultCases[1], ListObjectVersionsInfo{}, nil, true},
    		{testBuckets[1], "unique/", "", "/", 1000, false, resultCases[0], ListObjectVersionsInfo{}, nil, true},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/mips/asm0.go

    	{ACMOVN, C_REG, C_REG, C_REG, 2, 4, 0, 0, 0},
    	{ANEGW, C_REG, C_NONE, C_REG, 2, 4, 0, 0, 0},
    	{ANEGV, C_REG, C_NONE, C_REG, 2, 4, 0, sys.MIPS64, 0},
    
    	{ASLL, C_REG, C_NONE, C_REG, 9, 4, 0, 0, 0},
    	{ASLL, C_REG, C_REG, C_REG, 9, 4, 0, 0, 0},
    	{ASLLV, C_REG, C_NONE, C_REG, 9, 4, 0, sys.MIPS64, 0},
    	{ASLLV, C_REG, C_REG, C_REG, 9, 4, 0, sys.MIPS64, 0},
    	{ACLO, C_REG, C_NONE, C_REG, 9, 4, 0, 0, 0},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  7. docs/bucket/notifications/README.md

    To update the configuration, use `mc admin config get notify_amqp` command to get the current configuration for `notify_amqp`.
    
    ```sh
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    				{
    					Hostname:       "foo.com",
    					Resolution:     model.Passthrough,
    					DefaultAddress: "0.0.0.0",
    				},
    			},
    			wantServices: []*model.Service{
    				{
    					Hostname:       "foo.com",
    					Resolution:     model.Passthrough,
    					DefaultAddress: "0.0.0.0",
    				},
    			},
    		},
    		{
    			name: "no allocation if address exists",
    			inServices: []*model.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  9. pkg/controller/endpoint/endpoints_controller_test.go

    	}
    	for _, family := range ipFamilies {
    		var ip string
    		if family == v1.IPv4Protocol {
    			ip = fmt.Sprintf("1.2.3.%d", 4+id)
    		} else {
    			ip = fmt.Sprintf("2000::%d", 4+id)
    		}
    		p.Status.PodIPs = append(p.Status.PodIPs, v1.PodIP{IP: ip})
    	}
    	p.Status.PodIP = p.Status.PodIPs[0].IP
    
    	return p
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/javadoc.css

        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
        <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.75;"/> \
        <path d="M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.35;"/></svg>');
    
    }
    .table-header[onclick].sort-desc::after {
        background-image:url('data:image/svg+xml; utf8, \
        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
Back to top