Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 339 for resolveDfs (0.21 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/tasks/WorkDependencyResolver.java

    import java.util.Set;
    
    public interface WorkDependencyResolver<T> {
        /**
         * Resolves dependencies to a specific type.
         *
         * @return {@code true} if this resolver could resolve the given node, {@code false} otherwise.
         */
        boolean resolve(Task task, Object node, Action<? super T> resolveAction);
    
        /**
         * Resolves dependencies to {@link Task} objects.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/plugin/prefix/PluginPrefixResolver.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.plugin.prefix;
    
    /**
     * Resolves a plugin prefix.
     *
     * @since 3.0
     */
    public interface PluginPrefixResolver {
    
        /**
         * Resolves the plugin prefix for the specified request.
         *
         * @param request The request that holds the details about the plugin and the repositories to consult, must not be
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainDownloadSpiIntegrationTest.groovy

            then:
            test(result)
    
            where:
            logLevel | test
            "warn"   | { ExecutionResult r -> r.assertOutputContains("Some toolchain resolvers had internal failures: failsOnResolve (Ooops!). " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 10:53:57 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r50/ProjectStateLockingCrossVersionTest.groovy

    import org.gradle.integtests.tooling.r33.FetchIdeaProject
    
    @TargetGradleVersion(">=5.0")
    class ProjectStateLockingCrossVersionTest extends ToolingApiSpecification {
        def "does not emit deprecation warnings when idea model builder resolves a configuration"() {
            singleProjectBuildInRootFolder("root") {
                buildFile << """
                    apply plugin: 'java'
                """
            }
    
            when:
            withConnection {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/install/internal/DefaultJavaToolchainProvisioningServiceTest.groovy

            resolver
        }
    
        private void mockRegistry(JavaToolchainResolver... resolvers) {
            def repositories = IntStream.range(0, resolvers.length)
                .mapToObj { i -> mockRepository("resolver" + i, resolvers[i]) }
                .collect(Collectors.toList())
    
            registry.requestedRepositories() >> repositories
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 23:01:05 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenJvmLibraryArtifactResolutionIntegrationTest.groovy

            module.publish()
        }
    
        def initBuild(MavenRepository repo) {
            buildFile.text = """
    repositories {
        maven { url '$repo.uri' }
    }
    """
        }
    
        def "resolves and caches source artifacts"() {
            fixture.requestingSource()
                    .expectSourceArtifact("sources")
                    .prepare()
    
            when:
            module.pom.expectGet()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/cel/mutation/common/interface.go

    limitations under the License.
    */
    
    package common
    
    import (
    	"github.com/google/cel-go/common/types"
    	"github.com/google/cel-go/common/types/ref"
    )
    
    // TypeResolver resolves a type by a given name.
    type TypeResolver interface {
    	// Resolve resolves the type by its name, starting with "Object" as its root.
    	// The type that the name refers to must be an object.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 24 00:01:35 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/FileCollectionFactory.java

         *
         * <p>The collection is live and resolves the files on each query.
         *
         * <p>The collection fails to resolve if it contains providers which are not present.
         */
        FileCollectionInternal resolving(String displayName, Object sources);
    
        /**
         * Creates a {@link FileCollection} with the given files as content.
         *
         * <p>The collection is live and resolves the files on each query.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/mappingToJvm/RuntimeFunctionResolver.kt

        }
    }
    
    
    class CompositeFunctionResolver(private val resolvers: List<RuntimeFunctionResolver>) : RuntimeFunctionResolver {
        override fun resolve(receiverClass: KClass<*>, name: String, parameterValueBinding: ParameterValueBinding): RuntimeFunctionResolver.Resolution {
            resolvers.forEach {
                val resolution = it.resolve(receiverClass, name, parameterValueBinding)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 10:30:52 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  10. maven-core/src/main/java/org/apache/maven/project/ProjectDependenciesResolver.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.project;
    
    /**
     * Resolves the transitive dependencies of a project.
     *
     */
    public interface ProjectDependenciesResolver {
    
        /**
         * Resolves the transitive dependencies of a project.
         *
         * @param request The resolution request holding the parameters, must not be {@code null}.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top