- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for mp3 (0.01 seconds)
-
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
// Test with various MIME types String[] supportedTypes = { "application/pdf", "image/jpeg", "image/png" }; String[] unsupportedTypes = { "text/plain", "application/xml", "audio/mp3" }; for (String mimeType : supportedTypes) { Map<String, Object> docMap = new HashMap<>(); docMap.put("mimetype", mimeType);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
"application/vnd.openxmlformats-officedocument.wordprocessingml.document", "text/html", "text/plain", "application/json", "application/xml", "audio/mp3", "video/mp4", "application/postscript" }; for (final String mimeType : mimeTypes) { assertEquals("Extension for " + mimeType + " should be empty", "", generator.getExtensionFromMimeType(mimeType));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 27.8K bytes - Click Count (0)