- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 54 for memang (0.04 seconds)
-
src/test/java/org/codelibs/fess/timer/LogNotificationTargetTest.java
} @Test public void test_expired_multipleCalls() { logNotificationTarget.expired(); logNotificationTarget.expired(); logNotificationTarget.expired(); // No exception means success } @Test public void test_expired_disabled_doesNotDrainBuffer() { // Disable log notification ComponentUtil.getFessConfig().setLogNotificationEnabled(false);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.7K bytes - Click Count (0) -
.teamcity/performance-tests-ci.json
"groups" : [ { "testProject" : "largeJavaMultiProject", "comment" : "We only test the multi-project here since for the monolithic project we would have no cache hits. This would mean we actually would test incremental compilation.", "coverage" : { "per_commit" : [ "linux" ] } } ] }, {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 21:56:33 GMT 2026 - 32.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
type.defaultBaselines, display = ParameterDisplay.PROMPT, allowEmpty = true, description = "The baselines you want to run performance tests against. Empty means default baseline.", ) param("env.PERFORMANCE_STAGE", stage.stageName.toString()) param("env.PERFORMANCE_CHANNEL", performanceTestBuildSpec.channel())Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 6.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
"", display = ParameterDisplay.PROMPT, allowEmpty = true, description = "The baselines you want to run performance tests against. Empty means default baseline.", ) text( "testProject", "", display = ParameterDisplay.PROMPT, allowEmpty = false,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/helper/FessMimeTypeHelperTest.java
@Override public String getCrawlerDocumentMimetypeExtensionOverrides() { return null; } }); mimeTypeHelper.init(); // Null config means no override try (InputStream is = new ByteArrayInputStream("Hello world".getBytes(StandardCharsets.UTF_8))) { assertEquals("text/plain", mimeTypeHelper.getContentType(is, "test.txt")); } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 24 09:06:33 GMT 2026 - 12.1K bytes - Click Count (0) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
Until we can provide the same guarantees for core plugins, we need to be more conservative for existing classes and not follow best practices. This means conventions need to be set in both a plugin and the constructor. This keeps existing builds working, but it may complicate the implementation. This is preferred for entirely new things: ```groovy
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 10K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
} final WebAuthenticationConfig config = new WebAuthenticationConfig(); // host/port/realm: only set if not blank (null means "any" - AuthScope.ANY equivalent) if (StringUtil.isNotBlank(getHostname())) { config.setHost(getHostname()); } if (getPort() != null) { config.setPort(getPort()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 5.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
protected List<String> jvmOptions = new ArrayList<>(); /** Lasta environment configuration */ protected String lastaEnv; /** Timeout in seconds for job execution (-1 means no timeout) */ protected int timeout = -1; // sec /** Flag indicating whether the process has timed out */ protected boolean processTimeout = false; /** * Default constructor for ExecJob.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGeneratorTest.java
// SVG MIME type - the + must be escaped in regex String svgMimetype = "image/svg+xml"; String svgPatternWrong = "image/svg+xml"; // Wrong: + means "one or more" in regex String svgPatternCorrect = "image/svg\\+xml"; // Correct: \\+ matches literal + // Verify wrong pattern does NOT match (demonstrates the bug)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Feb 04 14:24:39 GMT 2026 - 17.1K bytes - Click Count (0) -
src/main/resources/fess_label_id.properties
labels.chat_title=Mode Pencarian AI - Fess labels.chat_new_chat=Obrolan Baru labels.chat_input_placeholder=Ajukan pertanyaan... labels.chat_thinking=Sedang berpikir... labels.chat_error=Terjadi kesalahan. Silakan coba lagi. labels.chat_error_rate_limit=Saat ini sedang ramai. Mohon tunggu sebentar dan coba lagi. labels.chat_error_auth=Autentikasi layanan AI gagal. Silakan hubungi administrator.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 50.2K bytes - Click Count (0)