Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 672 for fopacity (0.19 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    0, 0)"}function Or(t){return"scale3d("+t+", "+t+", 1)"}var Hr=G({},Dr,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-Ve(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:Or(.8)},{opacity:1,transform:Or(1)}]},percent:function(t){return 1-Ve(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:Or(1-.2*t)},{opacity:t,transform:Or(.8+.2*t)}]}}});function Lr(t,e,i){Kt(t,Jt(e,!1,!1,i))}var...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  2. pkg/registry/storage/csistoragecapacity/strategy_test.go

    	}
    
    	capacity := getValidCSIStorageCapacity("valid", "")
    	original := capacity.DeepCopy()
    	Strategy.PrepareForCreate(ctx, capacity)
    	errs := Strategy.Validate(ctx, capacity)
    	if len(errs) != 0 {
    		t.Errorf("unexpected error validating %v", errs)
    	}
    
    	// Create with status should have kept status and all other fields.
    	if !apiequality.Semantic.DeepEqual(capacity, original) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  3. test/fixedbugs/issue30116u.out

                                                       slice[0:4294967295] runtime error: slice bounds out of range [:4294967295] with capacity 3
                                             slice[0:18446744073709551615] runtime error: slice bounds out of range [:18446744073709551615] with capacity 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 44K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/noderesources/least_allocated.go

    // prioritizes based on the minimum of the average of the fraction of requested to capacity.
    //
    // Details:
    // (cpu((capacity-requested)*MaxNodeScore*cpuWeight/capacity) + memory((capacity-requested)*MaxNodeScore*memoryWeight/capacity) + ...)/weightSum
    func leastResourceScorer(resources []config.ResourceSpec) func([]int64, []int64) int64 {
    	return func(requested, allocable []int64) int64 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 12 01:50:09 UTC 2023
    - 2K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/node_container_manager_linux_test.go

    			capacity:       getResourceList("10", "10Gi"),
    		},
    		{
    			kubeReserved:   getResourceList("", "100Mi"),
    			systemReserved: getResourceList("50m", "50Mi"),
    			capacity:       getResourceList("10", "10Gi"),
    		},
    		{
    			kubeReserved:   getResourceList("50m", "100Mi"),
    			systemReserved: getResourceList("", "50Mi"),
    			capacity:       getResourceList("10", "10Gi"),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 12.1K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/volumebinding/scorer_test.go

    							Capacity:  100,
    						},
    					},
    					0,
    				},
    				{
    					classResourceMap{
    						classHDD: &StorageResource{
    							Requested: 0,
    							Capacity:  100,
    						},
    						classSSD: &StorageResource{
    							Requested: 30,
    							Capacity:  100,
    						},
    					},
    					15,
    				},
    				{
    					classResourceMap{
    						classHDD: &StorageResource{
    							Requested: 30,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 13 11:08:45 UTC 2021
    - 5.8K bytes
    - Viewed (0)
  7. test/fixedbugs/issue30116.out

                           slice[-9876543210:4] runtime error: slice bounds out of range [:4] with capacity 3
                  slice[-9876543210:9876543210] runtime error: slice bounds out of range [:9876543210] with capacity 3
                          slice[-1:-9876543210] runtime error: slice bounds out of range [:-9876543210]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 53.8K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/noderesources/most_allocated.go

    // based on the maximum of the average of the fraction of requested to capacity.
    //
    // Details:
    // (cpu(MaxNodeScore * requested * cpuWeight / capacity) + memory(MaxNodeScore * requested * memoryWeight / capacity) + ...) / weightSum
    func mostResourceScorer(resources []config.ResourceSpec) func(requested, allocable []int64) int64 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 21 15:23:47 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/noderesources/most_allocated_test.go

    			name: "resources requested equal node capacity",
    			requestedPod: st.MakePod().
    				Req(map[v1.ResourceName]string{"cpu": "2000", "memory": "4000"}).
    				Req(map[v1.ResourceName]string{"cpu": "3000", "memory": "5000"}).
    				Obj(),
    			nodes: []*v1.Node{
    				st.MakeNode().Name("node1").Capacity(map[v1.ResourceName]string{"cpu": "5000", "memory": "10000"}).Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 16K bytes
    - Viewed (0)
  10. cmd/notification-summary.go

    )
    
    // GetTotalCapacity gets the total capacity in the cluster.
    func GetTotalCapacity(diskInfo []madmin.Disk) (capacity uint64) {
    	for _, disk := range diskInfo {
    		capacity += disk.TotalSpace
    	}
    	return
    }
    
    // GetTotalUsableCapacity gets the total usable capacity in the cluster.
    func GetTotalUsableCapacity(diskInfo []madmin.Disk, s StorageInfo) (capacity uint64) {
    	for _, disk := range diskInfo {
    		// Ignore invalid.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 20 00:53:08 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top