- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for Enter (0.02 seconds)
-
src/main/webapp/js/suggestor.js
* Provides real-time search suggestions with keyboard and mouse navigation */ (function ($) { "use strict"; // Key code constants for better readability var KEY_CODES = { BACKSPACE: 8, ENTER: 13, SPACE: 32, UP: 38, DOWN: 40, DELETE: 46, NUM_0: 48, NUM_9: 57, A: 65, Z: 90, NUMPAD_0: 96, NUMPAD_9: 105, SEMICOLON: 186, EQUALS: 187,Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 11:04:08 GMT 2025 - 13.3K bytes - Click Count (0) -
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) -
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) -
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) -
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) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; /** * Helper for inter-instance coordination via OpenSearch. * Provides heartbeat registration, distributed operation locking, and event notification * to prevent concurrent execution of maintenance operations across multiple Fess instances. */
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)