Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dmedia.php1781 function media_mod_image($file, $ext, $w, $h = 0, $crop = false)
1825 return media_mod_image($file, $ext, $w, $h, false);
1841 return media_mod_image($file, $ext, $w, $h, true);
1704 function media_mod_image($file, $ext, $w, $h=0, $crop=false) global() function