Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 534 for unassigned (0.29 sec)

  1. settings.gradle.kts

    unassigned {
        subproject("distributions-dependencies") // platform for dependency versions
        subproject("core-platform")              // platform for Gradle distribution core
    }
    
    // Gradle Distributions - for testing and for publishing a full distribution
    unassigned {
        subproject("distributions-full")
    }
    
    // Public API publishing
    unassigned {
        subproject("public-api")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/objectGraph/reflectObject.kt

    import org.gradle.internal.declarativedsl.language.DataTypeInternal
    import org.gradle.internal.declarativedsl.objectGraph.AssignmentResolver.AssignmentResolutionResult.Assigned
    import org.gradle.internal.declarativedsl.objectGraph.AssignmentResolver.AssignmentResolutionResult.Unassigned
    import org.gradle.internal.declarativedsl.objectGraph.AssignmentResolver.ExpressionResolutionProgress.Ok
    
    
    sealed interface ObjectReflection {
        val type: DataType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:46 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. .github/CODEOWNERS

    ## 4. List individual owners last.
    ##
    
    # bt-unassigned-maintainers must be the first owner
    # All directories that are not explicitly listed below are considered
    # unassigned. This means that the ownership may be unknown, lost or
    # mixed across several groups.
    * @gradle/bt-unassigned-maintainers
    
    # Build infrastructure
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:44:59 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. pkg/controller/controller_utils.go

    func (s ActivePods) Len() int      { return len(s) }
    func (s ActivePods) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
    
    func (s ActivePods) Less(i, j int) bool {
    	// 1. Unassigned < assigned
    	// If only one of the pods is unassigned, the unassigned one is smaller
    	if s[i].Spec.NodeName != s[j].Spec.NodeName && (len(s[i].Spec.NodeName) == 0 || len(s[j].Spec.NodeName) == 0) {
    		return len(s[i].Spec.NodeName) == 0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  5. pkg/registry/core/pod/storage/storage.go

    			return nil, fmt.Errorf("unexpected object: %#v", obj)
    		}
    		if pod.DeletionTimestamp != nil {
    			return nil, fmt.Errorf("pod %s is being deleted, cannot be assigned to a host", pod.Name)
    		}
    		if pod.Spec.NodeName != "" {
    			return nil, fmt.Errorf("pod %v is already assigned to node %q", pod.Name, pod.Spec.NodeName)
    		}
    		// Reject binding to a scheduling un-ready Pod.
    		if len(pod.Spec.SchedulingGates) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/schedule.go

    	// check that depends on the i-th store gets store number 3*i+1.
    	// Other values that depends on the i-th store gets store number 3*i+2.
    	// Special case: 0 -- unassigned, 1 or 2 -- the latest store it depends
    	// is in the previous block (or no store at all, e.g. value is Const).
    	// First we assign the number to all stores by walking back the store chain,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 15:53:17 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  7. operator/README.md

    # Istio Operator
    
    The istio/operator repo is part of istio/istio from 1.5 onwards.
    You can [contribute](../CONTRIBUTING.md) by picking an
    [unassigned open issue](https://github.com/istio/istio/issues?q=is%3Aissue+is%3Aopen+label%3Aarea%2Fenvironments%2Foperator+no%3Aassignee),
    creating a [bug or feature request](../BUGS-AND-FEATURE-REQUESTS.md),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/config.go

    				return fmt.Errorf("failed configuring port %s: instance port already used %d", p.Name, p.WorkloadPort)
    			}
    			portGen.Instance.SetUsed(p.WorkloadPort)
    		}
    	}
    
    	// Second pass: try to make unassigned instance ports match service port.
    	for i, p := range c.Ports {
    		if p.WorkloadPort == 0 && p.ServicePort > 0 && !portGen.Instance.IsUsed(p.ServicePort) {
    			c.Ports[i].WorkloadPort = p.ServicePort
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/cpumanager/policy_static.go

    func (p *staticPolicy) GetAllocatableCPUs(s state.State) cpuset.CPUSet {
    	return p.topology.CPUDetails.CPUs().Difference(p.reservedCPUs)
    }
    
    // GetAvailableCPUs returns the set of unassigned CPUs minus the reserved set.
    func (p *staticPolicy) GetAvailableCPUs(s state.State) cpuset.CPUSet {
    	return s.GetDefaultCPUSet().Difference(p.reservedCPUs)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/value.go

    	// Floats are stored in AuxInt using math.Float64bits(f).
    	// Unused portions of AuxInt are filled by sign-extending the used portion,
    	// even if the represented value is unsigned.
    	// Users of AuxInt which interpret AuxInt as unsigned (e.g. shifts) must be careful.
    	// Use Value.AuxUnsigned to get the zero-extended value of AuxInt.
    	AuxInt int64
    	Aux    Aux
    
    	// Arguments of this value
    	Args []*Value
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:40:22 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top