Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
H A Dfetch.php29 $CACHE = calc_cache($INPUT->str('cache'));
53 'cache' => $CACHE,
27 $CACHE = calc_cache($INPUT->str('cache')); global() variable
/dokuwiki/inc/
H A Dfetch.functions.php138 * READ: MEDIA, MIME, EXT, CACHE
152 global $MIME, $EXT, $CACHE, $INPUT;
161 if (str_starts_with($MIME, 'image/')) $file = media_get_from_URL($media, $EXT, $CACHE);