Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 43 for scriptId (0.26 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         */
        @Incubating
        DependencyFactory getDependencyFactory();
    
        /**
         * Returns the build script handler for this project. You can use this handler to query details about the build
         * script for this project, and manage the classpath used to compile and execute the project's build script.
         *
         * @return the classpath handler. Never returns null.
         */
        ScriptHandler getBuildscript();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. src/main/webapp/js/jquery-3.6.3.min.js

    &&o()}}}),E.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),E.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return E.globalEval(e),e}}}),E.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),E.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            } catch (IllegalArgumentException | JavaHomeException e) {
                return JavaVersion.current();
            }
        }
    
        @Override
        public GradleExecuter usingExecutable(String script) {
            this.executable = script;
            return this;
        }
    
        public String getExecutable() {
            return executable;
        }
    
        @Override
        public GradleExecuter withStdinPipe() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    [[sec:hard_coded_file_paths]]
    == Hardcoded paths and laziness
    
    It is best practice to *avoid* hardcoded paths in build scripts.
    
    In addition to avoiding hardcoded paths, Gradle encourages laziness in its build scripts.
    This means that tasks and operations should be deferred until they are actually needed rather than executed eagerly.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/ajax/js/jquery-2.1.1.min.js

    ll)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").pro...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 82.3K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.groovy.scripts.internal;
    
    import com.google.common.collect.ImmutableMap;
    import org.codehaus.groovy.GroovyBugError;
    import org.codehaus.groovy.ast.ASTNode;
    import org.codehaus.groovy.ast.AnnotatedNode;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

     * '*' wildcard matching
    
    You can enable filtering either in the build script or via the `--tests` command-line option. Here's an example of some filters that are applied every time the build runs:
    
    .Filtering tests in the build script
    ====
    include::sample[dir="snippets/testing/filtering/kotlin",files="build.gradle.kts[tags=test-filtering]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  8. src/text/template/exec_test.go

    	// HTML.
    	{"html", `{{html "<script>alert(\"XSS\");</script>"}}`,
    		"&lt;script&gt;alert(&#34;XSS&#34;);&lt;/script&gt;", nil, true},
    	{"html pipeline", `{{printf "<script>alert(\"XSS\");</script>" | html}}`,
    		"&lt;script&gt;alert(&#34;XSS&#34;);&lt;/script&gt;", nil, true},
    	{"html", `{{html .PS}}`, "a string", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. hack/local-up-cluster.sh

    # limitations under the License.
    
    KUBE_VERBOSE=${KUBE_VERBOSE:-1}
    if (( KUBE_VERBOSE > 4 )); then
      set -x
    fi
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    # This script builds and runs a local kubernetes cluster. You may need to run
    # this as root to allow kubelet to open docker's socket, and to write the test
    # CA in /var/run/kubernetes.
    # Usage: `hack/local-up-cluster.sh`.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

            def consumerBuildFile = file('consumer/build.gradle')
            def buildscriptDestination = inExternalScript
                ? file('consumer/my-script.gradle')
                : consumerBuildFile
            buildscriptDestination << """
                buildscript {
                    // Build script classpath is resolved via ${INSTRUMENTED_ATTRIBUTE.name} attribute,
                    // so we have to set that attribute too to make transform run
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
Back to top