- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 57 for noimage (0.77 seconds)
-
src/test/java/org/codelibs/fess/helper/FileTypeHelperTest.java
fileTypeHelper.add("text/plain", "text"); assertEquals("text", fileTypeHelper.get("text/plain")); fileTypeHelper.add("image/jpeg", "image"); assertEquals("image", fileTypeHelper.get("image/jpeg")); } @Test public void test_get() { fileTypeHelper.add("application/pdf", "pdf"); fileTypeHelper.add("text/plain", "text");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 5.6K bytes - Click Count (0) -
src/main/resources/fess_thumbnail.xml
<arg>"image/x-windows-bmp" </arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"image/x-ms-bmp" </arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"image/gif" </arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"image/png" </arg> </postConstruct>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Feb 04 14:24:39 GMT 2026 - 6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
} return switch (mimeType) { case "image/gif" -> ".gif"; case "image/tiff" -> ".tiff"; case "image/svg+xml" -> ".svg"; case "image/jpeg" -> ".jpg"; case "image/png" -> ".png"; case "image/bmp", "image/x-windows-bmp", "image/x-ms-bmp" -> ".bmp"; case "image/vnd.adobe.photoshop", "image/photoshop", "application/x-photoshop", "application/photoshop" -> ".psd";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 01 12:47:47 GMT 2026 - 16.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/ThumbnailGenerationExceptionTest.java
Exception cause = new RuntimeException("Image processing error"); ThumbnailGenerationException exception = new ThumbnailGenerationException(message, cause); assertEquals(message, exception.getMessage()); assertEquals(cause, exception.getCause()); assertEquals("Image processing error", exception.getCause().getMessage()); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 10.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/cachedirs/README.txt
Directory for image cache....
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Sep 14 06:00:28 GMT 2013 - 27 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
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/crawler/rule/CrawlerRuleMimeTypePatternTest.java
public void test_webFileRulePattern_doesNotMatchImageTypes() { Pattern pattern = Pattern.compile(WEB_FILE_RULE_PATTERN); assertFalse(pattern.matcher("image/jpeg").matches()); assertFalse(pattern.matcher("image/png").matches()); assertFalse(pattern.matcher("image/gif").matches()); } @Test public void test_fsFileRulePattern_xhtmlXml() { // Test that application/xhtml+xml is correctly matched
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Feb 04 14:24:39 GMT 2026 - 8.7K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.facet_filetype_mp4a=Audio MP4A labels.facet_filetype_oga=Audio OGA labels.facet_filetype_wepb=Image WEBP labels.facet_filetype_bmp=Image BMP labels.facet_filetype_ico=Image ICO labels.facet_filetype_png=Image PNG labels.facet_filetype_svg=Image SVG labels.facet_filetype_tiff=Image TIFF labels.facet_filetype_jpg=Image JPEG labels.facet_filetype_archive=Archive labels.facet_filetype_bat=Fichier batch
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
.brand-image-xl.single {\n margin-top: -.3rem;\n}\n\n.brand-link.text-sm .brand-image,\n.text-sm .brand-link .brand-image {\n height: 29px;\n margin-bottom: -.25rem;\n margin-left: .95rem;\n margin-top: -.25rem;\n}\n\n.brand-link.text-sm .brand-image-xs,\n.text-sm .brand-link .brand-image-xs {\n margin-top: -.2rem;\n max-height: 29px;\n}\n\n.brand-link.text-sm .brand-image-xl,\n.text-sm .brand-link .brand-image-xl {\n margin-top: -.225rem;\n max-height: 38px;\n}\n\n.main-sidebar {\n height: 100vh;\n...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3)