Lines Matching defs:src
25 * @param string $src media ID
34 public function _media($src, $title = null, $align = null, $width = null,
39 list($ext, $mime) = mimetype($src);
47 $jpeg = new JpegMeta(mediaFN($src));
58 $title = $this->_xmlEntities(\dokuwiki\Utf8\PhpString::basename(noNS($src)));
63 $ret .= '<img src="@MEDIA(' . $src . ')@"';
87 return $this->_xmlEntities($title ? $title : \dokuwiki\Utf8\PhpString::basename(noNS($src)));
98 $ret .= $this->_video($src, $width, $height, $att);
102 $ret .= $this->_audio($src, $att);
111 $title = \dokuwiki\Utf8\PhpString::basename(noNS($src));
121 ml($src, array('cache' => $cache), true, '&'), $width, $height,
132 $ret .= $this->_xmlEntities(\dokuwiki\Utf8\PhpString::basename(noNS($src)));