- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for 90 (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/log4j2.xml
<Property name="backup.date.suffix" value="_%d{yyyyMMdd}" /> <Property name="backup.max.history" value="10" /> <Property name="backup.max.age" value="90" /> <Property name="backup.audit.max.age" value="360" /> <Property name="backup.searchlog.max.age" value="90" /> <Property name="audit.log.pattern" value="%msg%n" /> <Property name="searchlog.log.pattern" value="%msg%n" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/filter/LoadControlFilterTest.java
@Test public void test_doFilter_webDisabled() throws IOException, ServletException { setConfig(100, 100); testableFilter.setCpuPercent((short) 90); mockRequest.setRequestURI("/search"); testableFilter.doFilter(mockRequest, mockResponse, mockFilterChain); assertTrue(mockFilterChain.wasDoFilterCalled());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 33.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorTest.java
} } @Test public void test_1searcher1000_10docs_100size() throws Exception { String query = "*"; int allRecordCount = 10; int pageSize = 100; int offset = 90; try (RankFusionProcessor rankFusionProcessor = new RankFusionProcessor()) { rankFusionProcessor.setSearcher(new TestMainSearcher(allRecordCount));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/webapp/css/chat.css
max-height: calc(100vh - 120px); border-radius: 0; } .chat-messages { min-height: 150px; padding: 0.75rem; } .message-wrapper { max-width: 90%; } .message-content { max-width: 100%; } .message-avatar { width: 32px; height: 32px; font-size: 0.8125rem; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java
super.setUp(testInfo); userAgentHelper = new UserAgentHelper(); } @Test public void test_getUserAgentType_IE9() { getMockRequest().addHeader("user-agent", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)"); assertEquals(UserAgentType.IE, userAgentHelper.getUserAgentType()); } @Test public void test_getUserAgentType_IE10() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 7.5K bytes - Click Count (0)