Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
H A Djquery.php35 $cache_ok = $cache->useCache(['files' => $cache_files]);
36 http_cached($cache->cache, $cache_ok);
H A Djs.php95 $cache_ok = $cache->useCache(['files' => $cache_files]);
96 http_cached($cache->cache, $cache_ok);
H A Dcss.php128 $cache_ok = $cache->useCache(['files' => $cache_files]);
129 http_cached($cache->cache, $cache_ok);
/dokuwiki/inc/
H A Dhttputils.php218 * @param bool $cache_ok if cache can be used
220 function http_cached($cache, $cache_ok)
228 if ($cache_ok) {
215 http_cached($cache, $cache_ok) global() argument