- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 117 for downloadTo (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_message.properties
errors.failed_to_download_synonym_file = Failed to download a synonym file. errors.failed_to_upload_synonym_file = Failed to upload a synonym file. errors.failed_to_download_stemmeroverride_file = Failed to download a stemmer override file. errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file. errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.failed_to_download_synonym_file = Failed to download a synonym file. errors.failed_to_upload_synonym_file = Failed to upload a synonym file. errors.failed_to_download_stemmeroverride_file = Failed to download a stemmer override file. errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file. errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/DownloadForm.java
import org.lastaflute.web.validation.Required; /** * The download form for mapping dictionary. * This form is used for downloading mapping dictionary files from the admin interface. * */ public class DownloadForm { /** * Dictionary ID for identifying the mapping dictionary to download. */ @Required public String dictId; /** * Default constructor.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/DownloadForm.java
import org.lastaflute.web.validation.Required; /** * The download form for synonym dictionary. * This form is used for downloading synonym dictionary files from the admin interface. * */ public class DownloadForm { /** * Dictionary ID for identifying the synonym dictionary to download. */ @Required public String dictId; /** * Default constructor.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java
// Download // ------- /** * Show the download page. * @return The HTML response. */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse downloadpage() { saveToken(); return asDownloadHtml(); } /** * Download the bad words.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 23 23:57:26 GMT 2026 - 18K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp
<div class="card-footer"> <button type="submit" class="btn btn-primary" name="download" value="<la:message key="labels.dict_protwords_button_download" />"> <i class="fa fa-download" aria-hidden="true"></i> <la:message key="labels.dict_protwords_button_download"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_download.jsp
<div class="card-footer"> <button type="submit" class="btn btn-primary" name="download" value="<la:message key="labels.dict_stopwords_button_download" />"> <i class="fa fa-download" aria-hidden="true"></i> <la:message key="labels.dict_stopwords_button_download"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/ApiAdminDictMappingAction.java
} /** * Download the character mapping file for the specified dictionary. * * @param dictId identifier of the dictionary * @param body download request payload * @return stream response with file content */ // GET /api/admin/dict/mapping/download/{dictId} @Execute public StreamResponse get$download(final String dictId, final DownloadBody body) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.dict_synonym_link_edit=Edit labels.dict_synonym_link_delete=Delete labels.dict_synonym_link_details=Details labels.dict_synonym_link_download=Download labels.dict_synonym_link_upload=Upload labels.dict_synonym_source=Source labels.dict_synonym_target=Target labels.dict_synonym_button_download=Download labels.dict_synonym_button_upload=Upload labels.dict_synonym_file=Synonym File labels.dict_stemmeroverride_configuration=Stemmer Override List
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/design/admin_design.jsp
<div class="card-footer"> <button type="submit" class="btn btn-primary" name="download" value="<la:message key="labels.design_download_button" />"> <i class="fa fa-download" aria-hidden="true"></i> <la:message key="labels.design_download_button"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 11.2K bytes - Click Count (0)