Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for m4v (0.01 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: QuickTime Video */
        public static final String LABELS_facet_filetype_qt = "{labels.facet_filetype_qt}";
    
        /** The key of the message: M4V Video */
        public static final String LABELS_facet_filetype_m4v = "{labels.facet_filetype_m4v}";
    
        /** The key of the message: OGG Audio */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 156.4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <glob pattern="*.jng"/>
      </mime-type>
    
      <mime-type type="video/x-m4v">
        <magic priority="60">
          <match value="ftypM4V " type="string" offset="4"/>
          <match value="ftypM4VH" type="string" offset="4"/>
          <match value="ftypM4VP" type="string" offset="4"/>
        </magic>
        <glob pattern="*.m4v"/>
        <sub-class-of type="video/mp4" />
      </mime-type>
    
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
Back to top