Lines Matching defs:render
1203 $render = $linking != 'linkonly';
1204 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1207 if (str_starts_with($mime, 'image') && $render) {
1217 } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1295 $render = $linking != 'linkonly';
1296 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1301 if (str_starts_with($mime, 'image') && $render) {
1304 } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1667 * @param bool $render should the media be embedded inline or just linked
1678 $render = true
1697 if (!$render) {
1738 if (!$render) {
1759 if (!$render) {
1874 * @param bool $render should the media be embedded inline or just linked
1878 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
1891 $link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);