- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for MEDIA (0.03 sec)
-
src/main/java/org/codelibs/fess/util/SearchEngineUtil.java
} return new ByteArrayOutputStream(); } } /** * Creates an OutputStream from a ToXContent object with the specified media type. * * @param xContent the content object to convert * @param mediaType the media type for the output * @return an OutputStream containing the converted content */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/SearchEngineUtilTest.java
} public void test_getXContentBuilderOutputStream_withDifferentMediaTypes() { XContentBuilderCallback callback = (builder, params) -> { builder.startObject(); builder.field("media", "test"); builder.endObject(); return builder; }; // Test with JSON OutputStream jsonOutput = SearchEngineUtil.getXContentBuilderOutputStream(callback, XContentType.JSON);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 13.6K bytes - Viewed (0) -
README.md
OkHttp ====== See the [project website][okhttp] for documentation and APIs. HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth. OkHttp is an HTTP client that’s efficient by default: * HTTP/2 support allows all requests to the same host to share a socket. * Connection pooling reduces request latency (if HTTP/2 isn’t available).
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.8K bytes - Viewed (0) -
gradle/wrapper/gradle-wrapper.jar
documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative...
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 44.4K bytes - Viewed (1) -
src/main/resources/fess_config.properties
adaptive.load.control=50 # Supported JavaScript file extensions for upload. supported.uploaded.js.extentions=js # Supported CSS file extensions for upload. supported.uploaded.css.extentions=css # Supported media file extensions for upload. supported.uploaded.media.extentions=jpg,jpeg,gif,png,swf # Supported files for upload. supported.uploaded.files=license.properties # Supported languages.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getSupportedUploadedCssExtentions(); /** * Get the value for the key 'supported.uploaded.media.extentions'. <br> * The value is, e.g. jpg,jpeg,gif,png,swf <br> * comment: Supported media file extensions for upload. * @return The value of found property. (NotNull: if not found, exception but basically no way) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)