Lines Matching full:render

214      * Render a heading
290 * Render plain text data
791 * Render an opening single quote char (language specific)
800 * Render a closing single quote char (language specific)
809 * Render an apostrophe char (language specific)
818 * Render an opening double quote char (language specific)
827 * Render an closinging double quote char (language specific)
836 * Render a CamelCase link
854 * Render a page local link
880 * Render an internal Wiki Link
974 * Render an external link
1035 * Render an interwiki link
1135 * Render a linked E-Mail Address
1183 * Render an internal media file
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) {
1268 * Render an external media file
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) {
1679 * @param bool $render should the media be embedded inline or just linked
1690 $render = true argument
1709 if (!$render) {
1750 if (!$render) {
1771 if (!$render) {
1886 * @param bool $render should the media be embedded inline or just linked
1890 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) argument
1903 $link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);