Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for sendiri (0.1 seconds)

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

    "göre", "halen", "hangi", "hatta", "hem", "henüz", "hep", "hepsi", "her", "herhangi", "herkesin", "hiç", "hiçbir", "için", "iki", "ile", "ilgili", "ise", "işte", "itibaren", "itibariyle", "kadar", "karşın", "katrilyon", "kendi", "kendilerine", "kendini", "kendisi", "kendisine", "kendisini", "kez", "ki", "kim", "kimden", "kime", "kimi", "kimse", "kırk", "milyar", "milyon", "mu", "mü", "mı", "nasıl", "ne", "neden", "nedenle", "nerde", "nerede", "nereye", "niye", "niçin", "o", "olan", "olarak", "oldu",...
    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

    "göre", "halen", "hangi", "hatta", "hem", "henüz", "hep", "hepsi", "her", "herhangi", "herkesin", "hiç", "hiçbir", "için", "iki", "ile", "ilgili", "ise", "işte", "itibaren", "itibariyle", "kadar", "karşın", "katrilyon", "kendi", "kendilerine", "kendini", "kendisi", "kendisine", "kendisini", "kez", "ki", "kim", "kimden", "kime", "kimi", "kimse", "kırk", "milyar", "milyon", "mu", "mü", "mı", "nasıl", "ne", "neden", "nedenle", "nerde", "nerede", "nereye", "niye", "niçin", "o", "olan", "olarak", "oldu",...
    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. src/main/java/org/codelibs/fess/job/LogNotificationJob.java

    import org.opensearch.action.search.SearchResponse;
    import org.opensearch.index.query.QueryBuilders;
    import org.opensearch.search.SearchHit;
    import org.opensearch.search.sort.SortOrder;
    
    /**
     * Job for sending log notifications.
     */
    public class LogNotificationJob {
    
        /**
         * Default constructor.
         */
        public LogNotificationJob() {
            // Default constructor
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/entity/ChatMessage.java

        public static final String ROLE_ASSISTANT = "assistant";
    
        /** The unique identifier for this message. */
        private String id;
    
        /** The role of the message sender (user or assistant). */
        private String role;
    
        /** The content of the message. */
        private String content;
    
        /** The timestamp when the message was created. */
        private LocalDateTime timestamp;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 04:52:31 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java

            // Execute
            String result = pingSearchEngineJob.execute();
    
            // Assert
            assertEquals("Status of test-cluster is changed to RED.", result);
            // Note: Notification sending is tested but we don't verify the mock since it uses complex callback mechanism
        }
    
        // Test state change with empty notification addresses
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 18.9K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            });
        }
    
        /**
         * Sends a test mail using the provided notification settings.
         *
         * @param form the mail form containing notification settings
         * @return HTML response after sending test mail
         */
        @Execute
        @Secured({ ROLE })
        public HtmlResponse sendmail(final MailForm form) {
            validate(form, messages -> {}, () -> asHtml(path_AdminGeneral_AdminGeneralJsp));
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 05:54:31 GMT 2026
    - 27.2K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

            final EventInfo event = new EventInfo();
            event.name = "config_updated";
            event.data = "web_config";
            event.instanceId = "sender@host1";
            coordinatorHelper.dispatchEvent(event);
    
            assertEquals("web_config", receivedData.get());
            assertEquals("sender@host1", receivedInstanceId.get());
        }
    
        // ===================================================================================
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java

        /**
         * Default constructor.
         */
        public CoordinatorHelper() {
            // Default constructor
        }
    
        /**
         * Initializes the coordinator by sending an initial heartbeat and starting the poll loop.
         */
        @PostConstruct
        public void init() {
            instanceId = ComponentUtil.getSystemHelper().getInstanceId();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 33.3K bytes
    - Click Count (0)
  9. src/main/webapp/js/chat.js

        }
    
        /**
         * Bind event handlers
         */
        function bindEvents() {
            elements.sendBtn.on('click', sendMessage);
    
            elements.chatInput.on('keydown', function(e) {
                // Prevent sending during IME composition (Japanese, Chinese, etc.)
                if (e.key === 'Enter' && !e.shiftKey && !e.isComposing) {
                    e.preventDefault();
                    sendMessage();
                }
            });
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_tr.properties

    labels.send_testmail=Test E-postası Gönder
    labels.backup_configuration=Yedekleme
    labels.backup_name=Ad
    labels.backup_bulk_file=Toplu Dosya
    labels.backup_button_upload=Yükle
    labels.process_time_is_exceeded=Arama işleme süresi sınırı aştı. Gösterilen sonuçlar kısmi olabilir.
    labels.user_given_name=Ad
    labels.givenName=Ad
    labels.user_surname=Soyadı
    labels.surame=Soyadı
    labels.user_mail=E-posta
    labels.mail=E-posta
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.2K bytes
    - Click Count (0)
Back to Top