- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 112 for upload (0.04 sec)
-
src/main/resources/fess_label_en.properties
labels.key_match_urls=URLs labels.key_match_title_details=Key Match labels.design_configuration=Page Design labels.design_title_file_upload=File to Upload labels.design_title_file=File Manager labels.design_file=Upload File labels.design_file_name=File Name (optional) labels.design_button_upload=Upload labels.design_file_title_edit=View Page File labels.design_edit_button=Edit labels.design_download_button=Download
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java
}); }); } /** * Upload a stopwords file. * * @param form the upload form containing the file and dictionary ID * @return HTML response redirecting to the list page after successful upload */ @Execute @Secured({ ROLE }) public HtmlResponse upload(final UploadForm form) { validate(form, messages -> {}, () -> uploadpage(form.dictId));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/plugin/AdminPluginAction.java
*/ public static final String ROLE = "admin-plugin"; private static final Logger logger = LogManager.getLogger(AdminPluginAction.class); private static final String UPLOAD = "upload"; @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/resources/fess_message.properties
success.upload_synonym_file = Uploaded a synonym file. success.upload_protwords_file = Uploaded a protwords file. success.upload_stopwords_file = Uploaded a stopwords file. success.upload_stemmeroverride_file = Uploaded a stemmer override file. success.upload_kuromoji_file = Uploaded a Kuromoji file. success.upload_elevate_word = Uploaded an elevate word file. success.upload_bad_word = Uploaded a bad word file.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
success.upload_synonym_file = Uploaded a synonym file. success.upload_protwords_file = Uploaded a protwords file. success.upload_stopwords_file = Uploaded a stopwords file. success.upload_stemmeroverride_file = Uploaded a stemmer override file. success.upload_kuromoji_file = Uploaded a Kuromoji file. success.upload_elevate_word = Uploaded an elevate word file. success.upload_bad_word = Uploaded a bad word file.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/design/admin_design.jsp
<div class="card-footer"> <button type="submit" class="btn btn-success" name="upload" value="<la:message key="labels.design_button_upload" />"> <em class="fa fa-upload"> <la:message key="labels.design_button_upload"/> </button>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java
}); }); } /** * Upload the protected words. * @param form The upload form. * @return The HTML response. */ @Execute @Secured({ ROLE }) public HtmlResponse upload(final UploadForm form) { validate(form, messages -> {}, () -> uploadpage(form.dictId));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/badword/ApiAdminBadwordAction.java
} // PUT /api/admin/badword/upload /** * Uploads bad words from a CSV file. * * @param body the upload form containing the CSV file * @return JSON response with result status */ @Execute public JsonResponse<ApiResult> put$upload(final UploadForm body) { validateApi(body, messages -> {});
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
} protected void setupServletFileUpload(final JakartaServletDiskFileUpload upload, final HttpServletRequest request) { upload.setHeaderCharset(Charset.forName(request.getCharacterEncoding())); upload.setSizeMax(getSizeMax()); upload.setFileCountMax(getFileCountMax()); // since commons-fileupload-1.5 } protected long getSizeMax() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java
}); }); } /** * Upload a char mapping file. * @param form The upload form. * @return The HTML response. */ @Execute @Secured({ ROLE }) public HtmlResponse upload(final UploadForm form) { validate(form, messages -> {}, () -> uploadpage(form.dictId));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0)