Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 94 of 94 for protwords (0.09 sec)

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

        /** The key of the message: Failed to download a protwords file. */
        public static final String ERRORS_failed_to_download_protwords_file = "{errors.failed_to_download_protwords_file}";
    
        /** The key of the message: Failed to upload a protwords file. */
        public static final String ERRORS_failed_to_upload_protwords_file = "{errors.failed_to_upload_protwords_file}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 119.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    online.help.name.dict=dict
    # Online help key for Kuromoji dictionary.
    online.help.name.dict.kuromoji=kuromoji
    # Online help key for protected words dictionary.
    online.help.name.dict.protwords=protwords
    # Online help key for stopwords dictionary.
    online.help.name.dict.stopwords=stopwords
    # Online help key for stemmer override dictionary.
    online.help.name.dict.stemmeroverride=stemmeroverride
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_dict_kuromoji_file = "{labels.dict_kuromoji_file}";
    
        /** The key of the message: Protwords Word List */
        public static final String LABELS_dict_protwords_configuration = "{labels.dict_protwords_configuration}";
    
        /** The key of the message: Protwords Word List */
        public static final String LABELS_dict_protwords_title = "{labels.dict_protwords_title}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. kuromoji */
        String ONLINE_HELP_NAME_DICT_KUROMOJI = "online.help.name.dict.kuromoji";
    
        /** The key of the configuration. e.g. protwords */
        String ONLINE_HELP_NAME_DICT_PROTWORDS = "online.help.name.dict.protwords";
    
        /** The key of the configuration. e.g. stopwords */
        String ONLINE_HELP_NAME_DICT_STOPWORDS = "online.help.name.dict.stopwords";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top