Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isResponseHighlightContentTitleEnabled (0.35 sec)

  1. src/main/java/org/codelibs/fess/helper/ViewHelper.java

            if (size > -1) {
                title = StringUtils.abbreviate(title, size);
            }
            final String value = LaFunctions.h(title);
            if (!fessConfig.isResponseHighlightContentTitleEnabled()) {
                return value;
            }
            return getQuerySet().map(querySet -> {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:58:45 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. true <br>
         * @return The determination, true or false. (if not found, exception but basically no way)
         */
        boolean isResponseHighlightContentTitleEnabled();
    
        /**
         * Get the value for the key 'response.inline.mimetypes'. <br>
         * The value is, e.g. application/pdf,text/plain <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top