- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 44 for old2 (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java
assertEquals("a,b,c=>output", item.toLineString()); } @Test public void test_toLineString_withUpdates() { String[] inputs = { "old1", "old2" }; CharMappingItem item = new CharMappingItem(1L, inputs, "oldOutput"); item.setNewInputs(new String[] { "new1", "new2", "new3" }); item.setNewOutput("newOutput");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16K bytes - Click Count (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/Cleanup.kt
val logger = Logging.getLogger("gradlebuild.cleanup") /** * Removes state for versions that we're unlikely to ever need again, such as old snapshot versions. */ @Suppress("LoopWithTooManyJumpStatements") fun FileSystemOperations.removeOldVersionsFromDir(dir: Directory, shouldDelete: Spec<GradleVersion>, dirPrefix: String = "", dirSuffix: String = "") {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 4.4K bytes - Click Count (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/services/CachesCleaner.kt
(candidateVersion.isSnapshot && candidateVersion < gradleVersion) || candidateVersion.version.endsWith("-snapshot-1") } // Remove state for old versions of Gradle that we're unlikely to ever require again fileSystemOperations.removeOldVersionsFromDir(workerDir.dir("caches"), expireDistributionCache) // Remove scripts caches
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 4.2K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
* <li>Old document deletion after successful crawling</li> * <li>Crawling execution monitoring and timing</li> * </ul> */ public class DataIndexHelper { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(DataIndexHelper.class); /** Parameter key for controlling deletion of old documents */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainFinallyHook.java
@Override public void hook(final FwAssistantDirector assistantDirector) { shutdownCommonsHttpClient(); } private void shutdownCommonsHttpClient() { // from Tomcat7ConfigServlet (old class) try { final Class<?> clazz = Class.forName("org.apache.commons.httpclient.MultiThreadedHttpConnectionManager"); final Method method = clazz.getMethod("shutdownAll", (Class<?>[]) null);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/PurgeLogJob.java
import org.codelibs.fess.app.service.UserInfoService; import org.codelibs.fess.helper.SystemHelper; import org.codelibs.fess.util.ComponentUtil; /** * Job for purging old log entries from the system. * This job removes old crawling sessions, search logs, job logs, and user info logs * based on configured retention periods. It helps maintain system performance by * preventing log tables from growing too large. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.6K bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
# --------------------- # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - # five framework-embedded messages (don't change key names) # - - - - - - - - - -/ errors.login.failure = Oturum açma başarısız oldu. errors.app.illegal.transition = Geçersiz geçiş. Lütfen tekrar deneyin. errors.app.db.already.deleted = Başka bir işlem tarafından silinmiş olabilir. Lütfen tekrar deneyin.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java
} item = newItem; } /** * Writes the old item to the new file. * * @param oldItem The old item. * @return The new item if it was updated, otherwise the old item. */ public KuromojiItem write(final KuromojiItem oldItem) { try {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 11.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
logger.info("Number of crawling info logs before deletion: {}", sizeBeforeDeletion); // Delete all old crawling sessions deleteMethod("/api/admin/crawlinginfo/all").then().body("response.status", equalTo(0)); refresh(); // Verify all old sessions are deleted (size should be 0 after deletion) final List<Map<String, Object>> logListAfter = readCrawlingInfo(webConfigId);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/30_contributor_regression.yml
- type: input id: gradle-version attributes: label: Gradle version description: What version of Gradle are you running? validations: required: true - type: input id: gradle-old-version attributes: label: Gradle version that used to work description: What version of Gradle gives proper result for your case? validations: required: true - type: inputCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Sep 09 14:48:49 GMT 2024 - 2.7K bytes - Click Count (0)