Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,964 for Texture (0.12 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/timeout/IntegrationTestTimeout.java

        int DEFAULT_TIMEOUT_SECONDS = 600;
    
        /**
         * Returns the duration after which the execution of the annotated feature or fixture
         * method times out.
         *
         * @return the duration after which the execution of the annotated feature or
         * fixture method times out
         */
        int value();
    
        /**
         * Returns the duration's time unit.
         *
         * @return the duration's time unit
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/ConfigurationOnDemandIntegrationTest.groovy

            when:
            run(":api:build")
    
            then:
            fixture.assertProjectsConfigured(":", ":api")
    
            when:
            inDirectory("impl")
            run(":api:build")
    
            then:
            fixture.assertProjectsConfigured(":", ":api")
    
            when:
            run(":impl:build")
    
            then:
            fixture.assertProjectsConfigured(":", ":impl", ":api")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    shall thus consider it, will easily understand that the Mixture is diminished in the same Proportion with the Diameters of the Circles. If the Diameters of the Circles whilst their Centers remain the same, be made three times less than before, the Mixture will be also three times less; if ten times less, the Mixture will be ten times less, and so of other Proportions. That is, the Mixture of the Rays in the greater Figure PT will be to their Mixture in the less _pt_, as the Latitude of the greater Figure...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    Mixture is diminished in the same Proportion with the Diameters of the
    Circles. If the Diameters of the Circles whilst their Centers remain the
    same, be made three times less than before, the Mixture will be also
    three times less; if ten times less, the Mixture will be ten times less,
    and so of other Proportions. That is, the Mixture of the Rays in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/BuildEnvironmentCrossVersionSpec.groovy

     * limitations under the License.
     */
    
    package org.gradle.integtests.tooling.r35
    
    import org.gradle.integtests.tooling.fixture.TargetGradleVersion
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.UnitTestPreconditions
    import org.gradle.tooling.ProjectConnection
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishFeaturesJavaIntegTest.groovy

            "with an arbitrary name and a classifier"            | "other-1.9.jar"                        | "optional-feature" | null
            "with an arbitrary name with an implicit classifier" | "other-1.9-optional-feature.jar"       | null               | null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  7. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishFeaturesJavaIntegTest.groovy

                resolveRuntimeArtifacts(javaLibrary) {
                    optionalFeatureCapabilities << "org:optional-feature:1.0"
                    withModuleMetadata {
                        expectFiles "publishTest-1.9.jar", "optionaldep-1.0.jar", "publishTest-1.9-optional-feature.jar"
                    }
                    withoutModuleMetadata {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/KotlinSettingsScriptIntegrationTest.kt

        fun `given a script plugin with a buildscript block, it will be used to compute its classpath`() {
    
            withClassJar("fixture.jar", DeepThought::class.java)
    
            withFile(
                "other.settings.gradle.kts",
                """
                buildscript {
                    dependencies { classpath(files("fixture.jar")) }
                }
    
                gradle.rootProject {
                    task("compute") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonToolchainIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import org.gradle.integtests.fixtures.AvailableJavaHomes
    import org.gradle.integtests.fixtures.jvm.JavaToolchainFixture
    import org.gradle.internal.buildconfiguration.fixture.DaemonJvmPropertiesFixture
    import org.gradle.internal.jvm.Jvm
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.IntegTestPreconditions
    import org.junit.Assume
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 13:41:21 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesProcessingIntegTest.groovy

            }
    
            then:
            checkDependencies()
        }
    
        // this test doesn't make sense with Gradle metadata
        @RequiredFeature(feature=GradleMetadataResolveRunner.GRADLE_METADATA, value="false")
        // only test one combination
        @RequiredFeature(feature=GradleMetadataResolveRunner.REPOSITORY_TYPE, value="ivy")
        def "maven module is not affected by rule requiring ivy module descriptor input"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.7K bytes
    - Viewed (0)
Back to top