Lines Matching refs:render
1213 $render = $linking != 'linkonly';
1214 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1217 if (str_starts_with($mime, 'image') && $render) {
1227 … } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1305 $render = $linking != 'linkonly';
1306 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1311 if (str_starts_with($mime, 'image') && $render) {
1314 … } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1677 * @param bool $render should the media be embedded inline or just linked
1688 $render = true argument
1707 if (!$render) {
1748 if (!$render) {
1769 if (!$render) {
1884 * @param bool $render should the media be embedded inline or just linked
1888 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) argument
1901 $link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);