- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 28 for mpg4 (0.04 sec)
-
src/main/java/jcifs/smb1/util/mime.map
audio/x-mpegurl mp3 # MP3 Sound File audio/mpeg3 mp3 # MP3 Sound File audio/x-mpeg-3 mp3 # MP3 Sound File audio/mpeg mp2 mpa mpg mpga # MP2 Sound File audio/x-mpeg mp2 # MP2 Sound File chemical/x-pdb pdb # PDB Chemistry Model File chemical/x-xyz xyz # XYZ Chemistry Model File
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<!-- The is the base QuickTime container --> <!-- QuickTime video, and all MP4 formats, are based on it --> <acronym>QTFF</acronym> <_comment>QuickTime container format</_comment> </mime-type> <mime-type type="application/mp4"> <!-- Arbitrary data stored in a MP4 container --> <_comment>MP4 container format</_comment> <glob pattern="*.mp4s"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"application/mikey", "application/moss-keys", "application/moss-signature", "application/mosskey-data", "application/mosskey-request", "application/mp4", "application/mpeg4-generic", "application/mpeg4-iod", "application/mpeg4-iod-xmt", "application/msword", "application/msword2", "application/msword5", "application/mxf", "application/nasdata",
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Aug 01 21:40:30 UTC 2020 - 49K bytes - Viewed (0) -
src/main/resources/fess_config.properties
application/x-rar-compressed=rar\n\ video/3gp=3gp\n\ video/3g2=3g2\n\ video/x-msvideo=avi\n\ video/x-flv=flv\n\ video/mpeg=mpeg\n\ video/mp4=mp4\n\ video/ogv=ogv\n\ video/quicktime=qt\n\ video/x-m4v=m4v\n\ audio/x-aif=aif\n\ audio/midi=midi\n\ audio/mpga=mpga\n\ audio/mp4=mp4a\n\ audio/ogg=oga\n\ audio/x-wav=wav\n\ image/webp=webp\n\ image/bmp=bmp\n\ image/x-icon=ico\n\ image/x-icon=ico\n\
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
docs_src/custom_response/tutorial008.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 19 19:14:58 UTC 2021 - 360 bytes - Viewed (0) -
.gitattributes
*.a binary *.lib binary *.icns binary *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.mov binary *.mp4 binary *.mp3 binary *.flv binary *.fla binary *.swf binary *.gz binary *.zip binary *.jar binary *.tar binary
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Sep 02 12:15:16 UTC 2020 - 1.1K bytes - Viewed (0) -
docs_src/custom_response/tutorial009.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Mar 26 19:09:53 UTC 2020 - 202 bytes - Viewed (0) -
tests/test_tutorial/test_custom_response/test_tutorial009b.py
from docs_src.custom_response import tutorial009b from docs_src.custom_response.tutorial009b import app client = TestClient(app) def test_get(tmp_path: Path): file_path: Path = tmp_path / "large-video-file.mp4" tutorial009b.some_file_path = str(file_path) test_content = b"Fake video bytes" file_path.write_bytes(test_content) response = client.get("/")
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Jul 03 19:51:28 UTC 2021 - 490 bytes - Viewed (0) -
tests/test_tutorial/test_custom_response/test_tutorial009.py
from docs_src.custom_response import tutorial009 from docs_src.custom_response.tutorial009 import app client = TestClient(app) def test_get(tmp_path: Path): file_path: Path = tmp_path / "large-video-file.mp4" tutorial009.some_file_path = str(file_path) test_content = b"Fake video bytes" file_path.write_bytes(test_content) response = client.get("/")
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Jul 03 19:51:28 UTC 2021 - 487 bytes - Viewed (0) -
docs_src/custom_response/tutorial009b.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Jul 03 19:51:28 UTC 2021 - 217 bytes - Viewed (0)