- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 30 for mp4s (0.03 sec)
-
cmd/globals.go
globalCompressConfig compress.Config // Some standard object extensions which we strictly dis-allow for compression. standardExcludeCompressExtensions = []string{".gz", ".bz2", ".rar", ".zip", ".7z", ".xz", ".mp4", ".mkv", ".mov", ".jpg", ".png", ".gif"} // Some standard content-types which we strictly dis-allow for compression.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 16.2K bytes - Viewed (1) -
README.md
- Nested archive extraction #### Web and Markup - HTML, XHTML with XPath support - XML documents - JSON and structured data #### Media Files - Audio formats (MP3, WAV, FLAC) - Video formats (MP4, AVI, MOV) - Metadata extraction from media files ## Architecture ### Multi-Module Structure ``` fess-crawler-parent/ ├── fess-crawler/ # Core crawler framework
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0) -
guava/src/com/google/common/net/MediaType.java
* * @since 28.1 */ public static final MediaType JP2K = createConstant(IMAGE_TYPE, "jp2"); /* audio types */ public static final MediaType MP4_AUDIO = createConstant(AUDIO_TYPE, "mp4"); public static final MediaType MPEG_AUDIO = createConstant(AUDIO_TYPE, "mpeg"); public static final MediaType OGG_AUDIO = createConstant(AUDIO_TYPE, "ogg");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* video/x-msvideo=avi<br> * video/x-flv=flv<br> * video/mpeg=mpeg<br> * video/mp4=mp4<br> * video/ogv=ogv<br> * video/quicktime=qt<br> * video/x-m4v=m4v<br> * audio/x-aif=aif<br> * audio/midi=midi<br> * audio/mpga=mpga<br> * audio/mp4=mp4a<br> * audio/ogg=oga<br> * audio/x-wav=wav<br> * image/webp=webp<br> * image/bmp=bmp<br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
src/main/resources/fess_label_ja.properties
labels.facet_filetype_aif=AIFオーディオ labels.facet_filetype_midi=MIDIオーディオ labels.facet_filetype_mpga=MPGAオーディオ labels.facet_filetype_mp4a=MP4Aオーディオ labels.facet_filetype_oga=OGAオーディオ labels.facet_filetype_wepb=WEBPイメージ labels.facet_filetype_bmp=BMPイメージ labels.facet_filetype_ico=ICOイメージ labels.facet_filetype_png=PNGイメージ labels.facet_filetype_svg=SVGイメージ labels.facet_filetype_tiff=TIFFイメージ labels.facet_filetype_jpg=JPEGイメージ
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
* * @since 28.1 */ public static final MediaType JP2K = createConstant(IMAGE_TYPE, "jp2"); /* audio types */ public static final MediaType MP4_AUDIO = createConstant(AUDIO_TYPE, "mp4"); public static final MediaType MPEG_AUDIO = createConstant(AUDIO_TYPE, "mpeg"); public static final MediaType OGG_AUDIO = createConstant(AUDIO_TYPE, "ogg");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: MPGA Audio */ public static final String LABELS_facet_filetype_mpga = "{labels.facet_filetype_mpga}"; /** The key of the message: MP4A Audio */ public static final String LABELS_facet_filetype_mp4a = "{labels.facet_filetype_mp4a}"; /** The key of the message: OGA Audio */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/webapp/js/admin/bootstrap.min.js
o.default.fn.modal=ut,Ct._jQueryInterface};var St=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],Nt=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,Dt=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function At(t,e,n){if(0===t.length)return t;if(n&&"function"==typeof n)return n(t);for(var i=(new window.DOMParser).parseFromString(t,"text/html"),o=Object.keys(e),a=[].slice.call(i.body...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 61.1K bytes - Viewed (0) -
src/main/webapp/js/admin/bootstrap.min.js.map
image, video and audio types.\n *\n * Shoutout to Angular https://github.com/angular/angular/blob/12.2.x/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+=*$/i\n\nfunction allowedAttribute(attr, allowedAttributeList) {\n const attrName = attr.nodeName.toLowerCase()\n\n if (allowedAttributeList.indexOf(attrName) !== -1) {\n if (uriAttrs.indexOf(attrName)...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 180.9K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (openbsd-386), type RtMsghdr struct, Index uint16 pkg syscall (openbsd-386), type RtMsghdr struct, Inits uint32 pkg syscall (openbsd-386), type RtMsghdr struct, Mpls uint8 pkg syscall (openbsd-386), type RtMsghdr struct, Msglen uint16 pkg syscall (openbsd-386), type RtMsghdr struct, Pid int32 pkg syscall (openbsd-386), type RtMsghdr struct, Priority uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1)