Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 554 for SELECTION (0.14 sec)

  1. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-selectionRule/kotlin/settings.gradle.kts

    rootProject.name = "component-selection-rules"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 47 bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoryInteractionDependencyResolveIntegrationTest.groovy

                }
            }
    
            where:
            target << ['maven', 'maven-gradle', 'ivy-gradle']
        }
    
        def "explicit configuration selection in ivy modules is supported if targeting a ivy module"() {
            given:
            // use a different name if selection is supported to not follow the default expectations defined in leaksRuntime()
            String targetRepoName = "ivy-select"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DefaultVersionedComponentChooser.java

            ComponentSelectionInternal selection = new DefaultComponentSelection(candidateIdentifier, metadataProvider);
            rulesProcessor.apply(selection, rules, metadataProvider);
            if (selection.isRejected()) {
                return new RejectedByRuleVersion(candidateIdentifier, selection.getRejectionReason());
            }
            return null;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 17:41:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/dependency_management_terminology.adoc

    Examples of variants each Java components typically offers are _api_ and _runtime_ variants.
    Others examples are JDK8 and JDK11 variants.
    For more information, see the section on <<variant_model.adoc#understanding-variant-selection,variant selection>>.
    
    [[sub:terminology_attribute]]
    == Variant Attribute
    
    Attributes are used to identify and select <<#sub:terminology_variant,variants>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. src/debug/pe/symbols_test.go

    			name:   ".rdata$.refptr.__native_startup_lock",
    			ok:     true,
    			auxstr: "{Size:8 NumRelocs:1 NumLineNumbers:0 Checksum:0 SecNum:16 Selection:2 _:[0 0 0]}",
    		},
    		81: testpoint{
    			name:   ".debug_line",
    			ok:     true,
    			auxstr: "{Size:994 NumRelocs:1 NumLineNumbers:0 Checksum:1624223678 SecNum:32 Selection:0 _:[0 0 0]}",
    		},
    		155: testpoint{
    			name: ".file",
    			ok:   false,
    			err:  "incorrect symbol storage class",
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 06 18:07:48 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/exception/AbstractResolutionFailureException.java

    import org.gradle.internal.exceptions.StyledException;
    
    import javax.annotation.Nullable;
    import java.util.List;
    
    /**
     * Abstract base class for all attribute matching selection failures occurring at any stage of dependency resolution.
     *
     * This exception type carries information about the failure, and implements {@link ResolutionProvider} to provide a
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ComponentSelection.java

    import org.gradle.internal.HasInternalProtocol;
    
    import javax.annotation.Nullable;
    
    /**
     * Represents a tuple of the component selector of a module and a candidate version
     * to be evaluated in a component selection rule.
     */
    @HasInternalProtocol
    public interface ComponentSelection {
        /**
         * Gets the candidate version of the module.
         *
         * @return the candidate version of the module
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 31 08:53:53 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. pkg/url/url.go

    	// ProtocolSelection should generate
    	// https://istio.io/v1.15/docs/ops/configuration/traffic-management/protocol-selection/
    	ProtocolSelection = fmt.Sprintf("%s%s", OpsURL, "configuration/traffic-management/protocol-selection/")
    
    	// #####################################
    	// Reference related URLs for istio.io
    	// #####################################
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 11:12:37 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/dependencyManagement/dependencyLocking-lockModeSelection/groovy/settings.gradle

    rootProject.name = 'lockmode-selection'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/apiserver/types.go

    type EgressSelectorConfiguration struct {
    	metav1.TypeMeta
    
    	// EgressSelections contains a list of egress selection client configurations
    	EgressSelections []EgressSelection
    }
    
    // EgressSelection provides the configuration for a single egress selection client.
    type EgressSelection struct {
    	// Name is the name of the egress selection.
    	// Currently supported values are "controlplane", "etcd" and "cluster"
    	Name string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 00:57:24 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top