- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for taip (0.01 seconds)
-
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) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/PublicAPIRulesTest.groovy
def injectAnnotation = Stub(JApiAnnotation) def setup() { new File(tmp, "org/gradle/api").mkdirs() sourceFile = new File(tmp, "${TEST_INTERFACE_NAME.replace('.', '/')}.java").tap { text = "" } jApiClassifier.fullyQualifiedName >> TEST_INTERFACE_NAME jApiField.name >> 'field' jApiField.jApiClass >> jApiClassifier jApiMethod.name >> 'method'
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 06 17:52:09 GMT 2025 - 16K bytes - Click Count (0)