Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 16 for siendo (0.04 seconds)

  1. src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java

                    } catch (final IOException ioe) {
                        logger.warn("Failed to send error response. error={}", ioe.getMessage());
                    }
                }
            }
        }
    
        /**
         * Sends a Server-Sent Event (SSE) to the client.
         *
         * @param writer the print writer to write the event to
         * @param event the event name
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 06:06:55 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

                setup.setup(form -> {
                    updateForm(fessConfig, form);
                });
            });
        }
    
        /**
         * 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
    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)
  3. src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java

        /**
         * Periodic poll that sends a heartbeat, processes new events, and cleans up expired documents.
         */
        protected void poll() {
            try {
                sendHeartbeat();
            } catch (final Exception e) {
                logger.debug("Failed to send heartbeat in poll.", e);
            }
    
            try {
    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)
  4. src/main/java/org/codelibs/fess/exec/Crawler.java

                // notification
                try {
                    crawler.sendMail(infoMap);
                } catch (final Exception e) {
                    logger.warn("Failed to send notification mail.", e);
                }
    
            }
        }
    
        /**
         * Sends email notification with crawling results and statistics.
         * The email contains detailed information about the crawling session including
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 32.4K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/job/LogNotificationJob.java

    import org.codelibs.fess.mylasta.mail.LogNotificationPostcard;
    import org.codelibs.fess.opensearch.client.SearchEngineClient;
    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.mail.send.hook.SMailCallbackContext;
    import org.lastaflute.core.mail.Postbox;
    import org.opensearch.action.bulk.BulkRequestBuilder;
    import org.opensearch.action.search.SearchResponse;
    import org.opensearch.index.query.QueryBuilders;
    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)
  6. src/main/resources/fess_message_pt_BR.properties

    errors.app.db.already.deleted = Pode ter sido excluído por outro processo. Por favor, tente novamente.
    errors.app.db.already.updated = Pode ter sido atualizado por outro processo. Por favor, tente novamente.
    errors.app.db.already.exists = Os dados já existem. Por favor, tente novamente.
    errors.app.double.submit.request = Esta solicitação pode já ter sido processada. Por favor, tente novamente.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_en.properties

    labels.chat_step_intent=Analyze
    labels.chat_step_search=Search
    labels.chat_step_evaluate=Evaluate
    labels.chat_step_fetch=Retrieve
    labels.chat_step_answer=Answer
    labels.chat_input_hint=Press Enter to send, Shift+Enter for new line
    labels.chat_send=Send message
    labels.chat_retry=Retry
    labels.chat_dismiss=Dismiss
    labels.chat_copied=Copied!
    labels.chat_copy_failed=Copy failed
    
    labels.chat_filter=Filter
    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)
  8. src/main/resources/fess_label_de.properties

    labels.wizard_button_finish=Überspringen
    labels.search_list_configuration=Suchen
    labels.search_list_button_delete=Löschen
    labels.search_list_delete_confirmation=Sind Sie sicher, dass Sie löschen möchten?
    labels.search_list_button_delete_all=Alle mit dieser Abfrage löschen
    labels.search_list_delete_all_confirmation=Sind Sie sicher, dass Sie alle mit dieser Abfrage löschen möchten?
    labels.search_list_button_cancel=Abbrechen
    labels.failure_url_configuration=Fehler-URL
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.3K bytes
    - Click Count (1)
  9. src/main/resources/fess_message_de.properties

    errors.app.db.already.updated = Es wurde möglicherweise von einem anderen Prozess aktualisiert. Bitte versuchen Sie den Vorgang erneut.
    errors.app.db.already.exists = Die Daten sind bereits vorhanden. Bitte versuchen Sie den Vorgang erneut.
    errors.app.double.submit.request = Es wurde möglicherweise vor dieser Anfrage verarbeitet. Bitte versuchen Sie den Vorgang erneut.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  10. src/main/resources/fess_message_es.properties

    errors.login.failure = Error de inicio de sesión.
    errors.app.illegal.transition = Transición ilegal. Por favor, inténtelo de nuevo.
    errors.app.db.already.deleted = Es posible que ya haya sido eliminado por otro proceso. Por favor, inténtelo de nuevo.
    errors.app.db.already.updated = Es posible que ya haya sido actualizado por otro proceso. Por favor, inténtelo de nuevo.
    errors.app.db.already.exists = Los datos ya existen. Por favor, inténtelo de nuevo.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.6K bytes
    - Click Count (0)
Back to Top