- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for suffixes (0.08 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* * @param prefix The prefix for the file name. * @param suffix The suffix for the file name. * @return The created temporary file. * @throws IORuntimeException if the file cannot be created. */ public File createTempFile(final String prefix, final String suffix) { try { final File file = File.createTempFile(prefix, suffix); file.setReadable(false, false);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
logger.warn("Failed to flush config files.", e); callback.run(); }); break; } } /** * Generates a new index name with timestamp suffix. * * @param configIndex the base index configuration name * @return the generated index name with timestamp */ protected String generateNewIndexName(final String configIndex) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)