- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 32 for blivit (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_indices/_aws/fess.json
}, "finnish_stop": { "type": "stop",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
}, "finnish_stop": { "type": "stop",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/java/org/codelibs/fess/filter/RateLimitFilter.java
} sendBlockedResponse(httpResponse); return; } // Check rate limit if (!rateLimitHelper.allowRequest(clientIp)) { if (logger.isDebugEnabled()) { logger.debug("Rate limit exceeded: clientIp={}", clientIp); } sendRateLimitResponse(httpResponse, rateLimitHelper.getRetryAfterSeconds()); return;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Dec 24 14:16:27 GMT 2025 - 4.4K bytes - Click Count (0) -
.github/dependabot.yml
directory: "/" schedule: interval: "daily" labels: - "@dev-productivity" - "a:chore" - "in:building-gradle" - package-ecosystem: "gradle" open-pull-requests-limit: 0 directory: "/" schedule: interval: "daily" labels: - "@dev-productivity" - "a:chore" - "in:building-gradle" - package-ecosystem: "maven" directory: "/.teamcity"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Oct 14 11:09:50 GMT 2025 - 1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/LlmExceptionTest.java
} @Test public void test_constructorWithMessageAndErrorCode() { final LlmException exception = new LlmException("Rate limit exceeded", LlmException.ERROR_RATE_LIMIT); assertEquals("Rate limit exceeded", exception.getMessage()); assertEquals(LlmException.ERROR_RATE_LIMIT, exception.getErrorCode()); assertNull(exception.getCause()); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 04:19:06 GMT 2026 - 5.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/CrawlJobTest.java
assertTrue(e.getMessage().contains("10 crawler processes are running")); assertTrue(e.getMessage().contains("Max processes are 5")); } } // Test execute method with no max process limit @Test public void test_execute_noMaxProcessLimit() { // Setup test crawlJob = new CrawlJob() { @Override protected int getRunningJobCount() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25K bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
### Running Gradle on multiple Java versions In addition, some of these discussions included proposals for having a single Java version supported by the Gradle Launcher and Daemon. However, this would limit the ability of the Gradle ecosystem plugin authors to take advantage of new Java features and improvements.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 60 */ String RATE_LIMIT_RETRY_AFTER_SECONDS = "rate.limit.retry.after.seconds"; /** The key of the configuration. e.g. 127.0.0.1,::1 */ String RATE_LIMIT_WHITELIST_IPS = "rate.limit.whitelist.ips"; /** The key of the configuration. e.g. */ String RATE_LIMIT_BLOCKED_IPS = "rate.limit.blocked.ips";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/llm/LlmException.java
* * @author FessProject */ public class LlmException extends FessSystemException { private static final long serialVersionUID = 1L; /** Error code for rate limit (HTTP 429). */ public static final String ERROR_RATE_LIMIT = "rate_limit"; /** Error code for authentication failure (HTTP 401/403). */ public static final String ERROR_AUTH = "auth_error";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 01:53:06 GMT 2026 - 3.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
br.addElement(""); br.addElement("While, you can override the boundary limit size"); br.addElement(" in " + getClass().getSimpleName() + "."); br.addItem("Content Type"); br.addElement(contentType); br.addItem("Boundary Size"); br.addElement(boundarySize); br.addItem("Limit Size"); br.addElement(limitSize); final String msg = br.buildExceptionMessage();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:48:41 GMT 2026 - 18.9K bytes - Click Count (1)