Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ICON (0.01 seconds)

  1. src/main/resources/fess_config.properties

    video/quicktime=qt\n\
    video/x-m4v=m4v\n\
    audio/x-aif=aif\n\
    audio/midi=midi\n\
    audio/mpga=mpga\n\
    audio/mp4=mp4a\n\
    audio/ogg=oga\n\
    audio/x-wav=wav\n\
    image/webp=webp\n\
    image/bmp=bmp\n\
    image/x-icon=ico\n\
    image/x-icon=ico\n\
    image/png=png\n\
    image/svg+xml=svg\n\
    image/tiff=tiff\n\
    image/jpeg=jpg\n\
    
    # Number of documents to process per reindex operation.
    index.reindex.size=100
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            final String data = "<html><head>" + "<link rel=\"stylesheet\" href=\"http://example.com/style.css\">"
                    + "<link rel=\"icon\" href=\"http://example.com/icon.png\">" + "</head><body>"
                    + "<a href=\"http://example.com/style.css\">css link</a>" + "<a href=\"http://example.com/page1\">page1</a>"
                    + "</body></html>";
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 62.9K bytes
    - Click Count (0)
Back to Top