Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pre (0.03 sec)

  1. FessFunctions.java

    = list.subList(0, lastIndex).stream().collect(Collectors.joining("\n")); L417: if (StringUtil.isBlank(content)) { L418: return "<pre class=\"" + style + "\">" + input.replaceAll("L[0-9]+:", StringUtil.EMPTY).trim() + "</pre>"; L419: } L420: return "<pre class=\"" + style + " linenums:" + lineNum + "\">" + content + "</pre>"; L421: } L422: L423: public static String getMessage(final String key, final String defaultValue) { L424: final Locale locale = La...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      16.9K bytes
  2. SpnegoAuthenticator.java

    false)) { L84: return authenticator; L85: } L86: try { L87: // set some System properties L88: final SpnegoFilterConfig config = SpnegoFilterConfig.getInstance(new SpengoConfig()); L89: L90: // pre-authenticate L91: authenticator = new org.codelibs.spnego.SpnegoAuthenticator(config); L92: L93: fessConfig.setSystemPropertyAsBoolean(SPNEGO_INITIALIZED, true); L94: fessConfig.storeSystemProperties(); L95: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      11.2K bytes
Back to top