- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 78 for somme (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
executor.shutdown(); // Drain remaining totalDrained.addAndGet(helper.drainAll().size()); // Total drained should be <= total offered (some may be dropped at capacity) int totalOffered = numThreads * eventsPerThread; assertTrue(totalDrained.get() > 0); assertTrue(totalDrained.get() <= totalOffered); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
architecture/standards/0009-use-american-english.md
* **Consistency with dependencies**: Gradle's ecosystem and dependencies predominantly use American English ### Exceptions Some legitimate exceptions exist where British English or other variants must be preserved: * **Third-party APIs and libraries**: When integrating with external APIs that use different spelling conventions
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
.replaceAll("\\.placeholder\\.(.+)", ".placeholder_$1"); String expectedValue = "{labels." + expectedValuePart + "}"; // Some fields may have different conventions, so we just check if it starts correctly assertTrue("Field " + field.getName() + " value '" + value + "' should be related to its name",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
} private class ReportLocation(provider: FileLocationProvider) { val file: File by lazy(LazyThreadSafetyMode.NONE) { provider.get().asFile } // Some providers for the report files (Japicmp) are not memoizable internally and require project services to be resolved. // That's why we have to manually resolve them at the right point in time and explicitly memoize the resultsCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 11 11:05:07 GMT 2026 - 14.3K bytes - Click Count (1) -
src/main/assemblies/files/fess.in.sh
#!/bin/sh FESS_CLASSPATH=$FESS_HOME/lib/classes # JAVA_OPTS is not a built-in JVM mechanism but some people think it is so we # warn them that we are not observing the value of $JAVA_OPTS if [ ! -z "$JAVA_OPTS" ]; then echo -n "warning: ignoring JAVA_OPTS=$JAVA_OPTS; " echo "pass JVM parameters via FESS_JAVA_OPTS" fi if [ "x$FESS_MIN_MEM" = "x" ]; then FESS_MIN_MEM=256m fi if [ "x$FESS_MAX_MEM" = "x" ]; then FESS_MAX_MEM=2g
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 03:48:59 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <%-- query matched some document --%> <div id="subheader" class="row"> <div class="col"> <p> <c:if test="${allRecordCountRelation=='EQUAL_TO'}"> <la:message key="labels.search_result_status" arg0="${displayQuery}" arg1="${fe:formatNumber(allRecordCount,'###,###')}" arg2="${f:h(currentStartRecordNumber)}" arg3="${f:h(currentEndRecordNumber)}" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/fr/README.md
sur un [serveur web](https://fess.codelibs.org/15.3/admin/webconfig-guide.html), un [système de fichiers](https://fess.codelibs.org/15.3/admin/fileconfig-guide.html), ou un [Data Store](https://fess.codelibs.org/15.3/admin/dataconfig-guide.html) (comme un fichier CSV ou une base de données). De nombreux formats de fichiers sont pris en charge, y compris (mais sans s'y limiter) : Microsoft Office, PDF, et zip. *[Fess Site Search](https://github.com/codelibs/fess-site-search)* est une alternative...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImplTest.java
public void commit() { } }; FileListIndexUpdateCallbackImpl callback = new FileListIndexUpdateCallbackImpl(mockCallback, null, 1); // Pre-populate with some URLs synchronized (mockCallback) { for (int i = 0; i < 100; i++) { callback.deleteUrlList.add("http://example.com/doc" + i); } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 19.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/StatsTests.java
// Verify response contains meaningful data assertNotNull(res, "Stats response should not be null"); assertTrue(res.size() > 0, "Stats should contain at least some data"); // Check for common stats fields (these may need to be adjusted based on actual implementation) // Examples of fields that might be present: // - Document count // - Index sizeCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 6.8K bytes - Click Count (0)