Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for SSO (0.41 sec)

  1. src/main/resources/fess_message_zh_CN.properties

    # errors.xxx = ...
    # info.xxx = ...
    # _/_/_/_/_/_/_/_/_/_/
    # ========================================================================================
    # Fess
    # ======
    errors.login_error = 用户名或密码不正确。
    errors.sso_login_error=SSO登录处理失败。
    errors.could_not_find_log_file = 未找到 {0}。
    errors.failed_to_start_crawl_process = 启动爬网进程失败。
    errors.invalid_design_jsp_file_name = 无效的JSP文件名。
    errors.design_jsp_file_does_not_exist = JSP文件不存在。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_ja.properties

    # info.xxx = ...
    # _/_/_/_/_/_/_/_/_/_/
    # ========================================================================================
    # Fess
    # ======
    errors.login_error = ユーザー名またはパスワードが正しくありません。
    errors.sso_login_error=SSOログイン処理に失敗しました。
    errors.could_not_find_log_file = {0} が見つかりませんでした。
    errors.failed_to_start_crawl_process = クロールプロセスの起動に失敗しました。
    errors.invalid_design_jsp_file_name = 無効なJSPファイルです。
    errors.design_jsp_file_does_not_exist = JSPファイルは存在しません。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    cookie.search.parameter.keys=q,num,sort
    # Comma-separated list of required parameter keys that must be present to store in cookies.
    cookie.search.parameter.required_keys=q
    # Maximum length of the encoded search parameters stored in cookies.
    cookie.search.parameter.max.length=1000
    # Cookie name used to store encoded search parameters before SSO login.
    cookie.search.parameter.name=fsrp
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Invalid username or password. */
        public static final String ERRORS_login_error = "{errors.login_error}";
    
        /** The key of the message: SSO login process failed. */
        public static final String ERRORS_sso_login_error = "{errors.sso_login_error}";
    
        /** The key of the message: Could not find {0}. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 119.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: [v1.11.15](https://github.com/aws/aws-sdk-go-v2/tree/service/internal/presigned-url/v1.11.15)
    - github.com/aws/aws-sdk-go-v2/service/sso: [v1.22.1](https://github.com/aws/aws-sdk-go-v2/tree/service/sso/v1.22.1)
    - github.com/aws/aws-sdk-go-v2/service/ssooidc: [v1.26.2](https://github.com/aws/aws-sdk-go-v2/tree/service/ssooidc/v1.26.2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'cookie.search.parameter.keys'. <br>
         * The value is, e.g. q,num,sort <br>
         * comment: Comma-separated list of request parameter keys to store in cookies before SSO login.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCookieSearchParameterKeys();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2D97..2D9F    ; disallowed                             # NA   <reserved-2D97>..<reserved-2D9F>
    2DA0..2DA6    ; valid                                  # 4.1  ETHIOPIC SYLLABLE SSA..ETHIOPIC SYLLABLE SSO
    2DA7          ; disallowed                             # NA   <reserved-2DA7>
    2DA8..2DAE    ; valid                                  # 4.1  ETHIOPIC SYLLABLE CCA..ETHIOPIC SYLLABLE CCO
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top