Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 26 for memang (0.04 seconds)

  1. src/main/resources/fess_indices/_aws/fess.json

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  3. LICENSE

       1. Definitions.
    
          "License" shall mean the terms and conditions for use, reproduction,
          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 16:29:02 GMT 2026
    - 9.9K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserLocaleProcessProvider.java

                }
            }
            return OptionalObject.empty();
        }
    
        @Override
        public OptionalThing<Locale> getRequestedLocale(final RequestManager requestManager) {
            return OptionalObject.empty(); // means browser default
        }
    
        // ===================================================================================
        //                                                                      Basic Override
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 2.9K bytes
    - Click Count (0)
  5. .teamcity/src/main/kotlin/configurations/PerformanceTestsPass.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_DB_PASSWORD_TCAGENT", "%performance.db.password.tcagent%")
                    param("performance.db.username", "tcagent")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Jan 07 10:42:35 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/app/job/AllJobSchedulerTest.java

            assertNotNull(scheduler);
        }
    
        public void test_setJobClass() {
            final AllJobScheduler scheduler = new AllJobScheduler();
            scheduler.setJobClass(TestJob.class);
            // No exception means success
        }
    
        // Test job class for testing setJobClass
        public static class TestJob implements LaJob {
            @Override
            public void run(final org.lastaflute.job.LaJobRuntime runtime) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 1.6K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/llm/LlmChatRequest.java

         * {@code null} means use the model default, {@code 0} disables thinking.
         *
         * @return the thinking budget
         */
        public Integer getThinkingBudget() {
            return thinkingBudget;
        }
    
        /**
         * Sets the thinking budget for models that support thinking tokens.
         * {@code null} means use the model default, {@code 0} disables thinking.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 05 03:38:31 GMT 2026
    - 6.4K bytes
    - Click Count (0)
  8. src/main/resources/fess_message_id.properties

    errors.password_is_blacklisted = Kata sandi ini tidak diizinkan. Silakan pilih kata sandi lain.
    errors.invalid_confirm_password = Tidak cocok dengan konfirmasi kata sandi.
    errors.cannot_delete_doc_because_of_running = Crawler sedang berjalan. Anda tidak dapat menghapus dokumen.
    errors.failed_to_delete_doc_in_admin = Gagal menghapus dokumen.
    errors.failed_to_send_testmail=Gagal mengirim email uji.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.7K bytes
    - Click Count (0)
  9. 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)
  10. .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)
Back to Top