Searched refs:getImageSize (Results 1 – 10 of 10) sorted by relevance
/plugin/imagebox/ |
H A D | syntax.php | 49 $image_size = @getImageSize(mediaFN($src)); 60 $image_size = @getImageSize($src);
|
/plugin/owncloud/ |
H A D | syntax.php | 131 if($exists) $gimgs = @getImageSize(mediaFN($src)); 135 $gimgs = @getImageSize($src);
|
/plugin/openlayersmapoverlays/lib/ |
H A D | layers.js | 59 …getImageSize(bounds);var newParams={BBOX:bounds.toBBOX(),SIZE:imageSize.w+","+imageSize.h,F:"image…
|
/plugin/odt/ODT/ |
H A D | ODTUtility.php | 196 public static function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ function in ODTUtility 236 list($width_file, $height_file) = self::getImageSize($src);
|
H A D | ODTImport.php | 186 list($width, $height) = ODTUtility::getImageSize($file);
|
H A D | ODTDocument.php | 1545 public function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ function in ODTDocument 1546 return ODTUtility::getImageSize($src, $maxwidth, $maxheight);
|
/plugin/odt/renderer/ |
H A D | page.php | 1690 return $this->document->getImageSize($src, $maxwidth, $maxheight);
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/ol3/ |
H A D | script.js | 8 …getImageSize=function(){return n()},t.prototype.getHitDetectionImageSize=function(){return n()},t.… method in t
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|