Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Length (0.14 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String CONSTRAINTS_Email_MESSAGE = "{constraints.Email.message}";
    
        /** The key of the message: Length of {item} must be between {min} and {max}. */
        public static final String CONSTRAINTS_Length_MESSAGE = "{constraints.Length.message}";
    
        /** The key of the message: The check digit for ${value} is invalid, Luhn Modulo 10 checksum failed. */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Size (ascending) */
        public static final String LABELS_search_result_sort_content_length_asc = "{labels.search_result_sort_content_length_asc}";
    
        /** The key of the message: Size (descending) */
        public static final String LABELS_search_result_sort_content_length_desc = "{labels.search_result_sort_content_length_desc}";
    
        /** The key of the message: Last Modified (ascending) */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top