Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 141 - 150 of 159 for entre (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_label_hi.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
    - 71.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/helper/SearchLogHelper.java

                if (fieldLogMap != null) {
                    final int queryMaxLength = context.fessConfig.getQueryMaxLengthAsInteger();
                    for (final Map.Entry<String, List<String>> logEntry : fieldLogMap.entrySet()) {
                        for (final String value : logEntry.getValue()) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 29.3K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_es.properties

    labels.chat_step_intent=Analizar
    labels.chat_step_search=Buscar
    labels.chat_step_evaluate=Evaluar
    labels.chat_step_fetch=Obtener
    labels.chat_step_answer=Responder
    labels.chat_input_hint=Enter para enviar, Shift+Enter para nueva línea
    labels.chat_send=Enviar mensaje
    labels.chat_retry=Reintentar
    labels.chat_dismiss=Cerrar
    labels.chat_copied=¡Copiado!
    labels.chat_copy_failed=Error al copiar
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.3K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.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
    - 21.5K bytes
    - Click Count (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to Top