- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 38 for jpgv (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) -
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) -
cmd/object-api-getobjectinfo_test.go
if err != nil { t.Fatalf("%s : %s", instanceType, err.Error()) } opts := ObjectOptions{} _, err = obj.PutObject(context.Background(), "test-getobjectinfo", "Asia/asiapics.jpg", mustGetPutObjReader(t, bytes.NewBufferString("asiapics"), int64(len("asiapics")), "", ""), opts) if err != nil { t.Fatalf("%s : %s", instanceType, err.Error()) } // Put an empty directory
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Dec 23 15:46:00 UTC 2022 - 5.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGeneratorTest.java
generator.saveImage(input, outputFile); } assertImageSize(outputFile, 100, 66); imagePath = "thumbnail/600x400.jpg"; try (ImageInputStream input = ImageIO.createImageInputStream(classLoader.getResourceAsStream(imagePath))) { generator.saveImage(input, outputFile); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 4.7K bytes - Viewed (0)