Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 181 - 190 of 190 for mentre (0.04 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java

        //                                                                        ============
        // -----------------------------------------------------
        //                                            Entry Page
        //                                            ----------
        /**
         * Displays the form for creating a new web authentication configuration.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 13:56:35 GMT 2025
    - 19.7K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java

        //                                                                        ============
        // -----------------------------------------------------
        //                                            Entry Page
        //                                            ----------
        /**
         * Displays the form for creating a new user.
         *
         * @return HTML response for the user creation form
         */
        @Execute
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Jan 02 06:18:24 GMT 2026
    - 21K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java

        //                                                                        ============
        // -----------------------------------------------------
        //                                            Entry Page
        //                                            ----------
        /**
         * Show the create new page.
         * @param dictId The dictionary ID.
         * @return The HTML response.
         */
        @Execute
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 22.3K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java

        //                                                                        ============
        // -----------------------------------------------------
        //                                            Entry Page
        //                                            ----------
        /**
         * Displays the form for creating a new synonym item.
         *
         * @param dictId the dictionary ID
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 23.7K bytes
    - Click Count (1)
  5. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                    });
                    int count = 0;
                    for (final Map<String, String> entry : aliases) {
                        if (indexName.equals(entry.get("index"))) {
                            count++;
                        }
                    }
                    return count;
                }
            } catch (final Exception e) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 138.6K bytes
    - Click Count (1)
  6. src/main/resources/fess_label_it.properties

    labels.spnego_prompt_ntlm=Prompt NTLM
    labels.spnego_allow_localhost=Allow Localhost
    labels.spnego_allow_delegation=Allow Delegation
    labels.spnego_exclude_dirs=Exclude Directories
    labels.general_menu_entraid=Entra ID
    labels.entraid_client_id=Client ID
    labels.entraid_client_secret=Client Secret
    labels.entraid_tenant=Tenant
    labels.entraid_authority=Authority
    labels.entraid_reply_url=Reply URL
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_ja.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=コピーに失敗しました
    labels.chat_filter=フィルター
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 56.7K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                <la:option value="spnego">SPNEGO</la:option>
                                                <la:option value="entraid">Entra ID</la:option>
                                            </la:select>
                                        </div>
                                    </div>
                                        <%-- Crawler --%>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 83.1K bytes
    - Click Count (0)
  9. 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)
  10. src/main/resources/fess_label_ko.properties

    labels.spnego_prompt_ntlm=Prompt NTLM
    labels.spnego_allow_localhost=Allow Localhost
    labels.spnego_allow_delegation=Allow Delegation
    labels.spnego_exclude_dirs=Exclude Directories
    labels.general_menu_entraid=Entra ID
    labels.entraid_client_id=Client ID
    labels.entraid_client_secret=Client Secret
    labels.entraid_tenant=Tenant
    labels.entraid_authority=Authority
    labels.entraid_reply_url=Reply URL
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.6K bytes
    - Click Count (0)
Back to Top