- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 97 for upload (0.1 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/design/DesignForm.java
/** * Form class for design file management in the admin interface. * Handles upload and management of design templates and CSS files. */ public class DesignForm { /** * Creates a new instance of DesignForm. * This constructor initializes the form for design file management * in the admin interface, handling upload and management of templates and CSS files. */ public DesignForm() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp
<div class="card-footer"> <button type="submit" class="btn btn-success" name="upload" value="<la:message key="labels.bad_word_button_upload" />"> <i class="fa fa-upload" aria-hidden="true"></i> <la:message key="labels.bad_word_button_upload"/> </button>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp
<div class="card-footer"> <button type="submit" class="btn btn-success" name="upload" value="<la:message key="labels.elevate_word_button_upload" />"> <i class="fa fa-upload" aria-hidden="true"></i> <la:message key="labels.elevate_word_button_upload"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/sereq/admin_sereq.jsp
</div> </div> </div> <div class="card-footer"> <c:if test="${editable}"> <button type="submit" class="btn btn-primary" name="upload"> <i class="fa fa-upload" aria-hidden="true"></i> <la:message key="labels.sereq_button_upload" /> </button> </c:if> </div> </div> </div> </la:form> </section>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/backup/admin_backup.jsp
<button type="submit" class="btn btn-success mb-2" name="upload"> <i class="fa fa-upload" aria-hidden="true"></i> <la:message key="labels.backup_button_upload"/> </button>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_upload.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/ApiAdminDictProtwordsAction.java
} /** * Upload protected words file for the specified dictionary. * * @param dictId identifier of the dictionary * @param form upload form containing the file and metadata * @return JSON response indicating the API result status */ // PUT /api/admin/dict/protwords/upload/{dictId} @Execute public JsonResponse<ApiResult> put$upload(final String dictId, final UploadForm form) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/kuromoji/ApiAdminDictKuromojiAction.java
} /** * Uploads Kuromoji dictionary file. * * @param dictId the dictionary ID * @param form the upload form containing the dictionary file * @return JSON response with result status */ // PUT /api/admin/dict/kuromoji/upload/{dictId} @Execute public JsonResponse<ApiResult> put$upload(final String dictId, final UploadForm form) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_upload.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_upload.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.3K bytes - Viewed (0)