Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for RIFF (0.05 sec)

  1. src/net/http/sniff_test.go

    	// Video types.
    	{"MP4 video", []byte("\x00\x00\x00\x18ftypmp42\x00\x00\x00\x00mp42isom<\x06t\xbfmdat"), "video/mp4"},
    	{"AVI video #1", []byte("RIFF,O\n\x00AVI LISTÀ"), "video/avi"},
    	{"AVI video #2", []byte("RIFF,\n\x00\x00AVI LISTÀ"), "video/avi"},
    
    	// Font types.
    	// {"MS.FontObject", []byte("\x00\x00")},
    	{"TTF sample  I", []byte("\x00\x01\x00\x00\x00\x17\x01\x00\x00\x04\x01\x60\x4f"), "font/ttf"},
    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. src/net/http/sniff.go

    		ct:   "audio/midi",
    	},
    	&maskedSig{
    		mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF"),
    		pat:  []byte("RIFF\x00\x00\x00\x00AVI "),
    		ct:   "video/avi",
    	},
    	&maskedSig{
    		mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF"),
    		pat:  []byte("RIFF\x00\x00\x00\x00WAVE"),
    		ct:   "audio/wave",
    	},
    	// 6.2.0.2. video/mp4
    	mp4Sig{},
    	// 6.2.0.3. video/webm
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 20 21:51:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

         <alias type="image/cdr"/>
         <_comment>CorelDraw</_comment>
         <_comment>cdr: CorelDraw</_comment>
         <_comment>des: CorelDraw X4 and newer</_comment>
         <magic priority="60">
            <match value="RIFF" type="string" offset="0">
               <match value="CDR" type="string" offset="8" />
               <match value="cdr" type="string" offset="8" />
               <match value="DES" type="string" offset="8" />
    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