Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 210 for SystemProperties (0.18 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/deprecation/LoggingDeprecatedFeatureHandlerTest.groovy

        final outputEventListener = new CollectingTestOutputEventListener()
        @Rule
        final ConfigureLogging logging = new ConfigureLogging(outputEventListener)
        @Rule
        SetSystemProperties systemProperties = new SetSystemProperties()
        final problemStream = Mock(ProblemStream)
        final diagnosticsFactory = Stub(ProblemDiagnosticsFactory)
    
        final handler = new LoggingDeprecatedFeatureHandler()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 16:09:54 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  2. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    BUFFER_SIZE = 10240; private static final int PROGRESS_CHUNK = 1048576; private final Logger logger; private final String appName; private final String appVersion; private final DownloadProgressList progressListener; private final java.util.Map systemProperties; private final int networkTimeout; public void Download(Logger, String, String); public void Download(Logger, String, String, int); private static java.util.Map convertSystemPropert(java.util.Properties); public void Download(Logger, DownloadProgressList,...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/classpath/transforms/InstrumentingClassTransform.java

                    } else if (name.equals("getProperties") && descriptor.equals(RETURN_PROPERTIES)) {
                        _LDC(binaryClassNameOf(className));
                        _INVOKESTATIC(INSTRUMENTED_TYPE, "systemProperties", RETURN_PROPERTIES_FROM_STRING);
                        return true;
                    } else if (name.equals("setProperties") && descriptor.equals(RETURN_VOID_FROM_PROPERTIES)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 20 01:16:36 UTC 2024
    - 32K bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    BooleanProp noTraceSupression(); private void SystemProperties$(); } scala/sys/SystemProperties$$anonfun$iterator$1.class package scala.sys; public final synchronized class SystemProperties$$anonfun$iterator$1 extends scala.runtime.AbstractFunction0 implements scala.Serializable { public void SystemProperties$$anonfun$iterator$1(); } scala/sys/SystemProperties$$anonfun$get$1.class package scala.sys; public final synchronized class SystemProperties$$anonfun$get$1 extends scala.runtime.AbstractFunction0...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  5. gradle/wrapper/gradle-wrapper.jar

    getPasswordAuthentic(); } org/gradle/wrapper/Download.class package org.gradle.wrapper; public final synchronized class Download { public final Logger logger; public final Download$DefaultDownloadProgr progressListener; public final java.util.Map systemProperties; public final int networkTimeout; public static java.util.HashMap convertSystemPropert(java.util.Properties); public void Download(Logger, java.util.HashMap, int); public static java.net.URI safeUri(java.net.URI); public final void configureProxyAuthen();...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Dec 24 09:00:26 UTC 2023
    - 42.4K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MavenConversionIntegrationTest.groovy

    abstract class MavenConversionIntegrationTest extends AbstractInitIntegrationSpec {
    
        @Rule
        public final TestResources resources = new TestResources(temporaryFolder)
    
        @Rule
        public final SetSystemProperties systemProperties = new SetSystemProperties()
    
        @Rule
        public final HttpServer server = new HttpServer()
    
        @Override
        String subprojectName() { null }
    
        abstract BuildInitDsl getScriptDsl()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 15:23:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

            DynamicProperties systemProps = new DynamicProperties(file);
            ComponentUtil.register(systemProps, "systemProperties");
            ComponentUtil.register(new SystemHelper(), "systemHelper");
            ComponentUtil.register(new VirtualHostHelper(), "virtualHostHelper");
            ComponentUtil.register(new KeyMatchHelper(), "keyMatchHelper");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/build.gradle

        testClassesDirs = sourceSets.docsTest.output.classesDirs
        // 'integTest.samplesdir' is set to an absolute path by the 'org.gradle.samples' plugin
        systemProperties.clear()
    
        filter {
            // workaround for https://github.com/gradle/dotcom/issues/5958
            failOnNoMatchingTests = false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                modelBuildingRequest.activeProfileIds(request.getActiveProfileIds());
                modelBuildingRequest.inactiveProfileIds(request.getInactiveProfileIds());
                modelBuildingRequest.systemProperties(toMap(request.getSystemProperties()));
                modelBuildingRequest.userProperties(toMap(request.getUserProperties()));
                // bv4: modelBuildingRequest.setBuildStartTime(request.getBuildStartTime());
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  10. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

                                            request.getModelRepositoryHolder().getRepositories()))
                            .validationLevel(ModelBuilderRequest.VALIDATION_LEVEL_MINIMAL)
                            .systemProperties(request.getSystemProperties())
                            .userProperties(request.getUserProperties())
                            .source(importSource)
                            .modelResolver(modelResolver)
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
Back to top