Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 183 for factory (0.18 sec)

  1. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonServer.java

                    .withInstantiator(instantiator)
                    .withObjectFactory(objectFactory)
                    .build();
            }
    
            @Provides
            protected DefaultResourceHandler.Factory createResourceHandlerFactory() {
                // We use a dummy implementation of this as creating a real resource handler would require us to add
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCompilerFacility.kt

                    targetFir2IrResult.pluginContext
                )
    
                CodegenFactory.doCheckCancelled(generationState)
                generationState.factory.done()
    
                val backendDiagnostics = generationState.collectedExtraJvmDiagnostics.all()
                val backendErrors = computeErrors(backendDiagnostics, allowedErrorFilter)
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 08:42:45 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  3. src/go/doc/reader.go

    		// function results) of that type. Could determine if that is the
    		// case and then show those methods in an appropriate section.
    		return
    	}
    
    	// Associate factory functions with the first visible result type, as long as
    	// others are predeclared types.
    	if fun.Type.Results.NumFields() >= 1 {
    		var typ *namedType // type to associate the function with
    		numResultTypes := 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  4. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/plugins/JacocoTaskExtension.java

        private String address;
        private int port;
        private File classDumpDir;
        private boolean jmx;
    
        /**
         * Creates a Jacoco task extension.
         *
         * @param objects the object factory
         * @param agent the agent JAR to use for analysis
         * @param task the task we extend
         */
        @Inject
        public JacocoTaskExtension(ObjectFactory objects, JacocoAgentJar agent, JavaForkOptions task) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/injected-services-should-have-service-scope-applied.txt

    Class <org.gradle.internal.reflect.Instantiator> is not annotated with @ServiceScope in (Instantiator.java:0)
    Class <org.gradle.internal.resource.TextUriResourceLoader$Factory> is not annotated with @ServiceScope in (TextUriResourceLoader.java:0)
    Class <org.gradle.jvm.toolchain.JavaToolchainService> is not annotated with @ServiceScope in (JavaToolchainService.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  6. maven-compat/src/test/java/org/apache/maven/repository/legacy/DefaultWagonManagerTest.java

    import java.io.IOException;
    import java.util.ArrayList;
    import java.util.List;
    
    import org.apache.maven.artifact.Artifact;
    import org.apache.maven.artifact.DefaultArtifact;
    import org.apache.maven.artifact.factory.ArtifactFactory;
    import org.apache.maven.artifact.metadata.ArtifactMetadata;
    import org.apache.maven.artifact.repository.ArtifactRepository;
    import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/slf4j/OutputEventListenerBackedLoggerContext.java

            // We ignore logging from here because this is when the Groovy runtime is initialized.
            // This may happen in BuildOperationTrace, and then the logging from the plugin factory would go into the build operation trace again.
            // That then will fail because we can't use JsonOutput in BuildOperationTrace when the Groovy VM hasn't been initialized.
            addNoOpLogger(GROOVY_VM_PLUGIN_FACTORY);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  8. maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java

    import java.security.MessageDigest;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.List;
    
    import org.apache.maven.api.DependencyScope;
    import org.apache.maven.artifact.factory.ArtifactFactory;
    import org.apache.maven.artifact.repository.ArtifactRepository;
    import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;
    import org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/properties_providers.adoc

    This allows you to wire together `Provider` and `Property` instances before the values are configured.
    * A `Property` can be created by the factory method link:{javadocPath}/org/gradle/api/model/ObjectFactory.html#property-java.lang.Class-[ObjectFactory.property(Class)].
    
    [[understanding_providers]]
    == Understanding Providers
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/InProcessGradleExecuter.java

    import org.gradle.initialization.layout.BuildLayoutFactory;
    import org.gradle.integtests.fixtures.FileSystemWatchingHelper;
    import org.gradle.integtests.fixtures.logging.GroupedOutputFixture;
    import org.gradle.internal.Factory;
    import org.gradle.internal.InternalListener;
    import org.gradle.internal.IoActions;
    import org.gradle.internal.SystemProperties;
    import org.gradle.internal.UncheckedException;
    import org.gradle.internal.classpath.ClassPath;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 37.1K bytes
    - Viewed (0)
Back to top