Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 18 of 18 for 7200000 (0.23 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                <la:option value="50">50</la:option>
                                                <la:option value="100">100</la:option>
                                                <la:option value="200">500</la:option>
                                                <la:option value="1000">1000</la:option>
                                            </la:select>
                                        </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 16.2K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorEdgeCaseTest.java

                processor.setSearcher(new TestSearcher(100));
                processor.init();
    
                final List<Map<String, Object>> results =
                        processor.search("*", new TestSearchRequestParams(0, 10000, 0), OptionalThing.empty());
                assertNotNull(results);
                // Should return only available documents
                assertEquals(100, results.size());
            }
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 14.2K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/entity/SearchRenderDataTest.java

            assertTrue(populatedString.contains("partialResults=false"));
            assertTrue(populatedString.contains("queryTime=500"));
            assertTrue(populatedString.contains("requestedTime=1000000"));
        }
    
        @Test
        public void test_complexScenario() {
            // Simulate a typical search result scenario
            // Page 2 of search results with 10 items per page
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 23.6K bytes
    - Click Count (0)
  4. build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy

    class LeakingProcessKillPatternTest extends Specification {
    
        def "matches worker process started in test on Windows"() {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jul 12 03:42:46 GMT 2024
    - 14.8K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/fess/filter/LoadControlFilterTest.java

            assertEquals(0, mockResponse.getStatus());
        }
    
        @Test
        public void test_doFilter_aboveHundredThreshold() throws IOException, ServletException {
            setConfig(200, 200);
            testableFilter.setCpuPercent((short) 90);
            mockRequest.setRequestURI("/search");
    
            testableFilter.doFilter(mockRequest, mockResponse, mockFilterChain);
    
    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)
  6. src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java

            final List<LlmMessage> history = new ArrayList<>();
            history.add(LlmMessage.user("Q1")); // 2 chars
            history.add(LlmMessage.assistant("A".repeat(200))); // 200 chars - too large
            history.add(LlmMessage.user("Q2")); // 2 chars
            history.add(LlmMessage.assistant("A2")); // 2 chars
            final LlmChatRequest request = new LlmChatRequest();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 53K bytes
    - Click Count (0)
  7. src/main/webapp/css/bootstrap.min.css

    infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;backgroun...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 227.5K bytes
    - Click Count (0)
  8. src/main/webapp/css/admin/adminlte.min.css.map

    input:checked ~ .custom-control-label::before {\n  color: #fff;\n  border-color: #007bff;\n  background-color: #007bff;\n  box-shadow: none;\n}\n\n.custom-control-input:focus ~ .custom-control-label::before {\n  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {\n  border-color: #80bdff;\n}\n\n.custom-control-input:not(:disabled):active ~ .custom-control-label::before {\n...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 3.7M bytes
    - Click Count (3)
Back to Top