Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
H A Dfetch.php29 $CACHE = calc_cache($INPUT->str('cache')); variable
53 'cache' => $CACHE,
/dokuwiki/inc/
H A Dfetch.functions.php152 global $MIME, $EXT, $CACHE, $INPUT;
161 if (str_starts_with($MIME, 'image/')) $file = media_get_from_URL($media, $EXT, $CACHE);
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql55 CACHE 1;
89 CACHE 1;
124 CACHE 1;
179 CACHE 1;
200 CACHE 1;
234 CACHE 1;
274 CACHE 1;
308 CACHE 1;
343 CACHE 1;
393 CACHE 1;
[all …]
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_imagetoken.test.php28 …global $MIME, $EXT, $CACHE, $INPUT; // variables fetch creates in global scope -- should this b…