Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 129 for defs (0.11 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/locking/LockingInteractionsIntegrationTest.groovy

    class LockingInteractionsIntegrationTest extends AbstractHttpDependencyResolutionTest {
    
        def lockfileFixture = new LockfileFixture(testDirectory: testDirectory)
    
        def setup() {
            settingsFile << "rootProject.name = 'locking-interactions'"
        }
    
        def 'locking constraints do not bring back excluded modules'() {
            def foo = mavenRepo.module('org', 'foo', '1.0').publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java

            assertNotNull(result);
            List<Dependency> deps = new ArrayList<>(result.getDependencies().keySet());
            List<Dependency> deps2 = result.getNodes().stream()
                    .map(Node::getDependency)
                    .filter(Objects::nonNull)
                    .collect(Collectors.toList());
            assertEquals(deps, deps2);
            for (Dependency dep : deps2) {
                dep.getVersion();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 14:13:36 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisData.java

    import org.gradle.api.internal.tasks.compile.incremental.compilerapi.CompilerApiData;
    import org.gradle.api.internal.tasks.compile.incremental.compilerapi.deps.DependentSetSerializer;
    import org.gradle.api.internal.tasks.compile.incremental.compilerapi.deps.DependentsSet;
    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.serialize.AbstractSerializer;
    import org.gradle.internal.serialize.Decoder;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 15:22:57 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyUnresolvedModuleIntegrationTest.groovy

                }
    
                task resolve {
                    doLast {
                        def filesA = configurations.first.incoming.artifactView { lenient = true }.files.files*.name
                        def filesB = configurations.second.incoming.artifactView { lenient = true }.files.files*.name
                        def filesC = configurations.third.incoming.artifactView { lenient = true }.files.files*.name
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 11:51:18 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  5. pilot/pkg/xds/debug.go

    		Name string
    		Href string
    		Help string
    	}
    	var deps []debugEndpoint
    	for k, v := range s.debugHandlers {
    		deps = append(deps, debugEndpoint{
    			Name: k,
    			Href: k,
    			Help: v,
    		})
    	}
    
    	sort.Slice(deps, func(i, j int) bool {
    		return deps[i].Name < deps[j].Name
    	})
    
    	if err := indexTmpl.Execute(w, deps); err != nil {
    		istiolog.Errorf("Error in rendering index template %v", err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/test.go

    	stk.Push("testmain")
    	deps := TestMainDeps // cap==len, so safe for append
    	if cover != nil && cfg.Experiment.CoverageRedesign {
    		deps = append(deps, "internal/coverage/cfile")
    	}
    	ldDeps, err := LinkerDeps(p)
    	if err != nil && pmain.Error == nil {
    		pmain.Error = &PackageError{Err: err}
    	}
    	for _, d := range ldDeps {
    		deps = append(deps, d)
    	}
    	for _, dep := range deps {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 14:01:23 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  7. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishPomCustomizationIntegTest.groovy

            succeeds 'publish'
    
            then:
            def module = mavenRepo.module('org.gradle.test', 'customizePom', '1.0')
            module.assertPublished()
            module.hasGradleMetadataRedirectionMarker()
            def parsedPom = module.parsedPom
            parsedPom.scope("runtime") {
                assertDependsOn("junit:junit:4.13")
            }
        }
    
        def "GenerateMavenPom scope attributes methods are deprecated"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ConfigurationRoleUsageIntegrationTest.groovy

                        addResolutionAlternatives("anotherConf")
                        extendsFrom(deps)
                    }
                }
    
                repositories { maven { url "${mavenRepo.uri}" } }
    
                dependencies {
                    deps "org:foo:1.0"
                }
    
                task resolve {
                    configurations.testConf.files
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 01:42:49 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/replicate_to_island.cc

        // considering accessing resource only. However, for branches under parallel
        // group, there should not be any control deps between them even side effect
        // analysis indicate some control deps. Therefore, we will mark parallel
        // group and branch information here so that `UpdateControlDependenciesPass`
        // can fetch the related information later.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jul 24 21:01:40 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  10. src/html/template/js_test.go

    		s     string
    	}{
    		// Statement terminators precede regexps.
    		{jsCtxRegexp, ";"},
    		// This is not airtight.
    		//     ({ valueOf: function () { return 1 } } / 2)
    		// is valid JavaScript but in practice, devs do not do this.
    		// A block followed by a statement starting with a RegExp is
    		// much more common:
    		//     while (x) {...} /foo/.test(x) || panic()
    		{jsCtxRegexp, "}"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 02:20:11 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top