Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 23 for encara (0.04 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        public String spnegoExcludeDirs;
    
        /** Entra ID application client ID. */
        @Size(max = 1000)
        public String entraidClientId;
    
        /** Entra ID application client secret. */
        @Size(max = 1000)
        public String entraidClientSecret;
    
        /** Entra ID tenant ID. */
        @Size(max = 1000)
        public String entraidTenant;
    
        /** Entra ID authority URL. */
        @Size(max = 1000)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  2. src/main/resources/fess_message_id.properties

    constraints.Null.message = {item} harus null.
    constraints.Past.message = {item} harus berupa nilai masa lalu.
    constraints.Pattern.message = {item} tidak cocok dengan "{regexp}".
    constraints.Size.message = Ukuran {item} harus antara {min} dan {max}.
    # ----------------------------------------------------------
    # Hibernate Validator
    # -------------------
    constraints.CreditCardNumber.message = {item} adalah nomor kartu kredit yang tidak valid.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.7K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setSystemProperty("spnego.allow.delegation", String.valueOf(isCheckboxEnabled(form.spnegoAllowDelegation)));
            fessConfig.setSystemProperty("spnego.exclude.dirs", form.spnegoExcludeDirs);
    
            // Entra ID
            if (form.entraidClientId != null && StringUtil.isNotBlank(form.entraidClientId.replace("*", " "))) {
                fessConfig.setSystemProperty("entraid.client.id", form.entraidClientId);
            }
    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)
  4. src/main/resources/fess_label_id.properties

    labels.chat_phase_intent=Sedang berpikir...
    labels.chat_phase_search=Mencari __keywords__...
    labels.chat_phase_evaluate=Memeriksa hasil pencarian...
    labels.chat_phase_fetch=Mengambil dokumen...
    labels.chat_phase_answer=Membuat jawaban...
    labels.chat_messages_area=Pesan obrolan
    labels.chat_welcome_title=Tanya dan Temukan.
    labels.chat_welcome_description=Ajukan pertanyaan dan saya akan mencari dokumen untuk menemukan jawabannya.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 50.2K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        default int getLtrWindowSize() {
            return getSystemPropertyAsInt(Constants.LTR_WINDOW_SIZE_PROPERTY, 100);
        }
    
        /**
         * Gets the permission fields for Entra ID authentication.
         * Uses new entraid.permission.fields key with fallback to legacy aad.permission.fields.
         * @return Array of permission field names.
         */
        default String[] getEntraIdPermissionFields() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 92.3K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_en.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
    - 48.9K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_zh_TW.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
    - 48.5K bytes
    - Click Count (0)
  8. src/main/resources/fess_label_ru.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
    - 66.6K bytes
    - Click Count (0)
  9. 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)
  10. src/main/resources/fess_label_fr.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
    - 54.4K bytes
    - Click Count (0)
Back to Top