Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 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: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.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: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top