Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for moins (0.01 seconds)

  1. src/main/resources/fess_message_fr.properties

    errors.password_length = Le mot de passe doit contenir au moins {0} caractères.
    errors.password_no_uppercase = Le mot de passe doit contenir au moins une lettre majuscule.
    errors.password_no_lowercase = Le mot de passe doit contenir au moins une lettre minuscule.
    errors.password_no_digit = Le mot de passe doit contenir au moins un chiffre.
    errors.password_no_special_char = Le mot de passe doit contenir au moins un caractère spécial.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 14.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/taglib/FessFunctions.java

            if (StringUtil.isBlank(input)) {
                return input;
            }
            return ComponentUtil.getDocumentHelper().encodeSimilarDocHash(input);
        }
    
        /**
         * Joins array or list elements into a single space-separated string.
         *
         * @param input the input object (String[], List, or String)
         * @return joined string with elements separated by spaces, or empty string if invalid input
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 25.4K bytes
    - Click Count (1)
Back to Top