- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for eol (0.02 sec)
-
.gitattributes
# Always check-out / check-in files with LF line endings. * text=auto eol=lf hack/verify-flags/known-flags.txt merge=union test/test_owners.csv merge=union **/zz_generated.*.go linguist-generated=true **/types.generated.go linguist-generated=true **/generated.pb.go linguist-generated=true **/generated.proto **/types_swagger_doc_generated.go linguist-generated=true api/openapi-spec/*.json linguist-generated=true
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon Oct 28 20:33:50 UTC 2024 - 510 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC")); cal.set(2027, 3 - 1, 1); // EOL Date eolTime = cal.getTimeInMillis(); if (isEoled()) { logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html"); } updateSystemProperties(); final FessConfig fessConfig = ComponentUtil.getFessConfig();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Installation guide link for online help. online.help.installation=https://fess.codelibs.org/{lang}/{version}/install/install.html # End-of-life information link for online help. online.help.eol=https://fess.codelibs.org/{lang}/eol.html # Online help key for failure URL. online.help.name.failureurl=failureurl # Online help key for elevate word. online.help.name.elevateword=elevateword # Online help key for request header.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String ONLINE_HELP_INSTALLATION = "online.help.installation"; /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/eol.html */ String ONLINE_HELP_EOL = "online.help.eol"; /** The key of the configuration. e.g. failureurl */ String ONLINE_HELP_NAME_FAILUREURL = "online.help.name.failureurl";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)