- Sort Score
- Result 10 results
- Languages All
Results 61 - 68 of 68 for isso (0.4 sec)
-
src/main/resources/fess_message_en.properties
# info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = Invalid username or password. errors.sso_login_error=SSO login process failed. errors.could_not_find_log_file = Could not find {0}. errors.failed_to_start_crawl_process = Failed to start a crawl process. errors.invalid_design_jsp_file_name = Invalid JSP file.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/resources/fess_message_ko.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 파일입니다.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} } /** * Writes the current timestamp to the crawling session information. * The timestamp is formatted in ISO 8601 extended format. * * @param crawlingInfoHelper helper for managing crawling session information * @param key the key under which to store the timestamp */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 31.4K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/x-iso9660-image"> <acronym>ISO</acronym> <_comment>ISO 9660 CD-ROM filesystem data</_comment> <magic priority="50"> <match value="CD001" type="string" offset="32769"/> <match value="CD001" type="string" offset="34817"/> <match value="CD001" type="string" offset="36865"/> </magic> <glob pattern="*.iso"/> </mime-type>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)