- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 210 for _max (0.02 seconds)
-
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractConditionAggregation.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 12.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap_edit.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/RateLimitHelper.java
requestCounters.put(ip, counter); } final long count = counter.incrementAndGet(); if (logger.isDebugEnabled()) { logger.debug("Request count: ip={}, count={}, max={}", ip, count, maxRequests); } if (count > maxRequests) { blockedIps.put(ip, Boolean.TRUE); logger.info("Rate limit exceeded, IP blocked: ip={}, requestCount={}", ip, count);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Dec 24 14:16:27 GMT 2025 - 9.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
assertEquals("mixed_ ", activityHelper.normalizeScript("mixed\t\n\r\n")); } @Test public void test_normalizeScript_longScript() { // Create a script longer than 100 characters (default max length) StringBuilder sb = new StringBuilder(); for (int i = 0; i < 120; i++) { sb.append("a"); } String longScript = sb.toString();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0) -
src/main/assemblies/files/fess.in.sh
#FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStore=/tech/elastic/config/truststore.jks" #FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStorePassword=changeit" # min and max heap sizes should be set to the same value to avoid # stop-the-world GC pauses during resize, and so that we can lock the # heap in memory on startup to prevent any of it from being swapped # out.
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/java/org/codelibs/fess/util/MemoryUtil.java
final long totalBytes = runtime.totalMemory(); final long usedBytes = totalBytes - freeBytes; return "Mem:{used " + byteCountToDisplaySize(usedBytes) + ", heap " + byteCountToDisplaySize(totalBytes) + ", max " + byteCountToDisplaySize(maxBytes) + "}"; } /** * Converts byte count to human-readable size format. * * @param size the size in bytes * @return formatted size string
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
return null; } final String omitMarker = "\n...[omitted]...\n"; final int maxSuffixLen = Math.max(0, maxChars / 4); final String suffix = buildSourceTitlesSuffix(msg.getSources(), maxSuffixLen); final int bodyBudget = Math.max(0, maxChars - suffix.length() - omitMarker.length()); if (content.length() <= bodyBudget) { return content + suffix; }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) -
src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java
assertEquals("test", list.get(1)); } @Test public void test_setMaxGroupDepth() { EntraIdAuthenticator authenticator = new EntraIdAuthenticator(); // Test setting different max group depths authenticator.setMaxGroupDepth(5); authenticator.setMaxGroupDepth(20); authenticator.setMaxGroupDepth(1); // Verify method accepts valid values without exception
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
} return null; } /** * Deletes the user code cookie from the client browser. * This method removes the user identification cookie by setting it to an empty value with zero max age. * * @param request the HTTP servlet request */ public void deleteUserCodeFromCookie(final HttpServletRequest request) { final String cookieValue = getUserCodeFromCookie(request);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_edit.jsp
value="${f:h(sortOrder)}" class="form-control" min="0" max="100000"> </div> </div> </div> <div class="card-footer">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 9.6K bytes - Click Count (0)