Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 29 of 29 for polite (0.06 seconds)

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

  1. src/main/resources/fess_indices/_aws/fess.json

       ...
    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)
  2. src/main/resources/fess_indices/_cloud/fess.json

       ...
    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)
  3. src/test/java/org/codelibs/fess/validation/UriTypeTest.java

        @Test
        public void test_annotationPresence() {
            assertTrue("UriType should be an annotation", UriType.class.isAnnotation());
        }
    
        // Test annotation retention policy
        @Test
        public void test_retentionPolicy() {
            final Retention retention = UriType.class.getAnnotation(Retention.class);
            assertNotNull(retention, "Retention annotation should be present");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 21.3K bytes
    - Click Count (0)
  4. ADDING_NEW_LANGUAGE.md

    2. **Search/Analysis Support** (40+ languages): Language-specific text analysis for search indexing
    
    Currently supported UI languages: German, English, Spanish, French, Italian, Japanese, Korean, Dutch, Polish, Brazilian Portuguese, Russian, Simplified Chinese, and Traditional Chinese.
    
    ## File Structure
    
    Language resource files are located in:
    ```
    src/main/resources/
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 06 11:36:30 GMT 2025
    - 10.4K bytes
    - Click Count (1)
  5. src/test/java/org/codelibs/fess/validation/CronExpressionTest.java

            assertNotNull(target);
    
            java.lang.annotation.ElementType[] types = target.value();
            assertEquals(5, types.length);
        }
    
        // Test annotation retention policy
        @Test
        public void test_annotationRetention() {
            java.lang.annotation.Retention retention = CronExpression.class.getAnnotation(java.lang.annotation.Retention.class);
            assertNotNull(retention);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 12.5K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_fr.properties

    labels.user_employeeType=Type d'employé
    labels.employeeType=Type d'employé
    labels.user_facsimileTelephoneNumber=Numéro de télécopieur
    labels.facsimileTelephoneNumber=Numéro de télécopieur
    labels.user_postOfficeBox=Boîte postale
    labels.postOfficeBox=Boîte postale
    labels.user_initials=Initiales
    labels.initials=Initiales
    labels.user_carLicense=Permis de conduire
    labels.carLicense=Permis de conduire
    labels.user_mobile=Mobile
    labels.mobile=Mobile
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/helper/SystemHelper.java

        public void setSystemCpuCheckInterval(final long systemCpuCheckInterval) {
            this.systemCpuCheckInterval = systemCpuCheckInterval;
        }
    
        /**
         * Validates a password against configured password policy requirements.
         *
         * @param password The password to validate.
         * @return An empty string if the password is valid, or an error key for the validation failure.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 43.2K bytes
    - Click Count (0)
  8. src/main/webapp/js/chat.js

         */
        function scrollToBottom() {
            elements.chatMessages.scrollTop(elements.chatMessages[0].scrollHeight);
        }
    
        /**
         * Render Markdown text to sanitized HTML.
         * Policy is aligned with server-side MarkdownRenderer (OWASP sanitizer).
         */
        var markdownDomPurifyInitialized = false;
        var markdownSanitizeConfig = {
            ALLOWED_TAGS: ['h1','h2','h3','h4','h5','h6',
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  9. src/main/resources/fess_config.properties

    # Inline MIME types for the response.
    response.inline.mimetypes=application/pdf,text/plain
    # HTTP headers for the response.
    response.headers=\
    text/html=X-XSS-Protection: 1; mode=block\n\
    text/html=Content-Security-Policy: reflected-xss block\n\
    text/html=X-Frame-Options: SAMEORIGIN\n\
    
    
    # document index
    
    # Index name for search documents.
    index.document.search.index=fess.search
    # Index name for update documents.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
Back to Top