Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for otf (0.02 sec)

  1. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

                } else if (lowerPath.endsWith(".json")) {
                    response.setContentType("application/json");
                } else if (lowerPath.endsWith(".otf")) {
                    response.setContentType("font/otf");
                } else if (lowerPath.endsWith(".svg")) {
                    response.setContentType("image/svg+xml");
                } else if (lowerPath.endsWith(".ttf")) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 06:28:46 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/MediaType.java

      /**
       * <a href="https://en.wikipedia.org/wiki/OpenType">Open Type Font Format</a> (OTF) as defined by
       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>.
       *
       * @since 30.0
       */
      public static final MediaType FONT_OTF = createConstant(FONT_TYPE, "otf");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/SFNT">Spline or Scalable Font Format</a> (SFNT). <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/MediaType.java

      /**
       * <a href="https://en.wikipedia.org/wiki/OpenType">Open Type Font Format</a> (OTF) as defined by
       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>.
       *
       * @since 30.0
       */
      public static final MediaType FONT_OTF = createConstant(FONT_TYPE, "otf");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/SFNT">Spline or Scalable Font Format</a> (SFNT). <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.psf"/>
      </mime-type>
    
      <mime-type type="application/x-font-otf">
        <alias type="application/vnd.ms-opentype"/>
        <acronym>OTF</acronym>
        <_comment>OpenType Font</_comment>
        <magic priority="40">
          <match value="OTTO\x00" type="string" offset="0"/>
        </magic>
        <glob pattern="*.otf"/>
      </mime-type>
    
      <mime-type type="application/x-font-pcf">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top