Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 16s (0.02 seconds)

  1. src/test/java/org/codelibs/fess/suggest/settings/SuggestSettingsBuilderTest.java

                    .scrollTimeout("11s")
                    .searchTimeout("12s")
                    .indexTimeout("13s")
                    .bulkTimeout("14s")
                    .indicesTimeout("15s")
                    .clusterTimeout("16s")
                    .build(client, id);
    
            assertNotNull(settings);
            assertEquals("chained_index", builder.settingsIndexName);
            assertEquals("11s", builder.timeoutSettings.scrollTimeout);
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 14.4K bytes
    - Click Count (0)
  2. src/main/webapp/css/chat.css

        animation: thinking-bounce 1.4s ease-in-out infinite both;
    }
    
    .thinking-dots span:nth-child(1) {
        animation-delay: -0.32s;
    }
    
    .thinking-dots span:nth-child(2) {
        animation-delay: -0.16s;
    }
    
    @keyframes thinking-bounce {
        0%, 80%, 100% { transform: scale(0); }
        40% { transform: scale(1); }
    }
    
    /* ============================================
       Error Banner (ADS Flag style)
    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