Home
last modified time | relevance | path

Searched refs:getImageSize (Results 1 – 10 of 10) sorted by relevance

/plugin/imagebox/
H A Dsyntax.php49 $image_size = @getImageSize(mediaFN($src));
60 $image_size = @getImageSize($src);
/plugin/owncloud/
H A Dsyntax.php131 if($exists) $gimgs = @getImageSize(mediaFN($src));
135 $gimgs = @getImageSize($src);
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59getImageSize(bounds);var newParams={BBOX:bounds.toBBOX(),SIZE:imageSize.w+","+imageSize.h,F:"image…
/plugin/odt/ODT/
H A DODTUtility.php196 public static function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ function in ODTUtility
236 list($width_file, $height_file) = self::getImageSize($src);
H A DODTImport.php186 list($width, $height) = ODTUtility::getImageSize($file);
H A DODTDocument.php1545 public function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ function in ODTDocument
1546 return ODTUtility::getImageSize($src, $maxwidth, $maxheight);
/plugin/odt/renderer/
H A Dpage.php1690 return $this->document->getImageSize($src, $maxwidth, $maxheight);
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ol3/
H A Dscript.js8getImageSize=function(){return n()},t.prototype.getHitDetectionImageSize=function(){return n()},t.… method in t
/plugin/openlayersmap/ol7/
H A Dol.js.map