Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 20 for Enter (0.03 seconds)

  1. 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)
  2. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

     * which is commonly used for Kerberos-based authentication in Windows environments.
     * It handles the negotiation between client and server to establish a secure
     * authentication context without requiring users to explicitly enter credentials.
     *
     * The authenticator supports various configuration options including delegation,
     * basic authentication fallback, and localhost authentication bypass.
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:18:23 GMT 2026
    - 18.2K bytes
    - Click Count (3)
  3. src/main/resources/fess_label.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)
  4. src/main/webapp/js/chat.js

            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();
                }
            });
    
            // Handle IME composition for older browsers
    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)
  5. src/main/resources/fess_label_zh_TW.properties

    labels.chat_welcome_description=輸入問題,我將搜尋文件為您找到答案。
    labels.chat_step_intent=分析
    labels.chat_step_search=搜尋
    labels.chat_step_evaluate=評估
    labels.chat_step_fetch=取得
    labels.chat_step_answer=回答
    labels.chat_input_hint=按 Enter 傳送,Shift+Enter 換行
    labels.chat_send=傳送訊息
    labels.chat_retry=重試
    labels.chat_dismiss=關閉
    labels.chat_copied=已複製!
    labels.chat_copy_failed=複製失敗
    
    labels.chat_filter=篩選
    labels.chat_filter_search_placeholder=搜尋...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.5K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_ru.properties

    labels.chat_step_intent=Анализ
    labels.chat_step_search=Поиск
    labels.chat_step_evaluate=Оценка
    labels.chat_step_fetch=Получение
    labels.chat_step_answer=Ответ
    labels.chat_input_hint=Enter для отправки, Shift+Enter для новой строки
    labels.chat_send=Отправить сообщение
    labels.chat_retry=Повторить
    labels.chat_dismiss=Закрыть
    labels.chat_copied=Скопировано!
    labels.chat_copy_failed=Ошибка копирования
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 66.6K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_zh_CN.properties

    labels.chat_welcome_description=输入问题,我将搜索文档为您找到答案。
    labels.chat_step_intent=分析
    labels.chat_step_search=搜索
    labels.chat_step_evaluate=评估
    labels.chat_step_fetch=获取
    labels.chat_step_answer=回答
    labels.chat_input_hint=按 Enter 发送,Shift+Enter 换行
    labels.chat_send=发送消息
    labels.chat_retry=重试
    labels.chat_dismiss=关闭
    labels.chat_copied=已复制!
    labels.chat_copy_failed=复制失败
    
    labels.chat_filter=筛选
    labels.chat_filter_search_placeholder=搜索...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.3K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Answer */
        public static final String LABELS_chat_step_answer = "{labels.chat_step_answer}";
    
        /** The key of the message: Press Enter to send, Shift+Enter for new line */
        public static final String LABELS_chat_input_hint = "{labels.chat_input_hint}";
    
        /** The key of the message: Send message */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_nl.properties

    labels.chat_step_intent=Analyseren
    labels.chat_step_search=Zoeken
    labels.chat_step_evaluate=Evalueren
    labels.chat_step_fetch=Ophalen
    labels.chat_step_answer=Antwoorden
    labels.chat_input_hint=Enter om te verzenden, Shift+Enter voor nieuwe regel
    labels.chat_send=Bericht verzenden
    labels.chat_retry=Opnieuw proberen
    labels.chat_dismiss=Sluiten
    labels.chat_copied=Gekopieerd!
    labels.chat_copy_failed=Kopiëren mislukt
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.3K bytes
    - Click Count (1)
  10. src/main/resources/fess_label_pt_BR.properties

    labels.chat_step_intent=Analisar
    labels.chat_step_search=Pesquisar
    labels.chat_step_evaluate=Avaliar
    labels.chat_step_fetch=Obter
    labels.chat_step_answer=Responder
    labels.chat_input_hint=Enter para enviar, Shift+Enter para nova linha
    labels.chat_send=Enviar mensagem
    labels.chat_retry=Tentar novamente
    labels.chat_dismiss=Fechar
    labels.chat_copied=Copiado!
    labels.chat_copy_failed=Falha ao copiar
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.9K bytes
    - Click Count (0)
Back to Top