Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for includedIf (0.17 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

        def "planned transform for external dependency substituted by included build"() {
            createDirs("included/nested-producer")
            file("included/settings.gradle") << """
                include 'nested-producer'
            """
            setupBuildWithColorAttributes(file("included/build.gradle"))
    
            settingsFile << """
                includeBuild("included") {
                    dependencySubstitution {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/types.go

    	ClusterScope ScopeType = "Cluster"
    	// NamespacedScope means that scope is limited to namespaced objects.
    	NamespacedScope ScopeType = "Namespaced"
    	// AllScopes means that all scopes are included.
    	AllScopes ScopeType = "*"
    )
    
    // ParameterNotFoundActionType specifies a failure policy that defines how a binding
    // is evaluated when the param referred by its perNamespaceParamRef is not found.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    precompiled header, first a header file needs to be defined that includes all of the headers that should be precompiled. It must be specified as the first included header in every source file where the precompiled header should be used. It is assumed that this header file, and any headers it contains, make use of header guards so that they can be included in an idempotent manner. If header guards are not used in a header file, it is possible the header could be compiled more than once and could potentially...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modload/buildlist.go

    }
    
    var readModGraphDebugOnce sync.Once
    
    // readModGraph reads and returns the module dependency graph starting at the
    // given roots.
    //
    // The requirements of the module versions found in the unprune map are included
    // in the graph even if they would normally be pruned out.
    //
    // Unlike LoadModGraph, readModGraph does not attempt to diagnose or update
    // inconsistent roots.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy
      // and the same audit annotation key, the annotation key will be identical.
      // In this case, the first annotation written with the key will be included
      // in the audit event and all subsequent annotations with the same key
      // will be discarded.
      //
      // Required.
      optional string key = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

                            parent = null;
                        }
                    }
    
                    // if the included ivy file is not found on file system, tries to resolve using
                    // repositories
                    if (parent == null) {
                        LOGGER.debug("Trying to parse included ivy file by asking repository for module :{}#{};{}",
                            parentOrganisation, parentModule, parentRevision);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                }
            }
        }
    
        def "included builds use their own libraries extension"() {
            file("included/build.gradle") << """
                plugins {
                    id 'java-library'
                }
    
                group = 'com.acme'
                version = 'zloubi'
    
                dependencies {
                    implementation libs.from.included
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    This behavior is now consistent for `buildSrc` and included builds.
    
    ==== Changes to paths of included builds
    
    In order to handle conflicts between nested included build names better, Gradle now uses the directory hierarchy of included builds to assign the build path.
    If you are running tasks from the command line in nested included builds, then you may need to adjust your invocation.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	ClusterScope ScopeType = v1.ClusterScope
    	// NamespacedScope means that scope is limited to namespaced objects.
    	NamespacedScope ScopeType = v1.NamespacedScope
    	// AllScopes means that all scopes are included.
    	AllScopes ScopeType = v1.AllScopes
    )
    
    // ParameterNotFoundActionType specifies a failure policy that defines how a binding
    // is evaluated when the param referred by its perNamespaceParamRef is not found.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	ClusterScope ScopeType = "Cluster"
    	// NamespacedScope means that scope is limited to namespaced objects.
    	NamespacedScope ScopeType = "Namespaced"
    	// AllScopes means that all scopes are included.
    	AllScopes ScopeType = "*"
    )
    
    // FailurePolicyType specifies a failure policy that defines how unrecognized errors from the admission endpoint are handled.
    // +enum
    type FailurePolicyType string
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top