Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 23 of 23 for AVI (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * <p>
         * Wildcard expressions will not filter workgroup names or server names.
         *
         * <blockquote><pre>
         * winnt> ls c?o*
         * clock.avi                  -rw--      82944 Mon Oct 14 1996 1:38 AM
         * Cookies                    drw--          0 Fri Nov 13 1998 9:42 PM
         * 2 items in 5ms
         * </pre></blockquote>
         *
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 112.2K bytes
    - Click Count (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>Audio Video Interleave File</_comment>
        <alias type="video/avi"/>
        <alias type="video/msvideo"/>
        <magic priority="50">
          <match value="RIFF....AVI " type="string" offset="0"
                 mask="0xFFFFFFFF00000000FFFFFFFF"/>
          <match offset="8" type="string" value="\x41\x56\x49\x20"/>
        </magic>
        <glob pattern="*.avi"/>
      </mime-type>
    
      <mime-type type="video/x-sgi-movie">
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Oct 16 07:46:32 GMT 2025
    - 320.2K bytes
    - Click Count (5)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: 3g2 Video */
        public static final String LABELS_facet_filetype_3g2 = "{labels.facet_filetype_3g2}";
    
        /** The key of the message: AVI Video */
        public static final String LABELS_facet_filetype_avi = "{labels.facet_filetype_avi}";
    
        /** The key of the message: FLV Video */
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 156.4K bytes
    - Click Count (0)
Back to Top