Home
last modified time | relevance | path

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

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