Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for 50$ (0.23 sec)

  1. go.sum

    github.com/containernetworking/cni v1.2.0/go.mod h1:/r+vA/7vrynNfbvSP9g8tIKEoy6win7sALJAw4ZiJks=
    github.com/containernetworking/plugins v1.5.0 h1:P09DMlfvvsLSskDoftnuwXY7lwa7IAhTGznZxA5E8fk=
    github.com/containernetworking/plugins v1.5.0/go.mod h1:bcXMvG9gWGc6jVXeodmMzuXmXqpqMguZm6Zu/oIr7AA=
    github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    			specMaxReplicas:              1000,
    			scaleUpRules:                 generateScalingRules(100, 60, 0, 0, 0),
    			currentReplicas:              10,
    			prenormalizedDesiredReplicas: 50,
    			expectedReplicas:             50,
    			expectedCondition:            "DesiredWithinRange",
    		},
    		{
    			name:                         "scaleUp with spec MaxReplicas limitation with large percent policy",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. src/cmd/trace/testdata/go122.test

    GoStart dt=31 g=34 g_seq=1
    GoStop dt=291990 reason_string=16 stack=50
    GoStart dt=21 g=34 g_seq=2
    GoStop dt=315853 reason_string=16 stack=50
    GoStart dt=30 g=34 g_seq=3
    GoUnblock dt=173432 g=1 g_seq=73 stack=52
    GoDestroy dt=96
    GoStart dt=22 g=1 g_seq=74
    HeapAlloc dt=79 heapalloc_value=26397576
    HeapAlloc dt=51 heapalloc_value=26405640
    GoCreate dt=62 new_g=50 new_stack=53 stack=54
    GoBlock dt=23 reason_string=12 stack=55
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	EM_H8_300H       Machine = 47  /* Hitachi H8/300H. */
    	EM_H8S           Machine = 48  /* Hitachi H8S. */
    	EM_H8_500        Machine = 49  /* Hitachi H8/500. */
    	EM_IA_64         Machine = 50  /* Intel IA-64 Processor. */
    	EM_MIPS_X        Machine = 51  /* Stanford MIPS-X. */
    	EM_COLDFIRE      Machine = 52  /* Motorola ColdFire. */
    	EM_68HC12        Machine = 53  /* Motorola M68HC12. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_test.go

    		Distribute: []*networking.LocalityLoadBalancerSetting_Distribute{
    			{
    				From: "region1/zone1/subzone1",
    				To: map[string]uint32{
    					"region1/zone1/*":        50,
    					"region2/zone1/subzone1": 50,
    				},
    			},
    		},
    	}
    
    	c := xdstest.ExtractCluster("outbound|8080||*.example.org",
    		buildTestClusters(clusterTest{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoBlock dt=1751 reason_string=15 stack=5
    GoUnblock dt=12 g=53 g_seq=5 stack=0
    GoStart dt=6 g=53 g_seq=6
    GoLabel dt=3 label_string=2
    GoBlock dt=119 reason_string=15 stack=5
    GoStart dt=15 g=88 g_seq=4
    GoBlock dt=50 reason_string=13 stack=11
    GoUnblock dt=1212 g=54 g_seq=15 stack=0
    GoStart dt=6 g=54 g_seq=16
    GoLabel dt=1 label_string=4
    GoBlock dt=2984 reason_string=15 stack=5
    GoUnblock dt=2696 g=52 g_seq=21 stack=0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (MUL x (MOVDconst [c])) && c%3 == 0 && isPowerOfTwo64(c/3) => (SLLconst [log64(c/3)] (ADDshiftLL <x.Type> x x [1]))
    (MUL x (MOVDconst [c])) && c%5 == 0 && isPowerOfTwo64(c/5) => (SLLconst [log64(c/5)] (ADDshiftLL <x.Type> x x [2]))
    (MUL x (MOVDconst [c])) && c%7 == 0 && isPowerOfTwo64(c/7) => (SLLconst [log64(c/7)] (ADDshiftLL <x.Type> (NEG <x.Type> x) x [3]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			costBudget:              50,
    			expectedValidationErr:   "str1 a string",
    			expectedRemainingBudget: 46,
    		},
    		{
    			name:                    "runtime cost preserved if messageExpression fails during evaluation",
    			message:                 "message not messageExpression",
    			messageExpression:       `"str1 " + ["a", "b", "c", "d"][4]`,
    			costBudget:              50,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  9. pkg/scheduler/schedule_one_test.go

    			numAllNodes:  10,
    			wantNumNodes: 10,
    		},
    		{
    			name:              "set profile percentageOfNodesToScore and nodes number not more than 50",
    			profilePercentage: ptr.To[int32](40),
    			numAllNodes:       10,
    			wantNumNodes:      10,
    		},
    		{
    			name:         "not set percentageOfNodesToScore and nodes number more than 50",
    			numAllNodes:  1000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  10. pkg/kubelet/eviction/helpers_test.go

    		pod3: newPodDiskStats(pod3, resource.MustParse("200Mi"), resource.MustParse("150Mi"), resource.MustParse("250Mi")), // 500 relative to request
    		pod4: newPodDiskStats(pod4, resource.MustParse("90Mi"), resource.MustParse("50Mi"), resource.MustParse("10Mi")),    // 50 relative to request
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
Back to top