Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 257 for highest (1.91 sec)

  1. pkg/scheduler/framework/preemption/preemption.go

    				return int64(math.MinInt64)
    			}
    			// The bigger the earliestStartTimeOnNode, the higher the score.
    			return earliestStartTimeOnNode.UnixNano()
    		}
    
    		// Each scoreFunc scores the nodes according to specific rules and keeps the name of the node
    		// with the highest score. If and only if the scoreFunc has more than one node with the highest
    		// score, we will execute the other scoreFunc in order of precedence.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/loadbalancer/loadbalancer.go

    		// Afterwards the final priorities can be calculted from 0 (highest) to N (lowest) without skipping.
    		priorityInt := int(loadAssignment.Endpoints[i].Priority*5) + priority
    		loadAssignment.Endpoints[i].Priority = uint32(priorityInt)
    		priorityMap[priorityInt] = append(priorityMap[priorityInt], i)
    	}
    
    	// since Priorities should range from 0 (highest) to N (lowest) without skipping.
    	// 2. adjust the priorities in order
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/coderepo.go

    			highest = v
    			break
    		}
    	}
    	if highest == "" {
    		highest = versions[len(versions)-1]
    	}
    
    	data, err := r.GoMod(ctx, highest)
    	if err != nil {
    		return nil, err
    	}
    	f, err := modfile.ParseLax("go.mod", data, nil)
    	if err != nil {
    		return nil, err
    	}
    	retractions := make([]modfile.VersionInterval, 0, len(f.Retract))
    	for _, r := range f.Retract {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DefaultGradleDistribution.groovy

            } else {
                return true;
            }
        }
    
        /**
         * Returns true if the given java version is less than the given highest version bound.  Always returns
         * true if the highest version check is disabled via system property.
         */
        private boolean maybeEnforceHighestVersion(JavaVersion javaVersion, JavaVersion highestVersion) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/pmd/PmdPluginVersionIntegrationTest.groovy

            // without --continue, sometimes both pmd tasks are run and sometimes only the only one task is run
            fails("check", "--continue")
            failure.assertHasCause("Invalid rulesMinimumPriority '11'.  Valid range 1 (highest) to 5 (lowest).")
            // pmdMain and pmdTest
            failure.assertHasFailures(2)
        }
    
        def "gets reasonable message when priority level threshold is out of range from task"() {
            goodCode()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:47:00 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ModuleResolveState.java

                }
            } else if (newSelected != selected) {
                if (++selectionChangedCounter > MAX_SELECTION_CHANGE) {
                    // Let's ignore modules that are changing selection way too much, by keeping the highest version
                    if (maybeSkipSelectionChange(newSelected)) {
                        return;
                    }
                }
                changeSelection(newSelected);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/codehost/git.go

    				continue
    			}
    			if !allowed(line) {
    				continue
    			}
    
    			semtag := line[len(prefix):]
    			if semver.Compare(semtag, highest) > 0 {
    				highest = semtag
    			}
    		}
    
    		if highest != "" {
    			tag = prefix + highest
    		}
    
    		return tag != "" && !AllHex(tag)
    	}
    
    	if describe() {
    		return tag, err
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler.go

    			if iPriority == jPriority {
    				return version.CompareKubeAwareVersionStrings(iVersion, jVersion) > 0
    			}
    
    			// i sorts before j if it has a higher priority
    			return iPriority > jPriority
    		})
    
    		groups = append(groups, group)
    	}
    
    	// For each group, determine the highest minimum group priority and use that
    	priorities := map[string]int{}
    	for gv, info := range rdm.versionPriorities {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. src/runtime/mranges.go

    	// it corresponds to the virtual address arenaBaseOffset.
    	minOffAddr = offAddr{arenaBaseOffset}
    
    	// maxOffAddr is the maximum address in the offset address
    	// space. It corresponds to the highest virtual address representable
    	// by the page alloc chunk and heap arena maps.
    	maxOffAddr = offAddr{(((1 << heapAddrBits) - 1) + arenaBaseOffset) & uintptrMask}
    )
    
    // offAddr represents an address in a contiguous view
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_attributes.adoc

    | Indicates the JVM version compatibility.
    | Integer using the version after the `1.` for Java 1.4 and before, the major version for Java 5 and beyond.
    | Defaults to the JVM version used by Gradle, lower is compatible with higher, prefers highest compatible.
    
    | link:{javadocPath}/org/gradle/api/attributes/java/TargetJvmEnvironment.html#TARGET_JVM_ENVIRONMENT_ATTRIBUTE[`org.gradle.jvm.environment`]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 18:51:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top