Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 51 for doHash (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalBwcGitPluginFuncTest.groovy

                    consumeCheckout project(path:":", configuration: "checkout")
                }
    
                tasks.register("register") {
                    dependsOn configurations.consumeCheckout
                    doLast {
                        configurations.consumeCheckout.files.each {
                            println "checkoutDir artifact: " + it
                        }
                    }
                }
            """
            when:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 2.5K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalBwcGitPlugin.java

                findRemote.setCommandLine(asList("git", "remote", "-v"));
                ByteArrayOutputStream output = new ByteArrayOutputStream();
                findRemote.setStandardOutput(output);
                findRemote.doLast(t -> {
                    ExtraPropertiesExtension extraProperties = project.getExtensions().getExtraProperties();
                    extraProperties.set("remoteExists", isRemoteAvailable(remote, output));
                });
            });
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 9.9K bytes
    - Click Count (0)
  3. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/InternalYamlRestTestPluginFuncTest.groovy

                // can't actually spin up test cluster from this test
               tasks.withType(Test).configureEach{ enabled = false }
    
               tasks.register("printYamlRestTestClasspath").configure {
                   doLast {
                       println sourceSets.yamlRestTest.runtimeClasspath.asPath
                   }
               }
            """
            String api = "foo.json"
            setupRestResources([api])
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 3.1K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

      String checkstyleIdeConfig = "$rootDir/checkstyle_ide.xml"
    
      inputs.files(file(checkstyleConfig), file(checkstyleIdeFragment))
      outputs.files(file(checkstyleIdeConfig))
    
      doLast {
        // Create an IDE-specific checkstyle config by first copying the standard config
        Files.copy(
          Paths.get(file(checkstyleConfig).getPath()),
          Paths.get(file(checkstyleIdeConfig).getPath()),
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
  5. build-logic-commons/publishing/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle.gradle.kts

        val repoDir = localRepository // Prevent capturing the Gradle script instance for configuration cache compatibility
        // This should be unified with publish-public-libraries if possible
        doLast {
            repoDir.get().asFileTree.matching { include("**/maven-metadata.xml") }.forEach {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 11:01:20 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  6. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/CheckstylePrecommitPlugin.java

            }
    
            // Explicitly using an Action interface as java lambdas
            // are not supported by Gradle up-to-date checks
            copyCheckstyleConf.configure(t -> t.doLast(new Action<Task>() {
                @Override
                public void execute(Task task) {
                    checkstyleDir.mkdirs();
                    try (InputStream stream = checkstyleConfUrl.openStream()) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 17 08:59:22 GMT 2021
    - 5.5K bytes
    - Click Count (0)
  7. kotlin-js-store/yarn.lock

      integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
      dependencies:
        p-locate "^5.0.0"
    
    lodash@^4.17.15, lodash@^4.17.21:
      version "4.17.21"
      resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
      integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Jul 22 12:28:51 GMT 2023
    - 87.4K bytes
    - Click Count (0)
  8. build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle

        }
      }
    }
    
    subprojects {
      project.getPlugins().withType(TestRerunPlugin) {
        tasks.withType(Test).configureEach(new Action<Test>() {
          @Override
          void execute(Test test) {
            test.doLast(new Action<Test>() {
              @Override
              void execute(Test t) {
                if(t.rerun.didRerun.get() == true) {
                  buildScan.tag 'unexpected-test-jvm-exit'
                }
              }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 21 20:40:34 GMT 2021
    - 4.6K bytes
    - Click Count (0)
  9. build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts

                if (moduleBaseDir.exists()) {
                    // Make sure artifacts do not pile up locally
                    moduleBaseDir.deleteRecursively()
                }
            }
    
            doLast {
                localRepository.get().file("org/gradle/${baseName.get()}/maven-metadata.xml").asFile.apply {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Oct 30 16:56:31 GMT 2025
    - 5.7K bytes
    - Click Count (0)
  10. src/test/java/org/codelibs/fess/llm/RelevanceEvaluationResultTest.java

            List<String> docIds = Arrays.asList("doc-with-dash", "doc_with_underscore", "doc.with.dot");
            List<Integer> indexes = Arrays.asList(1, 2, 3);
            RelevanceEvaluationResult result = RelevanceEvaluationResult.withRelevantDocs(docIds, indexes);
    
            assertTrue(result.isHasRelevantResults());
            assertEquals("doc-with-dash", result.getRelevantDocIds().get(0));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 01 08:11:18 GMT 2026
    - 7.7K bytes
    - Click Count (0)
Back to Top