Home
last modified time | relevance | path

Searched refs:getimagesize (Results 1 – 25 of 50) sorted by path

12

/plugin/abc/
H A Dsyntax.php371 $imgSize = getimagesize($file);
/plugin/aceeditor/
H A Dpreview.php40 $size = getimagesize($path);
/plugin/addressbook/
H A Dsyntax.php545 list($width, $height) = getimagesize($filename);
/plugin/bookmarkme/
H A Daction.php199 list($w,$h) = @getimagesize($ip.$i);
/plugin/charter/lib/pchart/
H A DpChart.class.php1253 $Infos = getimagesize($DataDescription["Symbol"][$ColName]);
3123 $Infos = getimagesize($FileName);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php272 … list($width, $height, $type, $attr) = getimagesize($sServerDir . $sFile);
H A Dutil.php220 if ( @getimagesize( $filePath ) === false ) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php271 … list($width, $height, $type, $attr) = getimagesize($sServerDir . $sFile);
H A Dutil.php220 if ( @getimagesize( $filePath ) === false ) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …p htmlspecialchars htmlentities html_entity_decode md5 md5_file crc32 getimagesize image_type_to_m…
/plugin/combo/ComboStrap/
H A DFetcherRaster.php162 $imageSize = getimagesize($path->toAbsolutePath()->toAbsoluteId());
/plugin/eclipseupdateurl/
H A Dsyntax.php335 $info = @getimagesize($file);
/plugin/farmer/3rdparty/
H A DPHPIco.php37 'getimagesize',
274 if (false === ($size = getimagesize($file)))
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php271 … list($width, $height, $type, $attr) = getimagesize($sServerDir . $sFile);
H A Dutil.php220 if ( @getimagesize( $filePath ) === false ) {
/plugin/gallery2/dwgallery/
H A Ddwgallery.php188 $sizeimage = getimagesize($gallery['datadir'].'/media/'.$picture, $info);
246 $sizethumb = getimagesize($gallery['thumbnail'][$i]);
249 $sizeimage = getimagesize($gallery['image'][$i], $info);
285 $size = getimagesize($gallery['image'][$gallery['pic']-1], $info);
464 $info = getimagesize($image);
517 if ($gallery['savethumbs']) $sizethumb = getimagesize($gallery['thumbnail'][$i]);
518 $sizeimage = getimagesize($gallery['image'][$i], $info);
/plugin/galleryv1.5/inc/
H A Dimage.php36 list($width, $height) = getimagesize($file);
H A Dmagazinelayout.class.php259 $imagesize = getimagesize($filename);
306 list($width, $height) = getimagesize($img['meta']->_fileName);
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_graphic.php30 if (!$data = @getimagesize($filename)) { return null; };
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt110 * add more image formats supported by getimagesize()
1287 Moved getid3.getimagesize.php funcitons ingo getid3_lib
2382 Changed amount of data read in getid3.getimagesize.php from 10kB
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1508 $GetDataImageSize = @getimagesize($tempfilename, $imageinfo);
H A Dmodule.graphic.jpg.php39 …list($width, $height, $type) = getimagesize($info['filenamepath'], $imageinfo); // https://www.get…
/plugin/latexport/implementation/
H A Ddecorator_persister.php797 list($width, $height) = getimagesize($filename);
/plugin/livemark/
H A Daction.php50 if ( !($image_details = getimagesize($input)) ) { return false; }
/plugin/mathpublish/
H A Dsyntax.php161 list($width, $height) = getimagesize($imagefile);

12