Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for 90 (0.01 seconds)

  1. 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)
  2. 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)
  3. 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)
Back to Top