Home
last modified time | relevance | path

Searched +full:_media -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/
H A D.htaccess.dist25 #RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
H A Dindex.php31 if (preg_match('/^\/_media\/(.*)/', $_SERVER['SCRIPT_NAME'], $m)) {
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php201 $meta['_media'] = ['fieldset'];
/dokuwiki/inc/parser/
H A Dxhtml.php1671 public function _media(
1853 return $this->_media(
1891 $link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);
2046 * _getLastMediaRevisionAt is a helperfunction to internalmedia() and _media()
1569 public function _media($src, $title = null, $align = null, $width = null, global() function in Doku_Renderer_xhtml
/dokuwiki/inc/
H A Dinit.php319 $conf['media_changelog'] = $conf['metadir'] . '/_media.changes';
H A Dcommon.php660 $script = '_media';