Home
last modified time | relevance | path

Searched refs:video (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/conf/
H A Dmime.conf16 webm video/webm
17 ogv video/ogg
18 mp4 video/mp4
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php619 * @return string|null Should be one of 'image', 'audio', 'video', 'document', 'executable'
846 * - `video` (string): This is an image that should be used as a
847 * placeholder for video files before they're loaded (QuickTime-only).
853 * This applies only to video enclosures, and will automatically resize
857 * will default to 480x360 video resolution. Widescreen (16:9) mode with
858 * `width` and `height` set to `auto` will default to 480x270 video resolution.
869 $video = '';
897 case 'video':
898 $video = $opt[1];
942 if ($mime === 'video') {
[all...]
H A DSimplePie.php352 public const NAMESPACE_MEDIARSS_WRONG2 = 'http://video.search.yahoo.com/mrss';
357 public const NAMESPACE_MEDIARSS_WRONG3 = 'http://video.search.yahoo.com/mrss/';
655 public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scripts allow-same-origin'], 'video' => ['preload' => 'none']];
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt186 Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
188 For example consider this embedded mp4 video:
190 {{video.mp4|A funny video}}
192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
194 Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less105 video,
223 video {
230 video,
H A Dprint.css16 video, selector
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md95 - Add audio, video @src elements/attribute for URL resolution by @rdalverny in [#716](https://github.com/simplepie/simplepie/pull/716)
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1217 .ui-icon-video { background-position: -224px -128px; }