- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 22 for old1 (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) -
src/main/resources/fess_label_en.properties
labels.popular_word_word_enabled=Popular Word Response labels.supported_search_web=Web labels.supported_search_none=Unavailable labels.purge_search_log_day=Delete old search logs labels.purge_job_log_day=Delete old job logs labels.purge_user_info_day=Delete old user logs labels.purge_by_bots=Bot names to delete logs labels.log_level=Log Level labels.csv_file_encoding=CSV File Encoding labels.notification_to=Notification Mail
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K 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/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) -
.teamcity/scripts/CheckWrapper.java
private static final Pattern ALLOWED_WRAPPER_VERSION = Pattern.compile("^[0-9.]+(-(rc|milestone|m)-[0-9]+)?$"); // Keep the same extraction semantics as the old sed: // sed 's/.*gradle-\(.*\)-[a-z]*\.[a-z]*/\1/' private static final Pattern WRAPPER_VERSION_EXTRACT = Pattern.compile(".*gradle-(.*)-[a-z]*\\.[a-z]*");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 6.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/SuggestCreator.java
import jakarta.annotation.Resource; /** * This class is a command-line application for creating and managing the suggest index. * It provides functionality to index words from documents and search logs, as well as * to purge old suggest data. */ public class SuggestCreator { /** * Constructs a new suggest creator. */ public SuggestCreator() { // do nothing }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 12.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/JvmUtilTest.java
} // Test with build info System.setProperty("java.version", "17.0.2+8"); assertEquals(17, JvmUtil.getJavaVersion()); // Test with underscore separators in old format System.setProperty("java.version", "1.8.0_301"); assertEquals(8, JvmUtil.getJavaVersion()); } @Test public void test_getJavaVersion_variousFormats() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 10.6K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
"https://www.eclipse.org/legal/epl-v20.html", listOf("EPL-2.0", "Eclipse Public License v2.0"), ), LGPL21( "LGPL 2.1", "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html", listOf( "GNU Lesser General Public License", "GNU Lesser General Public License, Version 2.1", "GNU Lesser General Public License, version 2.1",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
assertTrue(result); // For each of 4 indices: delete old + delete backup = 8 deletes assertEquals(8, testClient.deletedIndices.size()); // Verify original index names appear in deleted list (old index deletion at step 3) boolean foundOriginalDelete = false; for (final String deleted : testClient.deletedIndices) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.popular_word_word_enabled=Popular Word Response labels.supported_search_web=Web labels.supported_search_none=Unavailable labels.purge_search_log_day=Delete old search logs labels.purge_job_log_day=Delete old job logs labels.purge_user_info_day=Delete old user logs labels.purge_by_bots=Bot names to delete logs labels.log_level=Log Level labels.csv_file_encoding=CSV File Encoding labels.notification_to=Notification Mail
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0)