Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for gif (0.01 sec)

  1. fess-crawler/src/test/resources/extractor/image/test.gif

    test.gif...
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Jan 21 05:12:12 UTC 2016
    - 156 bytes
    - Viewed (0)
  2. src/main/webapp/images/loading.gif

    loading.gif...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Aug 22 18:08:59 UTC 2016
    - 5K bytes
    - Viewed (0)
  3. src/test/resources/org/codelibs/core/net/ccc.gif

    ccc.gif...
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Sun Dec 28 09:01:06 UTC 2014
    - 67 bytes
    - Viewed (0)
  4. src/test/resources/thumbnail/400x400.gif

    400x400.gif...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Jun 01 14:38:39 UTC 2017
    - 2.2K bytes
    - Viewed (0)
  5. src/test/resources/thumbnail/400x600.gif

    400x600.gif...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Jun 01 14:38:39 UTC 2017
    - 3.4K bytes
    - Viewed (0)
  6. src/test/resources/thumbnail/600x400.gif

    600x400.gif...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Jun 01 14:38:39 UTC 2017
    - 3.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java

            final String path = imageFile.getAbsolutePath();
            if (path.endsWith(".png")) {
                return "image/png";
            }
            if (path.endsWith(".gif")) {
                return "image/gif";
            }
            if (path.endsWith(".jpg") || path.endsWith(".jpeg")) {
                return "image/jpeg";
            }
            return "application/octet-stream";
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. fess-crawler/src/test/resources/extractor/test_attr.html

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>タイトル</title>
    </head>
    <body>
    本文1
    <img src="hoge.gif" alt="画像1"/>
    <img src="hoge.gif" alt="画像2" title="タイトル1"/>
    <a href="hoge.html" title="タイトル2">リンク1</a>
    本文2
    </body>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 308 bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGeneratorTest.java

                generator.saveImage(input, outputFile);
            }
            assertImageSize(outputFile, 100, 66);
    
            imagePath = "thumbnail/600x400.gif";
            try (ImageInputStream input = ImageIO.createImageInputStream(classLoader.getResourceAsStream(imagePath))) {
                generator.saveImage(input, outputFile);
            }
            assertImageSize(outputFile, 100, 66);
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/util/mime.map

    chemical/x-pdb                 pdb              # PDB Chemistry Model File
    chemical/x-xyz                 xyz              # XYZ Chemistry Model File
    drawing/x-dwf                  dwf              # AutoCAD
    image/gif                      gif              # GIF image file
    image/ief                      ief              # Image Exchange
    image/jpeg                     jpeg jpg jpe     # JPG image file
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.9K bytes
    - Viewed (0)
Back to top