Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 3,722 for refined (0.14 sec)

  1. maven-core/src/test/resources-project-builder/profile-properties-interpolation/pom.xml

      <artifactId>test</artifactId>
      <version>0.1</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-3900</name>
      <description>
        Test that build properties defined via active profiles are used for
        interpolation.
      </description>
    
      <!--
        These are some POM elements we would like to interpolate with
        properties from the profile.
      -->
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:50:27 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/configurations/ConfigurationRole.java

     * limitations under the License.
     */
    
    package org.gradle.api.internal.artifacts.configurations;
    
    import org.gradle.api.artifacts.Configuration;
    
    /**
     * Defines how a {@link org.gradle.api.artifacts.Configuration} is intended to be used.
     *
     * Standard roles are defined in {@link ConfigurationRoles}.
     *
     * @since 8.1
     */
    public interface ConfigurationRole {
        /**
         * Returns a human-readable name for this role.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 09 14:39:12 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/dependency_management_terminology.adoc

    For external libraries, the term component refers to one published version of the library.
    
    In a build, components are defined by plugins (e.g. the Java Library plugin) and provide a simple way to define a publication for publishing.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/discovery/v1/generated.proto

      // This field follows standard Kubernetes label syntax.
      // Valid values are either:
      //
      // * Un-prefixed protocol names - reserved for IANA standard service names (as per
      // RFC-6335 and https://www.iana.org/assignments/service-names).
      //
      // * Kubernetes-defined prefixed names:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/ld_test.go

    		// Single error reporting per each symbol.
    		// This way, duplicated messages are not reported for
    		// multiple relocations with a same name.
    		"main.defined1: relocation target main.undefined not defined": 1,
    		"main.defined2: relocation target main.undefined not defined": 1,
    	}
    	unexpectedErrors := map[string]int{}
    
    	for _, l := range strings.Split(string(out), "\n") {
    		if strings.HasPrefix(l, "#") || l == "" {
    			continue
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 05:45:53 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1beta1/types.go

    // match, then routed to the backend associated with the matching IngressRuleValue.
    type IngressRule struct {
    	// host is the fully qualified domain name of a network host, as defined by RFC 3986.
    	// Note the following deviations from the "host" part of the
    	// URI as defined in RFC 3986:
    	// 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
    	//    the IP in the Spec of the parent Ingress.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/MutableModelNode.java

        /**
         * Applies the rules defined in the given rule source to this node.
         */
        void applyToSelf(Class<? extends RuleSource> rules);
    
        /**
         * Applies the rules defined in the given rule source to this node.
         */
        void applyToSelf(ExtractedRuleSource<?> rules);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$
      // - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$
      // - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/services/BuildServiceSpec.java

        /**
         * Specifies the maximum number of tasks that can use this service in parallel. Setting this to 1 means that the service will be used by a single task at a time.
         * When this property has no value defined, then any number of tasks may use this service in parallel. This is the default.
         *
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 23 18:14:53 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  10. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/visualstudio/internal/NativeSpecVisualStudioTargetBinaryTest.groovy

            rcCompiler.macros >> [rc: "defined", rc_empty: null]
            exeBinary.getToolByName('cCompiler') >> cCompiler
            exeBinary.getToolByName('cppCompiler') >> cppCompiler
            exeBinary.getToolByName('rcCompiler') >> rcCompiler
    
            then:
            targetBinary.compilerDefines == ["_c", "foo=bar", "_cpp", "rc=defined", "rc_empty"]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top