Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 27 for jpg$ (0.01 seconds)

  1. src/test/resources/thumbnail/400x400.jpg

    400x400.jpg...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jun 01 14:38:39 GMT 2017
    - 5.5K bytes
    - Click Count (0)
  2. src/test/resources/thumbnail/400x600.jpg

    400x600.jpg...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jun 01 14:38:39 GMT 2017
    - 6K bytes
    - Click Count (0)
  3. src/test/resources/thumbnail/600x400.jpg

    600x400.jpg...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jun 01 14:38:39 GMT 2017
    - 7.8K bytes
    - Click Count (0)
  4. src/main/webapp/images/admin/boxed-bg.jpg

    boxed-bg.jpg...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Dec 31 23:16:54 GMT 2017
    - 120.9K bytes
    - Click Count (0)
  5. src/main/webapp/js/admin/plugins/form-validator/file.js

    nction(a){!function(a,b){a.formUtils.registerLoadedModule("file");var c="undefined"!=typeof b.FileReader,d=function(b){var c=a.split((b.valAttr("allowing")||"").toLowerCase());return a.inArray("jpg",c)>-1&&a.inArray("jpeg",c)===-1?c.push("jpeg"):a.inArray("jpeg",c)>-1&&a.inArray("jpg",c)===-1&&c.push("jpg"),c},e=function(a,b,c,d){var e=d[b]||"";a.errorMessageKey="",a.errorMessage=e.replace("%s",c)},f=function(c,d,e){var f=new FileReader,g=new Image;f.readAsDataURL(c),f.onload=function(c){g.onloa...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 4.6K bytes
    - Click Count (0)
  6. src/test/resources/data/gsaconfig.xml

                  ]]></testwords>
    			</collection>
    		</collections>
    		<globalparams>
    			<bad_urls><![CDATA[
    contains:/images/
    contains:?
    contains:\\.xml$
    # test
    regexp:/([^/]*)/\\1/\\1/
    .gif$
    .jpg$
    .jpeg$
    .png$
    regexpIgnoreCase:\\.dll$
    regexpIgnoreCase:\\.exe$
    /?S=A$
    /?S=D$
    contains:\001
    contains:\002
    contains:\003
    .html/$
    
              ]]></bad_urls>
    			<good_urls><![CDATA[
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun May 13 06:51:57 GMT 2018
    - 1.7K bytes
    - Click Count (0)
  7. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

                });
                task.from(extension.getCssFiles(), sub -> sub.into("css"));
                task.from(extension.getUserManual().getRoot().dir("img"), sub -> {
                    sub.include("**/*.png", "**/*.gif", "**/*.jpg", "**/*.svg");
                    sub.into("img");
                });
                task.from(extension.getUserManual().getResources());
    
                task.from(generateDocinfo);
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 22:33:18 GMT 2026
    - 17.8K bytes
    - Click Count (0)
  8. src/test/resources/thumbnail/test_generate_thumbnail.sh

        fi
    
        # Test: Different aspect ratios
        if [[ -f "${TEST_DIR}/400x600.jpg" ]]; then
            run_file_test "Portrait JPEG (400x600)" "${OUTPUT_DIR}/portrait_thumb.png" \
                "${GENERATE_THUMBNAIL}" "image" "file:${TEST_DIR}/400x600.jpg" "${OUTPUT_DIR}/portrait_thumb.png" "image/jpeg"
        fi
    
        if [[ -f "${TEST_DIR}/600x400.jpg" ]]; then
            run_file_test "Landscape JPEG (600x400)" "${OUTPUT_DIR}/landscape_thumb.png" \
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 04 08:02:36 GMT 2025
    - 7.9K bytes
    - Click Count (0)
  9. 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);
                }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  10. .gitattributes

    *.sh            text eol=lf
    
    
    # These files are binary and should be left untouched
    # (binary is a macro for -text -diff)
    *.a             binary
    *.lib           binary
    *.icns          binary
    *.png           binary
    *.jpg           binary
    *.jpeg          binary
    *.gif           binary
    *.ico           binary
    *.mov           binary
    *.mp4           binary
    *.mp3           binary
    *.flv           binary
    *.fla           binary
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Sep 02 12:15:16 GMT 2020
    - 1.1K bytes
    - Click Count (0)
Back to Top