Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 82 for Dep (0.02 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultDependencyResolverResult.java

         */
        void addDependency(Node node, Dependency dep, Predicate<PathType> filter, Path path) throws IOException {
            nodes.add(node);
            if (dep == null) {
                return;
            }
            if (dependencies.put(dep, path) != null) {
                throw new IllegalStateException("Duplicated key: " + dep);
            }
            if (path == null) {
                return;
            }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/build-process-services/src/test/groovy/org/gradle/api/internal/classpath/DefaultModuleRegistryTest.groovy

            externalRuntimeDep = dependencyCache.file("com.something/3.4.5/b4b02fa623c5a618e68478d9a4a67e1e87c023c6/dep-1.2.jar")
            distDir.zipTo(externalRuntimeDep)
            runtimeDep = distDir.createZip("lib/dep-1.2.jar")
    
            resourcesDir = tmpDir.createDir("some-module/build/resources/main")
            save(
                properties(runtime: 'dep-1.2.jar', projects: ''),
                resourcesDir.file("gradle-some-module-classpath.properties"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/IvyDependencyDescriptorTest.groovy

        }
    
        def "excludes nothing when no exclude rules provided"() {
            def dep = createWithExcludes(requested, [])
            def moduleExclusions = new ModuleExclusions()
    
            expect:
            moduleExclusions.excludeAny(copyOf(dep.getConfigurationExcludes(configuration("from").hierarchy))) == NOTHING
            moduleExclusions.excludeAny(copyOf(dep.getConfigurationExcludes(configuration("anything").hierarchy))) == NOTHING
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 16:00:57 UTC 2024
    - 23K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/graph_builder.go

    			for _, dep := range potentiallyInvalidDependents {
    				if len(observedIdentity.Namespace) > 0 && dep.identity.Namespace != observedIdentity.Namespace {
    					// Namespace mismatch, this is definitely wrong
    					logger.V(2).Info("item references an owner but does not match namespaces",
    						"item", dep.identity,
    						"owner", observedIdentity,
    					)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationDependenciesBuildOperationIntegrationTest.groovy

        }
    
        def "resolved configurations in composite builds are exposed via build operation"() {
            setup:
            def m1 = mavenHttpRepo.module('org.foo', 'app-dep').publish()
            def m2 = mavenHttpRepo.module('org.foo', 'root-dep').publish()
    
            setupComposite()
            buildFile << """
                allprojects {
                    apply plugin: "java"
                    repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheParallelTaskIntegrationTest.groovy

                    tasks.create('dep', SlowTask)
                    tasks.create('task', SlowTask) {
                        dependsOn 'dep'
                    }
                }
                project(':finalized') {
                    tasks.create('dep', SlowTask)
                    tasks.create('task', SlowTask) {
                        finalizedBy ':finalizer:task'
                        dependsOn 'dep'
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  7. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDependencyGraphIntegrationTest.groovy

            buildA.buildFile << """
                dependencies {
                    implementation "org.external:external-dep:1.0"
                }
            """
    
            when:
            checkDependencies()
    
            then:
            checkGraph {
                module("org.external:external-dep:1.0") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 19:37:49 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  8. docs/ja/docs/tutorial/dependencies/dependencies-with-yield.md

    participant handler as Exception handler
    participant dep as Dep with yield
    participant operation as Path Operation
    participant tasks as Background tasks
    
        Note over client,tasks: Can raise exception for dependency, handled after response is sent
        Note over client,operation: Can raise HTTPException and can change the response
        client ->> dep: Start request
        Note over dep: Run code up to yield
        opt raise
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. migrator/migrator.go

    		if _, ok := parsedSchemas[dep.Statement.Schema]; ok {
    			return
    		}
    		parsedSchemas[dep.Statement.Schema] = true
    
    		if !m.DB.IgnoreRelationshipsWhenMigrating {
    			for _, rel := range dep.Schema.Relationships.Relations {
    				if rel.Field.IgnoreMigration {
    					continue
    				}
    				if c := rel.ParseConstraint(); c != nil && c.Schema == dep.Statement.Schema && c.Schema != c.ReferenceSchema {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Fri Apr 26 07:15:49 UTC 2024
    - 29K bytes
    - Viewed (0)
  10. OWNERS_ALIASES

      sig-windows-api-reviewers:
        - jayunit100
        - jsturtevant
        - marosset
      # Note: dep-approvers has approval on root files (including OWNERS_ALIASES) until https://github.com/kubernetes/test-infra/pull/21398 is resolved.
      # People with approve rights via this alias should defer updates of root files other than go.mod/go.sum to dep-approvers.
      dep-approvers:
        - BenTheElder
        - cblecker
        - dims
        - thockin
        - sttts
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top