Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for taip (0.04 seconds)

  1. src/main/resources/fess_indices/_aws/fess.json

    "juos", "juose", "jus", "jūs", "jūsų", "ką", "kad", "kai", "kaip", "kas", "kiek", "kol", "kur", "kurie", "kuris", "man", "mane", "manęs", "manimi", "mano", "manyje", "mes", "metu", "mudu", "mudvi", "mudviejų", "mudviem", "mudviese", "mumis", "mums", "mumyse", "mus", "mūsų", "nei", "nes", "net", "nors", "nuo", "o", "pat", "per", "po", "prie", "prieš", "sau", "save", "savęs", "savimi", "savo", "savyje", "su", "tačiau", "tada", "tai", "taip", "tas", "tau", "tave", "tavęs", "tavimi", "tavyje", "ten",...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

    "juos", "juose", "jus", "jūs", "jūsų", "ką", "kad", "kai", "kaip", "kas", "kiek", "kol", "kur", "kurie", "kuris", "man", "mane", "manęs", "manimi", "mano", "manyje", "mes", "metu", "mudu", "mudvi", "mudviejų", "mudviem", "mudviese", "mumis", "mums", "mumyse", "mus", "mūsų", "nei", "nes", "net", "nors", "nuo", "o", "pat", "per", "po", "prie", "prieš", "sau", "save", "savęs", "savimi", "savo", "savyje", "su", "tačiau", "tada", "tai", "taip", "tas", "tau", "tave", "tavęs", "tavimi", "tavyje", "ten",...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  3. build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/extension/GradleModuleExtension.kt

         * specific runtime requirements. For example, they must be able to run in
         * a worker (a compiler worker, test worker, worker API worker action),
         * or must be able to run in a client (TAPI model, TAPI client, CLI client).
         */
        @get:Nested
        abstract val requiredRuntimes: ModuleTargetRuntimes
    
        fun requiredRuntimes(action: ModuleTargetRuntimes.() -> Unit) {
            action(requiredRuntimes)
        }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:40:18 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  4. build-logic/binary-compatibility/src/main/groovy/gradlebuild/EnrichedReportRenderer.groovy

                            divider.style.margin = "5px";
                            var tip = document.createElement("small");
                            tip.textContent = "Use the 'bin.cmp.report.severity.filter' property to set the default severity filter";
                            tip.style.padding = "20px";
                            var menu = document.querySelectorAll("ul .dropdown-menu")[0];
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jan 22 12:18:18 GMT 2026
    - 7K bytes
    - Click Count (0)
  5. src/test/resources/before_script.sh

    #!/bin/bash
    set -xuo pipefail
    
    temp_log_file=/tmp/fess-build.$$
    unzip target/releases/fess-*.zip > ${temp_log_file} 2>&1
    tail ${temp_log_file}
    
    ./fess-*/bin/fess > ${temp_log_file} 2>&1 &
    
    temp_json_file=/tmp/fess-log.$$
    touch ${temp_json_file}
    error_count=0
    while true ; do
      status=$(curl -w '%{http_code}\n' -s -o ${temp_json_file} "http://localhost:8080/api/v1/health")
      cat ${temp_json_file}
      if [[ x"${status}" = x200 ]] ; then
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Nov 15 02:26:18 GMT 2025
    - 940 bytes
    - Click Count (0)
  6. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/BinaryCompatibilityHelper.groovy

            Directory projectRootDir,
            File currentUpgradedPropertiesFile,
            File baselineUpgradedPropertiesFile,
            Action<RichReport> configureReport
        ) {
            japicmpTask.tap {
                addExcludeFilter(AnonymousClassesFilter)
                addExcludeFilter(KotlinInternalFilter)
                addExcludeFilter(KotlinInvokeDefaultBridgeFilter)
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Dec 30 10:14:25 GMT 2025
    - 5.7K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/chat/ChatClientTest.java

            final String tail = result.substring(omitIdx + omitMarker.length());
            // Verify 60/40 ratio: head=289, tail=194
            assertEquals(289, head.length());
            assertEquals(194, tail.length());
            // Head should be ~60% of bodyBudget
            final double headRatio = (double) head.length() / (head.length() + tail.length());
            assertTrue(headRatio > 0.55 && headRatio < 0.65);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 40.6K bytes
    - Click Count (0)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

                    if (node.nodeName().equals("#comment")) {
                        node.remove();
                    }
                }
    
                @Override
                public void tail(Node node, int depth) {
                    // Do nothing
                }
            });
        }
    
        private void wrapH2InSectionTopic(Document document) {
            Element heading = document.body().select("h2").first();
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 03 01:59:51 GMT 2026
    - 11.3K bytes
    - Click Count (0)
  9. README.md

    - **Newsletter**: Subscribe to the [Gradle Newsletter](https://newsletter.gradle.org) for news, tutorials, and community highlights.
    
    > **Quick Tip**: New contributors to Gradle projects are encouraged to ask questions in the Slack `#community-support` channel.
    
    ---
    
    ### 🌱 **Contributing to Gradle**
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Feb 12 18:58:41 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/chat/ChatClient.java

            final int tailChars = bodyBudget - headChars;
            final String head = content.substring(0, headChars);
            final String tail = content.substring(content.length() - tailChars);
            return head + omitMarker + tail + suffix;
        }
    
        /**
         * Builds the source titles suffix string (e.g., "\n[Referenced documents: Title1, Title2]").
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
Back to Top