Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getOnlineHelpEol (0.07 sec)

  1. SystemHelper.java

    dpoint()) && StringUtil.isNotBlank(fessConfig.getStorageBucket())); L446: final boolean eoled = isEoled(); L447: runtime.registerData("eoled", eoled); L448: if (eoled) { L449: final String eolLink = fessConfig.getOnlineHelpEol(); L450: runtime.registerData("eolLink", getHelpUrl(eolLink)); L451: } L452: } L453: L454: public void setupSearchHtmlData(final TypicalAction action, final ActionRuntime runtime) { L455: runtime.registerData("developmentMode",...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 17 12:10:08 UTC 2024
      27.2K bytes
  2. FessConfig.java

    key 'online.help.eol'. <br> L6724: * The value is, e.g. https://fess.codelibs.org/{lang}/eol.html <br> L6725: * @return The value of found property. (NotNull: if not found, exception but basically no way) L6726: */ L6727: String getOnlineHelpEol(); L6728: L6729: /** L6730: * Get the value for the key 'online.help.name.failureurl'. <br> L6731: * The value is, e.g. failureurl <br> L6732: * @return The value of found property. (NotNull: if not found, exception but basically...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
Back to top