- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 38 for jpgm (0.02 sec)
-
fess-crawler/src/test/resources/extractor/image/test.jpg
test.jpg...
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Jan 21 05:12:12 UTC 2016 - 653 bytes - Viewed (0) -
src/test/resources/thumbnail/400x600.jpg
400x600.jpg...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 01 14:38:39 UTC 2017 - 6K bytes - Viewed (0) -
src/test/resources/thumbnail/600x400.jpg
600x400.jpg...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 01 14:38:39 UTC 2017 - 7.8K bytes - Viewed (0) -
src/test/resources/thumbnail/400x400.jpg
400x400.jpg...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 01 14:38:39 UTC 2017 - 5.5K bytes - Viewed (0) -
docs/en/docs/img/sponsors/talkpython-v2.jpg
talkpython-v2.jpg...
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 30 14:24:35 UTC 2024 - 9.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/mime.map
image/jpeg jpeg jpg jpe # JPG image file image/png png # Portable Network Graphics image/tiff tiff tif # TIFF image file image/x-cmu-raster ras # image/x-portable-anymap pnm # image/x-portable-bitmap pbm # image/x-portable-graymap pgm #
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0) -
src/test/resources/jcifs/smb1/util/mime.map
image/jpeg jpeg jpg jpe # JPG image file image/png png # Portable Network Graphics image/tiff tiff tif # TIFF image file image/x-cmu-raster ras # image/x-portable-anymap pnm # image/x-portable-bitmap pbm # image/x-portable-graymap pgm #
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.9K bytes - Viewed (0) -
docs/multi-tenancy/README.md
```sh minio server --address :9001 /data/tenant1 minio server --address :9002 /data/tenant2 minio server --address :9003 /data/tenant3 ```  ### 1.2 Host Multiple Tenants on Multiple Drives (Erasure Code) Use the following commands to host 3 tenants on multiple drives: ```sh minio server --address :9001 /disk{1...4}/data/tenant1
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/es/docs/tutorial/body-nested-models.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 7.5K bytes - Viewed (0) -
src/test/java/jcifs/smb1/util/MimeMapTest.java
@Test @DisplayName("Should handle multiple extensions for same mime type") void testMultipleExtensionsForSameMimeType() throws IOException { // Both jpg and jpeg should map to image/jpeg String jpgMime = mimeMap.getMimeType("jpg"); String jpegMime = mimeMap.getMimeType("jpeg"); assertEquals(jpgMime, jpegMime); assertEquals("image/jpeg", jpgMime);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.1K bytes - Viewed (0)