Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,649 for ScripT (0.1 sec)

  1. src/main/webapp/WEB-INF/orig/view/error/system.jsp

    	<script type="text/javascript"
    		src="${fe:url('/js/jquery-3.6.3.min.js')}"></script>
    	<script type="text/javascript" src="${fe:url('/js/bootstrap.min.js')}"></script>
    	<script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script>
    	<script type="text/javascript" src="${fe:url('/js/search.js')}"></script>
    </body>
    </html>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/groovy/scripts/ScriptSource.java

    import java.io.Serializable;
    
    /**
     * The source for the text of a script, with some meta-info about the script.
     */
    @UsedByScanPlugin
    public interface ScriptSource extends Serializable {
        /**
         * Returns the name to use for the compiled class for this script. Never returns null.
         */
        String getClassName();
    
        /**
         * Returns the source for this script. Never returns null.
         */
        TextResource getResource();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 27 05:02:53 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-tooling-builders/src/test/kotlin/org/gradle/kotlin/dsl/tooling/builders/EditorReportsBuilderTest.kt

            val script = withTwoLinesScript()
    
            val reports = buildEditorReportsFor(
                script,
                listOf(
                    LocationAwareException(java.lang.Exception(null as String?), script.canonicalPath, 1),
                    LocationAwareException(java.lang.Exception(""), script.canonicalPath, 2)
                ),
                true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildPropertiesIntegrationTest.groovy

            run('help')
    
            then:
            outputContains("root settings script: root")
            outputContains("root build script: root")
            outputContains("included settings script: included")
            outputContains("included build script: included")
            outputContains("nested settings script: nested")
            outputContains("nested build script: nested")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 06 13:06:32 UTC 2020
    - 2K bytes
    - Viewed (0)
  5. 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)
  6. src/cmd/go/testdata/script/README

    To run a specific script foo.txt
    
    	go test cmd/go -run=Script/^foo$
    
    In general script files should have short names: a few words, not whole sentences.
    The first word should be the general category of behavior being tested,
    often the name of a go subcommand (list, build, test, ...) or concept (vendor, pattern).
    
    Each script is a text archive (go doc internal/txtar).
    The script begins with an actual command script to run
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins.adoc

    The choice between script, precompiled script, or binary plugins depends on your specific requirements and preferences.
    
    *Script Plugins* are simple and easy to write.
    They are written in Kotlin DSL or Groovy DSL.
    They are suitable for small, one-off tasks or for quick experimentation.
    However, they can become hard to maintain as the build script grows in size and complexity.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 02:15:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  8. src/unicode/script_test.go

    		notTested[k] = true
    	}
    	for _, test := range inCategoryTest {
    		if _, ok := Categories[test.script]; !ok {
    			t.Fatal(test.script, "not a known category")
    		}
    		if !Is(Categories[test.script], test.rune) {
    			t.Errorf("IsCategory(%U, %s) = false, want true", test.rune, test.script)
    		}
    		delete(notTested, test.script)
    	}
    	for k := range notTested {
    		t.Error("category not tested:", k)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 14:09:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/ExternalScriptErrorIntegrationTest.groovy

            externalScript << '''
    
    doStuff()
    '''
            when:
            fails()
    
            then:
            failure.assertHasDescription('A problem occurred evaluating script.')
                    .assertHasCause('Could not find method doStuff() for arguments [] on root project')
                    .assertHasFileName("Script '${externalScript}'")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/orig/view/login/index.jsp

    	<input type="hidden" id="contextPath" value="${contextPath}" />
    	<script type="text/javascript" src="${fe:url('/js/admin/popper.min.js')}"></script>
    	<script type="text/javascript"
    		src="${fe:url('/js/admin/jquery-3.6.3.min.js')}"></script>
    	<script type="text/javascript" src="${fe:url('/js/admin/bootstrap.min.js')}"></script>
    	<script type="text/javascript" src="${fe:url('/js/login.js')}"></script>
    </body>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top