Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,743 for scriptId (0.12 sec)

  1. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r68/KotlinDslScriptsModelCrossVersionSpec.groovy

                [(it): kotlinBuildScriptModelFor(projectDir, it)]
            }
    
            then:
            spec.scripts.values().each { script ->
                assert singleRequestModels[script].classPath == multiRequestsModels[script].classPath
                assert singleRequestModels[script].sourcePath == multiRequestsModels[script].sourcePath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 21 09:28:30 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r60/KotlinDslScriptsModelCrossVersionSpec.groovy

                [(it): kotlinBuildScriptModelFor(projectDir, it)]
            }
    
            then:
            spec.scripts.values().each { script ->
                assert singleRequestModels[script].classPath == multiRequestsModels[script].classPath
                assert singleRequestModels[script].sourcePath == multiRequestsModels[script].sourcePath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 16 19:10:39 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/RemappingScriptSource.java

     */
    package org.gradle.groovy.scripts.internal;
    
    import org.gradle.groovy.scripts.DelegatingScriptSource;
    import org.gradle.groovy.scripts.ScriptSource;
    
    /**
     * When stored into the persistent store, we want the script to be created with a predictable class name: we don't want the path of the script
     * to be used in the generated class name because the same contents can be used for scripts found in different paths. Since we are storing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 02 16:56:13 UTC 2016
    - 1.7K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/groovy/scripts/GroovyCompileScriptBuildOperationIntegrationTest.groovy

            executer.requireOwnGradleUserHomeDir()
        }
    
        def "captures script compilation build operations"() {
            given:
            settingsFile << "println 'settings.gradle'"
            buildFile << """
                apply from: 'script.gradle'
                println 'build.gradle'
            """
    
            file("script.gradle") << "println 'script.gradle'"
            file("init.gradle") << "println 'init.gradle'"
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/configuration/DefaultScriptPluginFactoryTest.groovy

    import org.gradle.groovy.scripts.BasicScript
    import org.gradle.groovy.scripts.DefaultScript
    import org.gradle.groovy.scripts.ScriptCompiler
    import org.gradle.groovy.scripts.ScriptCompilerFactory
    import org.gradle.groovy.scripts.ScriptRunner
    import org.gradle.groovy.scripts.ScriptSource
    import org.gradle.groovy.scripts.internal.BuildScriptData
    import org.gradle.groovy.scripts.internal.NoDataCompileOperation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 09 15:05:17 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/groovy/scripts/StatementLabelsIntegrationTest.groovy

            failure.assertThatCause(CoreMatchers.containsString("build file '${buildFile}': 2: Statement labels may not be used in build scripts."))
            failure.assertThatCause(CoreMatchers.containsString("build file '${buildFile}': 4: Statement labels may not be used in build scripts."))
        }
    
        def "nested use of statement label in build script is reported"() {
            buildFile << """
    def foo() {
        1.times {
          for (i in 1..1) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 21 07:18:30 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/plugins/ObjectConfigurationAction.java

        /**
         * Adds a script to use to configure the target objects. You can call this method multiple times, to use multiple
         * scripts. Scripts and plugins are applied in the order that they are added.
         *
         * @param script The script. Evaluated as per {@link org.gradle.api.Project#file(Object)}. However, note that
         * a URL can also be used, allowing the script to be fetched using HTTP, for example.
         * @return this
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/build/KotlinDslTestProjectInitiation.groovy

        }
    
        TestFile withDefaultSettingsGroovyIn(String baseDir) {
            return withSettingsGroovyIn(baseDir, defaultSettingsScript)
        }
    
        TestFile withSettingsGroovyIn(String baseDir, String script) {
            return withFile("$baseDir/$settingsFileName", script)
        }
    
        TestFile withBuildScript(String script = "") {
            return withBuildScriptIn(".", script)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. hack/README.md

    This document describes how you can use the scripts from [`hack`](.) directory 
    and gives a brief introduction and explanation of these scripts. 
    
    ## Overview
    
    The [`hack`](.) directory contains many scripts that ensure continuous development of kubernetes, 
    enhance the robustness of the code, improve development efficiency, etc. 
    The explanations and descriptions of these scripts are helpful for contributors. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 16 02:12:18 UTC 2020
    - 1K bytes
    - Viewed (0)
  10. ci/official/README.md

    ### Brief System Overview
    
    The top-level scripts and utility scripts should be fairly well-documented. Here
    is a brief explanation of how they tie together:
    
    1.  `envs/*` are lists of variables made with bash syntax. A user must set a
        `TFCI` env param pointing to a list of `env` files.
    2.  `utilities/setup.sh`, initialized by all top-level scripts, reads and sets
        values from those `TFCI` paths.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 01 03:21:19 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top