Home
last modified time | relevance | path

Searched refs:getImageFileNameForSize (Results 1 – 16 of 16) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expensereport/tpl/
H A Dexpensereport_linktofile.tpl.php32 …$minifile = getImageFileNameForSize($file['name'], '_mini'); // For new thumbs using same ext (in …
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expensereport/tpl/
H A Dexpensereport_linktofile.tpl.php29 …$minifile = getImageFileNameForSize($file['name'], '_mini'); // For new thumbs using same ext (in …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dimages.lib.php681 $imgThumbName = getImageFileNameForSize($file, $extName, $extImgTarget); // Full path of thumb file
H A Dfunctions.lib.php8248 function getImageFileNameForSize($file, $extName, $extImgTarget = '') function
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formfile.class.php1246 …$smallfile = getImageFileNameForSize($file['name'], ''); // There is no thumb for ECM module and M…
1248 …$smallfile = getImageFileNameForSize($file['name'], '_small'); // For new thumbs using same ext (i…
1250 …if (!dol_is_file($file['path'].'/'.$smallfile)) $smallfile = getImageFileNameForSize($file['name']…
H A Dhtml.form.class.php7621 …') $file = get_exdir(0, 0, 0, 0, $object, 'thirdparty').'logos/'.getImageFileNameForSize($object->…
7622 …') $file = get_exdir(0, 0, 0, 0, $object, 'thirdparty').'logos/'.getImageFileNameForSize($object->…
7631 …ni') $file = get_exdir(0, 0, 0, 0, $object, 'contact').'photos/'.getImageFileNameForSize($object->…
7632 …ll') $file = get_exdir(0, 0, 0, 0, $object, 'contact').'photos/'.getImageFileNameForSize($object->…
7642 …gesize == 'mini') $file = get_exdir(0, 0, 0, 0, $object, 'user').getImageFileNameForSize($object->…
7643 …esize == 'small') $file = get_exdir(0, 0, 0, 0, $object, 'user').getImageFileNameForSize($object->…
7654 …ini') $file = get_exdir(0, 0, 0, 0, $object, 'member').'photos/'.getImageFileNameForSize($object->…
7655 …all') $file = get_exdir(0, 0, 0, 0, $object, 'member').'photos/'.getImageFileNameForSize($object->…
7667 … $file = get_exdir($id, 2, 0, 0, $object, $modulepart).'photos/'.getImageFileNameForSize($object->…
7668 … $file = get_exdir($id, 2, 0, 0, $object, $modulepart).'photos/'.getImageFileNameForSize($object->…
H A Dcommonobject.class.php7280 $photo_vignette = basename(getImageFileNameForSize($dir.$file, '_small'));
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formfile.class.php1368 …$smallfile = getImageFileNameForSize($file['name'], ''); // There is no thumb for ECM module and M…
1370 …$smallfile = getImageFileNameForSize($file['name'], '_small'); // For new thumbs using same ext (i…
1373 …$smallfile = getImageFileNameForSize($file['name'], '_small', '.png'); // For backward compatibili…
H A Dhtml.form.class.php8244 …$file = get_exdir(0, 0, 0, 0, $object, 'thirdparty').'logos/'.getImageFileNameForSize($object->log…
8246 …$file = get_exdir(0, 0, 0, 0, $object, 'thirdparty').'logos/'.getImageFileNameForSize($object->log…
8259 …$file = get_exdir(0, 0, 0, 0, $object, 'contact').'photos/'.getImageFileNameForSize($object->photo…
8261 …$file = get_exdir(0, 0, 0, 0, $object, 'contact').'photos/'.getImageFileNameForSize($object->photo…
8275 … $file = get_exdir(0, 0, 0, 0, $object, 'user').getImageFileNameForSize($object->photo, '_mini');
8277 … $file = get_exdir(0, 0, 0, 0, $object, 'user').getImageFileNameForSize($object->photo, '_small');
8294 …$file = get_exdir(0, 0, 0, 0, $object, 'member').'photos/'.getImageFileNameForSize($object->photo,…
8296 …$file = get_exdir(0, 0, 0, 0, $object, 'member').'photos/'.getImageFileNameForSize($object->photo,…
8314 …$file = get_exdir($id, 2, 0, 0, $object, $modulepart).'photos/'.getImageFileNameForSize($object->p…
8316 …$file = get_exdir($id, 2, 0, 0, $object, $modulepart).'photos/'.getImageFileNameForSize($object->p…
H A Dcommonobject.class.php7877 $photo_vignette = basename(getImageFileNameForSize($dir.$file, '_small'));
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dimages.lib.php730 $imgThumbName = getImageFileNameForSize($file, $extName, $extImgTarget); // Full path of thumb file
H A Dfunctions.lib.php8992 function getImageFileNameForSize($file, $extName, $extImgTarget = '') function
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expensereport/
H A Dcard.php2129 …$minifile = getImageFileNameForSize($fileinfo['basename'], '_mini'); // For new thumbs using same …
2130 …report->dir_output.'/'.$relativepath.'/'.$minifile)) $minifile = getImageFileNameForSize($fileinfo…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expensereport/
H A Dcard.php2093 …$minifile = getImageFileNameForSize($fileinfo['basename'], '_mini'); // For new thumbs using same …
2095 …$minifile = getImageFileNameForSize($fileinfo['basename'], '_mini', '.png'); // For backward compa…
/dports/www/dolibarr13/dolibarr-13.0.5/
H A DChangeLog5006 NEW: A new function getImageFileNameForSize was also introduced to choose image best size according…
/dports/www/dolibarr/dolibarr-14.0.3/
H A DChangeLog5331 NEW: A new function getImageFileNameForSize was also introduced to choose image best size according…