Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for ico (0.04 sec)

  1. src/main/webapp/favicon.ico

    favicon.ico...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Apr 14 08:53:55 UTC 2019
    - 98.6K bytes
    - Viewed (0)
  2. .gitattributes

    # (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
    *.swf           binary
    *.gz            binary
    *.zip           binary
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Sep 02 12:15:16 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  3. mockwebserver/src/main/kotlin/mockwebserver3/QueueDispatcher.kt

      override fun dispatch(request: RecordedRequest): MockResponse {
        // To permit interactive/browser testing, ignore requests for favicons.
        val requestLine = request.requestLine
        if (requestLine == "GET /favicon.ico HTTP/1.1") {
          logger.info("served $requestLine")
          return MockResponse(code = HttpURLConnection.HTTP_NOT_FOUND)
        }
    
        if (failFastResponse != null && responseQueue.peek() == null) {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Jan 23 14:31:42 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. src/test/resources/plugin/repo2/index.html

        <link rel="icon" type="image/png" href="https://oss.sonatype.org/favicon.png">
        <!--[if IE]>
        <link rel="SHORTCUT ICON" href="https://oss.sonatype.org/favicon.ico"/>
        <![endif]-->
    
        <link rel="stylesheet" href="https://oss.sonatype.org/static/css/Sonatype-content.css?2.14.13-01" type="text/css" media="screen" title="no title" charset="utf-8">
      </head>
      <body>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Aug 13 07:34:14 UTC 2019
    - 10.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

                    response.setContentType("text/css");
                } else if (lowerPath.endsWith(".eot")) {
                    response.setContentType("application/vnd.ms-fontobject");
                } else if (lowerPath.endsWith(".ico")) {
                    response.setContentType("image/vnd.microsoft.icon");
                } else if (lowerPath.endsWith(".js")) {
                    response.setContentType("text/javascript");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 15 08:29:24 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_config.properties

    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\
    
    index.reindex.size=100
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_en.properties

    labels.facet_filetype_mpga=MPGA Audio
    labels.facet_filetype_mp4a=MP4A Audio
    labels.facet_filetype_oga=OGA Audio
    labels.facet_filetype_wepb=WEBP Image
    labels.facet_filetype_bmp=BMP Image
    labels.facet_filetype_ico=ICO Image
    labels.facet_filetype_png=PNG Image
    labels.facet_filetype_svg=SVG Image
    labels.facet_filetype_tiff=TIFF Image
    labels.facet_filetype_jpg=JPEG Image
    labels.facet_filetype_archive=Archive
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.facet_filetype_mpga=MPGA Audio
    labels.facet_filetype_mp4a=MP4A Audio
    labels.facet_filetype_oga=OGA Audio
    labels.facet_filetype_wepb=WEBP Image
    labels.facet_filetype_bmp=BMP Image
    labels.facet_filetype_ico=ICO Image
    labels.facet_filetype_png=PNG Image
    labels.facet_filetype_svg=SVG Image
    labels.facet_filetype_tiff=TIFF Image
    labels.facet_filetype_jpg=JPEG Image
    labels.facet_filetype_others=Другие
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * audio/mpga=mpga<br>
         * audio/mp4=mp4a<br>
         * audio/ogg=oga<br>
         * audio/x-wav=wav<br>
         * image/webp=webp<br>
         * image/bmp=bmp<br>
         * image/x-icon=ico<br>
         * image/x-icon=ico<br>
         * image/png=png<br>
         * image/svg+xml=svg<br>
         * image/tiff=tiff<br>
         * image/jpeg=jpg<br>
         *  */
        String INDEX_FILETYPE = "index.filetype";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_fr.properties

    labels.facet_filetype_mpga	=	MPGA Audio
    labels.facet_filetype_mp4a	=	MP4A Audio
    labels.facet_filetype_oga	=	OGA Audio
    labels.facet_filetype_wepb	=	WEBP Image
    labels.facet_filetype_bmp	=	BMP Image
    labels.facet_filetype_ico	=	ICO Image
    labels.facet_filetype_png	=	PNG Image
    labels.facet_filetype_svg	=	SVG Image
    labels.facet_filetype_tiff	=	TIFF Image
    labels.facet_filetype_jpg	=	JPEG Image
    labels.facet_filetype_archive	=	Archive
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
Back to top