Home
last modified time | relevance | path

Searched refs:_getMediaLinkConf (Results 1 – 6 of 6) sorted by relevance

/plugin/prettyphoto/
Drenderer.php29 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
/plugin/nodetailsxhtml/
Drenderer.php481 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) { function in renderer_plugin_nodetailsxhtml
482 $link = parent::_getMediaLinkConf( $src, $title, $align, $width, $height, $cache, $render );
/plugin/owncloud/
Dhelper.php430 … $link = $this->_getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render);
491 $link = $this->_getMediaLinkConf(-1,$src, $title, $align, $width, $height, $cache, $render);
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render) function in helper_plugin_owncloud
/plugin/nsexport/packer/ziphtml/
Drenderer.php203 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
/plugin/siteexport/renderer/
Dpdf.php239 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
/plugin/button/
Dsyntax.php493 $link = $xhtml->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);