- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for dismiss (0.1 sec)
-
FessConfig.java
ONLINE_HELP_NAME_STORAGE = "online.help.name.storage"; L1592: L1593: /** The key of the configuration. e.g. ja */ L1594: String ONLINE_HELP_SUPPORTED_LANGS = "online.help.supported.langs"; L1595: L1596: /** The key of the configuration. e.g. https://discuss.codelibs.org/c/Fess{lang}/ */ L1597: String FORUM_LINK = "forum.link"; L1598: L1599: /** The key of the configuration. e.g. en,ja */ L1600: String FORUM_SUPPORTED_LANGS = "forum.supported.langs"; L1601: L1602: /** The key of the configuration....github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
SystemHelperTest.java
L107: getMockRequest().setLocale(Locale.ENGLISH); L108: assertEquals("https://discuss.codelibs.org/c/FessEN/", systemHelper.getForumLink()); L109: getMockRequest().setLocale(Locale.JAPANESE); L110: assertEquals("https://discuss.codelibs.org/c/FessJA/", systemHelper.getForumLink()); L111: getMockRequest().setLocale(Locale.ITALIAN); L112: assertEquals("https://discuss.codelibs.org/c/FessEN/", systemHelper.getForumLink()); L113: getMockRequest().setLocale(null);...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 18.5K bytes