- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 43 for monde (0.82 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
* <li>ftpConfigServerTimeZoneId: The time zone ID of the FTP server.</li> * <li>activeExternalHost: The external IP address to use for active mode FTP.</li> * <li>activeMinPort: The minimum port number for active mode FTP.</li> * <li>activeMaxPort: The maximum port number for active mode FTP.</li> * <li>autodetectEncoding: Whether to automatically detect UTF-8 encoding.</li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 40K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
* @throws ConfigPropertyNotFoundException When the property is not found. */ boolean is(String propertyKey); /** * Get the value for the key 'lasta_di.smart.deploy.mode'. <br> * The value is, e.g. warm <br> * comment: The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) * @return The value of found property. (NotNull: if not found, exception but basically no way) */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
return LaServletContextUtil.getServletContext(); } /** * Verifies that the CRUD mode matches the expected mode. * * @param crudMode the actual CRUD mode * @param expectedMode the expected CRUD mode * @param errorHook the error hook to call if verification fails */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 9.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/Crawler.java
return clientFactory; } /** * Checks if the crawler is running in background mode. * @return true if in background mode, false otherwise. */ public boolean isBackground() { return background; } /** * Sets the background mode for the crawler. * If true, the execute method will not wait for termination.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java
protected int numOfThreads = 1; /** * Whether to run in cleanup mode to remove old thumbnails. */ @Option(name = "-c", aliases = "--cleanup", usage = "Clean-Up mode") protected boolean cleanup; /** * Default constructor for command-line options. */ protected Options() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
// ------- /** * Displays the details of a web crawler configuration. * * @param crudMode the CRUD mode for the operation * @param id the ID of the web config to display * @return HTML response for the web config details page */ @Execute @Secured({ ROLE, ROLE + VIEW })Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 20.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
// ------- /** * Displays the details of a web authentication configuration. * * @param crudMode the CRUD mode for the operation * @param id the ID of the web authentication to display * @return HTML response for the web authentication details page */ @Execute @Secured({ ROLE, ROLE + VIEW })Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 19.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
// ------- /** * Shows detailed information for a specific elevate word. * * @param crudMode CRUD operation mode * @param id unique identifier of the elevate word * @return HTML response with elevate word details */ @Execute @Secured({ ROLE, ROLE + VIEW })Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 22.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java
// ------- /** * Displays the details of a duplicate host configuration. * * @param crudMode the CRUD mode * @param id the duplicate host ID * @return HTML response for the duplicate host details page */ @Execute @Secured({ ROLE, ROLE + VIEW })Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 15.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/AdminSearchlogAction.java
// ------- /** * Displays the details of a specific search log entry. * * @param crudMode the CRUD mode for the operation * @param logType the type of log entry * @param id the ID of the search log entry to display * @return HTML response for the search log details page */ @ExecuteRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 9.9K bytes - Viewed (0)