- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 87 for Download (0.03 sec)
-
README.md
There are 2 ways to try Fess. The first is to download and install yourself. The second is to use [Docker](https://www.docker.com/products/docker-engine). ### Download and Install/Run Fess 15.0 is now available and can be downloaded on the [Releases page](https://github.com/codelibs/fess/releases "download"). Downloads come in 3 flavors: deb, rpm, zip. The following commands show how to use the zip download: $ unzip fess-15.0.x.zip
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 06:34:32 UTC 2025 - 7.2K bytes - Viewed (2) -
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" />"> <em class="fa fa-download"> <la:message key="labels.bad_word_button_download"/> </button>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.3K bytes - Viewed (0) -
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" />"> <em class="fa fa-download"> <la:message key="labels.dict_stemmeroverride_button_download"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/kuromoji/ApiAdminDictKuromojiAction.java
} /** * Downloads Kuromoji dictionary file. * * @param dictId the dictionary ID * @param body the download request body * @return stream response containing the dictionary file data */ // GET /api/admin/dict/kuromoji/download/{dictId} @Execute public StreamResponse get$download(final String dictId, final DownloadBody body) {
Registered: Thu Sep 04 12:52:25 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/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: Thu Sep 04 12:52:25 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/admin/log/AdminLogAction.java
return asIndexHtml(); } /** * Downloads a log file by its encoded ID. * * @param id the Base64 encoded filename of the log file to download * @return ActionResponse containing the log file stream */ @Execute @Secured({ ROLE, ROLE + VIEW }) public ActionResponse download(final String id) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_download.jsp
<div class="card-footer"> <button type="submit" class="btn btn-primary" name="download" value="<la:message key="labels.elevate_word_button_download" />"> <em class="fa fa-download"> <la:message key="labels.elevate_word_button_download"/> </button>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 24 13:43:18 UTC 2020 - 5.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/DownloadForm.java
import org.lastaflute.web.validation.Required; /** * The download form for Kuromoji dictionary. * This form is used for downloading Kuromoji dictionary files from the admin interface. * */ public class DownloadForm { /** * Dictionary ID for identifying the Kuromoji dictionary to download. */ @Required public String dictId; /** * Default constructor.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/ApiAdminDictStopwordsAction.java
} /** * Downloads stopwords dictionary file. * * @param dictId the dictionary ID * @param body the download request body * @return stream response containing the dictionary file data */ // GET /api/admin/dict/stopwords/download/{dictId} @Execute public StreamResponse get$download(final String dictId, final DownloadBody body) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
okhttp-urlconnection/README.md
OkHttp URLConnection ==================== This module integrates OkHttp with `Authenticator` and `CookieHandler` from `java.net`. This module is obsolete; prefer `okhttp-java-net-cookiejar`. ### Download ```kotlin testImplementation("com.squareup.okhttp3:okhttp-urlconnection:5.1.0")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 292 bytes - Viewed (0)