Home
last modified time | relevance | path

Searched refs:media (Results 1 – 25 of 27) sorted by path

12

/dokuwiki/
H A D.htaccess.dist25 #RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
26 #RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
/dokuwiki/data/
H A Ddeleted.files649 lib/tpl/default/media.css
889 lib/exe/media.php
891 lib/tpl/default/media.php
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt169 DokuWiki can embed the following media formats directly.
176 If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
178 By adding ''?linkonly'' you provide a link to the media without displaying it inline
/dokuwiki/inc/
H A DMailer.class.php132 $media = cleanID($matches[1]);
133 [, $mime] = mimetype($media);
134 $file = mediaFN($media);
236 // embed media from templates
462 foreach ($this->attach as $media) {
463 $media['name'] = str_replace(':', '_', cleanID($media['name'], true));
469 if ($media['embed']) {
470 $this->html = str_replace('%%' . $media['embed'] . '%%', 'cid:' . $cid, $this->html);
474 $mime .= $this->wrappedHeaderLine('Content-Type', $media['mim
[all...]
H A Dfetch.functions.php136 * Check for media for preconditions and return correct status code
143 * @param string $media reference to the media id
150 function checkFileStatus(&$media, &$file, $rev = '', $width = 0, $height = 0)
154 //media to local file
155 if (media_isexternal($media)) {
157 if (media_get_token($media, $width, $height) !== $INPUT->str('tok')) {
161 if (str_starts_with($MIME, 'image/')) $file = media_get_from_URL($media, $EXT, $CACHE);
164 return [302, $media];
167 $media
144 checkFileStatus(& $media, & $file, $rev = '', $width = 0, $height = 0) global() argument
[all...]
H A Dhtml.php337 * @param string $media_id id of media, or empty for current page
538 * @param bool $media If it is for media files
543 function html_diff_head($l_rev, $r_rev, $id = null, $media = false, $inline = false)
516 html_diff_head($l_rev, $r_rev, $id = null, $media = false, $inline = false) global() argument
H A Dindexer.php183 if (($media = p_get_metadata($page, 'relation media', METADATA_RENDER_UNLIMITED)) !== null)
184 $metadata['relation_media'] = array_keys($media);
H A Dpageutils.php8 * @todo Combine similar functions like {wiki,media,meta}FN()
407 * returns the full path to the media's meta file specified by ID and extension
411 * @param string $id media id
412 * @param string $ext extension of media
450 * @param string $id media id
553 * Returns a full media id
556 * @param string &$media (reference) relative media id, updated to resolved id argument
557 * @param bool &$exists (reference) updated with existance of media
562 function resolve_mediaid($ns, &$media,
[all...]
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt372 media
/dokuwiki/inc/parser/
H A Dhandler.php921 public function media($match, $state, $pos)
876 public function media($match, $state, $pos) { global() function in Doku_Handler
/dokuwiki/lib/plugins/acl/
H A Dadmin.php266 * get a combined list of media and page files
278 // read tree structure from pages and media
281 $media = [];
282 search($media, $conf['mediadir'], 'search_index', ['ns' => $folder, 'nofiles' => true], $limit);
283 $data = array_merge($data, $media);
284 unset($media);
301 * Sorts the combined trees of media and page files
/dokuwiki/lib/plugins/extension/
H A Dall.less2 @media only screen and (max-width: 600px) {
37 } /* /@media */
/dokuwiki/lib/styles/
H A Dscreen.css71 /* media manager popup toggle buttons */
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css3 * used in the media manager (both fullscreen and popup).
H A D_links.css55 /* link to some embedded media */
H A D_media_fullscreen.css2 * This file provides the styles for the fullscreen media manager
3 * (?do=media).
H A D_media_popup.css2 * This file provides styles for the media manager popup
153 /* link which inserts media file */
169 /* info how to insert media, if JS disabled */
195 /*____________ media search ____________*/
H A D_modal.css74 /* media option wizard (opens when inserting media in the media popup)
H A D_recent.css8 /* select type of revisions (media/pages) */
H A D_search.less15 /* "nothing found" at search + media */
H A Dcontent.less52 .dokuwiki img.media {
H A Ddesign.less82 .mode_media .action.media a,
H A Dmobile.less8 /* for detecting media queries in JavaScript (see script.js): */
16 @media only screen and (max-width: @ini_tablet_width) {
19 z-index: 1; /* for detecting media queries in JavaScript (see script.js) */
104 /* enable horizontal scrolling in media manager */
138 } /* /@media */
143 @media only screen and (max-width: @ini_phone_width) {
146 z-index: 2; /* for detecting media queries in JavaScript (see script.js) */
319 } /* /@media */
324 @media only screen and (max-height: 400px) {
332 } /* /@media */
[all...]
H A Dprint.css90 img.media {
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini11 ; defines for which output media the style should be loaded. Currently

12