- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for appended (0.63 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
if (highlightQueries != null) { final StringBuilder buf = new StringBuilder(100); highlightQueries.stream().forEach(q -> { buf.append("&hq=").append(LaFunctions.u(q)); }); data.setAppendHighlightParams(buf.toString()); } queryResponseList.setExecTime(systemHelper.getCurrentTimeAsLong() - startTime);
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
* Builds a default URL for SAML endpoints. * Uses the configured base URL or defaults to http://localhost:8080 for compatibility * with common SAML IdP configurations. * * @param path the path to append to the base URL * @return the complete URL */ protected String buildDefaultUrl(final String path) { final DynamicProperties systemProperties = ComponentUtil.getSystemProperties();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 20.2K bytes - Viewed (3)