Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
Dinit_creationmodes.test.php24 $this->dir = getCacheName('dir', '.creationmode_test');
25 $this->file = getCacheName('bar', '.creationmode_test');
Dcommon_pageinfo.test.php314 $draft = getCacheName($info['client']."\n".$ID,'.draft');
/dokuwiki/inc/
DDraft.php29 $this->cname = getCacheName("$client\n$ID", '.draft');
Dinfoutils.php38 $cf = getCacheName($updateVersion, '.updmsg');
Dpageutils.php607 function getCacheName($data, $ext = '') function
Dparserutils.php795 $cache = getCacheName($language . $code . $optionsmd5, ".code");
Dmedia.php1900 $local = getCacheName(strtolower($url), ".media.$ext");
/dokuwiki/inc/Cache/
DCache.php38 $this->cache = getCacheName($key, $ext);