Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 709 for Sall (0.05 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/CoreJavadocOptions.java

         * then you would call the -Xmx option of java as follows (-Xms is optional, as it only sets the size of initial memory,
         * which is useful if you know the minimum amount of memory required):
         * <p>
         *    javadoc -J-Xmx32m -J-Xms32m com.mypackage
         * <p>
         * To tell what version of javadoc you are using, call the "-version" option of java:
         * <p>
         *    javadoc -J-version
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 28.2K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleExecuter.java

        /**
         * Apply an init script which replaces all external repositories with inner mirrors.
         * Note this doesn't work for buildSrc and composite build.
         *
         * @see org.gradle.integtests.fixtures.RepoScriptBlockUtil
         */
        GradleExecuter withRepositoryMirrors();
    
        /**
         * Requires an isolated gradle user home and put an init script which replaces all external repositories with inner mirrors.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyDownloadBuildOperationsIntegrationTest.groovy

            def listOps = buildOperations.all(ExternalResourceListBuildOperationType)
            listOps.size() == 2
            listOps[0].details.location == missingDir.uri.toString()
            listOps[1].details.location == dir.uri.toString()
    
            def artifactsOps = buildOperations.all(ResolveArtifactsBuildOperationType)
            artifactsOps.size() == 1
    
            def artifactOps = buildOperations.all(DownloadArtifactBuildOperationType)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 00:59:27 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/properties/bean/DefaultPropertyWalkerTest.groovy

            1 * visitor.visitInputFileProperty('bean.inputDir', _, _, _, _, _, _, InputFilePropertyType.DIRECTORY)
    
            1 * visitor.visitOutputFileProperty('outputFile', false, { it.call().path == 'output' }, OutputFilePropertyType.FILE)
            1 * visitor.visitOutputFileProperty('bean.outputDir', false, { it.call().path == 'outputDir' }, OutputFilePropertyType.DIRECTORY)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            "1.+"                | "reject all"               | '["1.2", "1.1", "1.0"]' | []                    | true
            "latest.integration" | "reject all"               | '["2.1"]'               | ['2.1']               | false
            "latest.milestone"   | "reject all"               | '["2.0"]'               | ['2.1', '2.0']        | false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/capabilities/CapabilitiesUseCasesIntegrationTest.groovy

                            edge('org.apache:groovy:1.0', 'org.apache:groovy-all:1.0')
                            edge('org.apache:groovy-json:1.0', 'org.apache:groovy-all:1.0') {
                                selectedByRule()
                            }
                        }
                        module('org:b:1.0') {
                            edge('org.apache:groovy-all:1.0', 'org.apache:groovy-all:1.0')
                        }
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/configuration/internal/DefaultListenerBuildOperationDecorator.java

                            Object[] finalArgs = numClosureArgs < args.length ? Arrays.copyOf(args, numClosureArgs) : args;
                            delegate.call(finalArgs);
                            context.setResult(RESULT);
                        });
                    }
                });
            }
    
            @Override
            public void setDelegate(Object delegateObject) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildOperationsIntegrationTest.groovy

                assert details.projectPath == ':'
                assert parentId == configureBuildLogicBuild.id
            }
    
            def workGraphOps = operations.all(CalculateTreeTaskGraphBuildOperationType)
            assert workGraphOps.size() == 3
    
            def calculateWorkOps = operations.all(CalculateTaskGraphBuildOperationType)
            assert calculateWorkOps.size() == 3
            with(calculateWorkOps[0]) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorParallelIntegrationTest.groovy

                            if (config instanceof ClassLoaderWorkerSpec) {
                                config.classpath.from(additionalClasspath)
                            }
                            configClosure.call(config)
                        }).submit(actionClass) {
                            itemName = item.toString()
                        }
                    }
                }
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 31.7K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-printers.h

      // ::testing_internal and ::testing::internal2, i.e. the global
      // namespace.  For more details, refer to the C++ Standard section
      // 7.3.4-1 [namespace.udir].  This allows us to fall back onto
      // testing::internal2::operator<< in case T doesn't come with a <<
      // operator.
      //
      // We cannot write 'using ::testing::internal2::operator<<;', which
      // gcc 3.3 fails to compile due to a compiler bug.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top