Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Kata (0.13 sec)

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

        public static final String ERRORS_crud_failed_to_create_instance = "{errors.crud_failed_to_create_instance}";
    
        /** The key of the message: Failed to create a new data. ({0}) */
        public static final String ERRORS_crud_failed_to_create_crud_table = "{errors.crud_failed_to_create_crud_table}";
    
        /** The key of the message: Failed to update the data. ({0}) */
    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: Data Store Crawling */
        public static final String LABELS_data_crawling_configuration = "{labels.data_crawling_configuration}";
    
        /** The key of the message: Data Store Crawling Configuration */
        public static final String LABELS_data_crawling_title_details = "{labels.data_crawling_title_details}";
    
        /** The key of the message: Handler Name */
    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)
  3. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigCQ.java

        //                                                                       =============
        @Override
        public String asTableDbName() {
            return "data_config";
        }
    
        @Override
        public String xgetAliasName() {
            return "data_config";
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 108.9K bytes
    - Viewed (0)
Back to top