- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for DeVault (0.04 sec)
-
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
* @return detected storage type */ public static StorageType detectStorageType(final String endpoint) { if (StringUtil.isBlank(endpoint)) { // Default to S3 if no endpoint (uses AWS default) return StorageType.S3; } final String lowerEndpoint = endpoint.toLowerCase(Locale.ROOT); // GCS patternsRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 4.2K bytes - Viewed (0) -
README.md
### Browser UI - Search UI: http://localhost:8080/  - Admin UI: http://localhost:8080/admin/ (default username/password is admin/admin) 
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 00:28:33 UTC 2025 - 7.8K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
/** Jackson ObjectMapper for JSON serialization/deserialization. */ protected ObjectMapper mapper = new ObjectMapper();; /** * Default constructor for creating a new SearchHelper instance. */ public SearchHelper() { // Default constructor } // ===================================================================================Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
pom.xml
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} } return getDefaultHelpLink(url); } /** * Gets the default help link for a given URL. * * @param url The URL. * @return The default help link. */ protected String getDefaultHelpLink(final String url) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0)