Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for section (0.19 sec)

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

            add(property, new UserMessage(SUCCESS_delete_doc_from_index));
            return this;
        }
    
        /**
         * Add the created action message for the key 'success.crawling_info_delete_all' with parameters.
         * <pre>
         * message: Deleted session data.
         * </pre>
         * @param property The property name for the message. (NotNull)
         * @return this. (NotNull)
         */
    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: Session ID */
        public static final String LABELS_crawling_info_session_id_search = "{labels.crawling_info_session_id_search}";
    
        /** The key of the message: Session ID */
        public static final String LABELS_crawling_info_session_id = "{labels.crawling_info_session_id}";
    
        /** The key of the message: Created */
    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