- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for Forum (0.02 sec)
-
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
/** * Sets up HTML data for admin pages. * <p> * This method configures common data needed for admin pages including * editable flags, user roles, and forum links. * </p> * * @param runtime the action runtime context */ @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# ---------------------------------------------------------- # Forum # ------ # Forum link for user support. forum.link=https://discuss.codelibs.org/c/Fess{lang}/ # Supported languages for the forum. forum.supported.langs=en,ja # ----------------------------------------------------------
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/helper/SystemHelper.java
return "(?i)" + p.substring(GsaConfigParser.REGEXP_IGNORE_CASE.length()); } return p; } /** * Gets the link to the Fess forum. * * @return The forum link. */ public String getForumLink() { final String url = ComponentUtil.getFessConfig().getForumLink(); if (StringUtil.isBlank(url)) { return null;
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_label_en.properties
labels.eol_error=The system you are using is no longer supported. Please refer to the product support lifecycle page and upgrade. labels.tooltip_search_view=Search Screen labels.tooltip_run_crawler=Run Crawler labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Help labels.tooltip_logout=Logout labels.advance=Advanced Search labels.advance_search_title=Advanced Search labels.advance_search_must_queries=with all of the words
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.tooltip_search_view=Suchbildschirm labels.tooltip_run_crawler=Crawler ausführen labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Hilfe labels.tooltip_logout=Abmelden labels.advance=Erweiterte Suche labels.advance_search_title=Erweiterte Suche labels.advance_search_must_queries=mit allen Wörtern
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.eol_error=Twój system nie jest już obsługiwany. Zapoznaj się ze stroną końca życia produktu, aby zaktualizować. labels.tooltip_search_view=Widok wyszukiwania labels.tooltip_run_crawler=Uruchom crawlera labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Pomoc labels.tooltip_logout=Wyloguj się labels.advance=Wyszukiwanie zaawansowane labels.advance_search_title=Wyszukiwanie zaawansowane labels.advance_search_must_queries=Zawiera wszystkie słowa
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.eol_error=Il sistema in uso non è più supportato. Consultare la pagina di fine vita del prodotto per l'aggiornamento. labels.tooltip_search_view=Vista di ricerca labels.tooltip_run_crawler=Esegui crawler labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Aiuto labels.tooltip_logout=Esci labels.advance=Ricerca avanzata labels.advance_search_title=Ricerca avanzata labels.advance_search_must_queries=Contiene tutte le parole
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'forum.link'. <br> * The value is, e.g. https://discuss.codelibs.org/c/Fess{lang}/ <br> * comment: Forum link for user support. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getForumLink(); /** * Get the value for the key 'forum.supported.langs'. <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/resources/fess_label_fr.properties
labels.tooltip_search_view=Écran de recherche labels.tooltip_run_crawler=Exécuter le robot d'exploration labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Aide labels.tooltip_logout=Déconnexion labels.advance=Recherche avancée labels.advance_search_title=Recherche avancée labels.advance_search_must_queries=avec tous les mots
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.eol_error=The system you are using is no longer supported. Please refer to the product support lifecycle page and upgrade. labels.tooltip_search_view=Search Screen labels.tooltip_run_crawler=Run Crawler labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Help labels.tooltip_logout=Logout labels.advance=Advanced Search labels.advance_search_title=Advanced Search labels.advance_search_must_queries=with all of the words
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0)