Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for OTTO (0.47 sec)

  1. src/net/http/sniff_test.go

    	{"TTF sample  I", []byte("\x00\x01\x00\x00\x00\x17\x01\x00\x00\x04\x01\x60\x4f"), "font/ttf"},
    	{"TTF sample II", []byte("\x00\x01\x00\x00\x00\x0e\x00\x80\x00\x03\x00\x60\x46"), "font/ttf"},
    
    	{"OTTO sample  I", []byte("\x4f\x54\x54\x4f\x00\x0e\x00\x80\x00\x03\x00\x60\x42\x41\x53\x45"), "font/otf"},
    
    	{"woff sample  I", []byte("\x77\x4f\x46\x46\x00\x01\x00\x00\x00\x00\x30\x54\x00\x0d\x00\x00"), "font/woff"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 07 16:53:14 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <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">
        <glob pattern="*.pcf"/>
      </mime-type>
    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