Searched refs:getImageSize (Results 1 – 11 of 11) sorted by relevance
| /plugin/caption/ |
| D | script.js | 7 getImageSize(figureElem, function(width, height){ 30 function getImageSize(img, callback){ function
|
| /plugin/owncloud/ |
| D | syntax.php | 131 if($exists) $gimgs = @getImageSize(mediaFN($src)); 135 $gimgs = @getImageSize($src);
|
| /plugin/imagebox/ |
| D | syntax.php | 49 $image_size = @getImageSize(mediaFN($src)); 60 $image_size = @getImageSize($src);
|
| /plugin/openlayersmapoverlays/lib/ |
| D | layers.js | 59 …getImageSize(bounds);var newParams={BBOX:bounds.toBBOX(),SIZE:imageSize.w+","+imageSize.h,F:"image…
|
| /plugin/odt/ODT/ |
| 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);
|
| D | ODTImport.php | 186 list($width, $height) = ODTUtility::getImageSize($file);
|
| 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/ |
| D | page.php | 1690 return $this->document->getImageSize($src, $maxwidth, $maxheight);
|
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/ol3/ |
| D | script.js | 8 …getImageSize=function(){return n()},t.prototype.getHitDetectionImageSize=function(){return n()},t.… method in e
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …getImageSize() {\n return abstract();\n }\n\n /**\n * Get the origin of the symbolizer.\n …
|