Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for webauth_scheme_form (0.08 seconds)

  1. src/main/resources/fess_label_zh_TW.properties

    labels.webauth_password=密碼
    labels.webauth_parameters=參數
    labels.webauth_web_crawling_config=Web配置
    labels.webauth_scheme_basic=基本
    labels.webauth_scheme_digest=摘要
    labels.webauth_scheme_ntlm=NTLM
    labels.webauth_scheme_form=表單
    labels.log_configuration=日誌檔案
    labels.log_file_name=檔案名稱
    labels.log_file_date=時間戳記
    labels.labeltype_configuration=標籤
    labels.labeltype_title_details=標籤
    labels.labeltype_name=名稱
    labels.labeltype_value=值
    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)
  2. src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java

            itemList.add(createItem(ComponentUtil.getMessageManager().getMessage(locale, "labels.webauth_scheme_ntlm"), Constants.NTLM));
            itemList.add(createItem(ComponentUtil.getMessageManager().getMessage(locale, "labels.webauth_scheme_form"), Constants.FORM));
            RenderDataUtil.register(data, "protocolSchemeItems", itemList);
        }
    
        /**
         * Registers available web configuration items for use in web authentication forms.
    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)
  3. src/main/resources/fess_label_zh_CN.properties

    labels.webauth_password=密码
    labels.webauth_parameters=参数
    labels.webauth_web_crawling_config=Web配置
    labels.webauth_scheme_basic=基本
    labels.webauth_scheme_digest=摘要
    labels.webauth_scheme_ntlm=NTLM
    labels.webauth_scheme_form=表单
    labels.log_configuration=日志文件
    labels.log_file_name=文件名
    labels.log_file_date=时间戳
    labels.labeltype_configuration=标签
    labels.labeltype_title_details=标签
    labels.labeltype_name=名称
    labels.labeltype_value=值
    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)
Back to Top