Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for bad_word_file (0.05 sec)

  1. src/main/webapp/WEB-INF/view/admin/badword/admin_badword_download.jsp

                                    <div class="form-group row">
                                        <label class="col-sm-12 col-form-label"><la:message
                                                key="labels.bad_word_file"/></label>
                                    </div>
                                </div>
                                <div class="card-footer">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.3K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp

                                    <label for="badWordFile" class="col-sm-3 text-sm-right col-form-label"><la:message
                                        key="labels.bad_word_file"/></label>
                                    <div class="col-sm-9">
                                        <input type="file" id="badWordFile" name="badWordFile" class="form-control-file"/>
                                    </div>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java

        /**
         * The multipart file containing bad words to be uploaded.
         * This file should contain a list of words that will be filtered from search results.
         */
        @Required
        public MultipartFormFile badWordFile;
    
        /**
         * Default constructor for UploadForm.
         * Creates a new instance with default values.
         */
        public UploadForm() {
            // Default constructor
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top