Searched refs:EXT (Results  1 – 3 of 3) sorted by relevance
| /dokuwiki/lib/exe/ | 
| H A D | fetch.php | 36 [$EXT, $MIME, $DL] = mimetype($MEDIA, false);37 if ($EXT === false) {
 38     $EXT = 'unknown';  variable
 54     'ext' => $EXT,
 102             $data['file'] = $FILE = media_crop_image($data['file'], $EXT, $WIDTH, $HEIGHT);
 104             $data['file'] = $FILE = media_resize_image($data['file'], $EXT, $WIDTH, $HEIGHT);
 
 | 
| /dokuwiki/inc/ | 
| H A D | fetch.functions.php | 152     global $MIME, $EXT, $CACHE, $INPUT;161         if (str_starts_with($MIME, 'image/')) $file = media_get_from_URL($media, $EXT, $CACHE);
 
 | 
| /dokuwiki/_test/tests/lib/exe/ | 
| H A D | fetch_imagetoken.test.php | 28 …global $MIME, $EXT, $CACHE, $INPUT;    // variables fetch creates in global scope -- should this b…
 |