- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getResponseInlineMimetypes (0.16 sec)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
textFragmentSuffixLength = fessConfig.getQueryHighlightTextFragmentSuffixLengthAsInteger(); textFragmentSize = fessConfig.getQueryHighlightTextFragmentSizeAsInteger(); split(fessConfig.getResponseInlineMimetypes(), ",") .of(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).forEach(inlineMimeTypeSet::add)); } /** * Gets the display title for a document.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Inline MIME types for the response. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getResponseInlineMimetypes(); /** * Get the value for the key 'response.headers'. <br> * The value is, e.g. text/html=X-XSS-Protection: 1; mode=block<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)