- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 258 for downloaded (0.14 sec)
-
CHANGELOG/CHANGELOG-1.18.md
- [v1.18.11](#v11811) - [Downloads for v1.18.11](#downloads-for-v11811) - [Changelog since v1.18.10](#changelog-since-v11810) - [Changes by Kind](#changes-by-kind-8) - [Bug or Regression](#bug-or-regression-8) - [Dependencies](#dependencies-9) - [Added](#added-9) - [Changed](#changed-9) - [Removed](#removed-9) - [v1.18.10](#v11810) - [Downloads for v1.18.10](#downloads-for-v11810)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.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
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/repository/TestRepositoryConnector.java
if (!remoteFile.exists()) { download.setException(new ArtifactNotFoundException(download.getArtifact(), repository)); } else { download.setException(new ArtifactTransferException(download.getArtifact(), repository, e)); } } } } if (metadataDownloads != null) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 5.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
<!-- BEGIN MUNGE: GENERATED_TOC --> - [v1.5.8](#v158) - [Downloads for v1.5.8](#downloads-for-v158) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) - [Node Binaries](#node-binaries) - [Changelog since v1.5.7](#changelog-since-v157) - [Other notable changes](#other-notable-changes) - [v1.5.7](#v157) - [Downloads for v1.5.7](#downloads-for-v157) - [Client Binaries](#client-binaries-1)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/badword/admin_badword_download.jsp
<div class="card-footer"> <button type="submit" class="btn btn-primary" name="download" value="<la:message key="labels.bad_word_button_download" />"> <i class="fa fa-download" aria-hidden="true"></i> <la:message key="labels.bad_word_button_download"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java
}); }); } /** * Download the stopwords file. * * @param form the download form containing dictionary ID * @return action response with the file download stream */ @Execute @Secured({ ROLE, ROLE + VIEW }) public ActionResponse download(final DownloadForm form) { validate(form, messages -> {}, () -> downloadpage(form.dictId));Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.dict_synonym_link_edit=Bewerken labels.dict_synonym_link_delete=Verwijderen labels.dict_synonym_link_details=Details labels.dict_synonym_link_download=Downloaden labels.dict_synonym_link_upload=Uploaden labels.dict_synonym_source=Bron labels.dict_synonym_target=Doel labels.dict_synonym_button_download=Downloaden labels.dict_synonym_button_upload=Uploaden labels.dict_synonym_file=Synoniembestand
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_download.jsp
<div class="card-footer"> <button type="submit" class="btn btn-primary" name="download" value="<la:message key="labels.dict_stemmeroverride_button_download" />"> <i class="fa fa-download" aria-hidden="true"></i> <la:message key="labels.dict_stemmeroverride_button_download"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
- [Downloads](#downloads-1) - [Changelog since v1.3.7](#changelog-since-v137) - [Other notable changes](#other-notable-changes-2) - [v1.3.7](#v137) - [Downloads](#downloads-2) - [Changelog since v1.3.6](#changelog-since-v136) - [Other notable changes](#other-notable-changes-3) - [v1.3.6](#v136) - [Downloads](#downloads-3) - [Changelog since v1.3.5](#changelog-since-v135)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/ApiAdminDictProtwordsAction.java
} /** * Download the protected words 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/protwords/download/{dictId} @Execute public StreamResponse get$download(final String dictId, final DownloadBody body) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.4K bytes - Viewed (0)