- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for taip (0.02 seconds)
-
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) -
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) -
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) -
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) -
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) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
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) -
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) -
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)