Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 219 for SELECTION (0.35 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/artifacts/result/ComponentSelectionCause.java

     * limitations under the License.
     */
    package org.gradle.api.artifacts.result;
    
    import org.gradle.internal.scan.UsedByScanPlugin;
    
    /**
     * The possible component selection causes. There are a limited number of causes, but each of them
     * can be provided with a custom description, via {@link ComponentSelectionDescriptor}.
     *
     * @since 4.6
     */
    @UsedByScanPlugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 05 14:58:55 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/java/org/gradle/configuration/TaskDetailsModel.java

    import org.gradle.execution.TaskSelectionException;
    import org.gradle.execution.selection.BuildTaskSelector;
    
    import java.util.Collections;
    import java.util.List;
    import java.util.stream.Collectors;
    import java.util.stream.Stream;
    
    /**
     * A configuration-friendly view of a task selection.
     */
    class TaskDetailsModel {
        private final String taskPath;
        private final List<TaskDetails> tasks;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 05 22:49:56 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-selectionRule/groovy/settings.gradle

    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)
  10. pilot/pkg/model/policyattachment.go

    	GetTargetRefs() []*v1beta1.PolicyTargetReference
    	GetSelector() *v1beta1.WorkloadSelector
    }
    
    // WorkloadPolicyMatcher performs policy selection either using targetRef or label selectors.
    // Label selection uses the workload labels.
    // TargetRef selection uses either the workload's namespace + the gateway name based on labels,
    // or the Services the workload is a part of.
    type WorkloadPolicyMatcher struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top