Searched refs:localFile (Results 1 – 4 of 4) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | FetcherMarkupBuilder.php | 73 $localFile = wikiFN($wikiId); 75 $localFile = $markuSourceWikiPath->toLocalPath(); 81 $localFile = $sourcePath->toLocalPath(); 86 return [$wikiId, $localFile]; 322 …list($wikiId, $localFile) = self::getWikiIdAndLocalFileDokuwikiCompliant($this->builderMarkupSourc… 327 $newFetcherMarkup->instructionsCache = new CacheInstructions($wikiId, $localFile); 333 $newFetcherMarkup->contentCache = new CacheRenderer($wikiId, $localFile, $extension); 345 $newFetcherMarkup->snippetCache = new CacheParser($wikiId, $localFile, "snippet.json"); 354 $newFetcherMarkup->metaCache = new CacheRenderer($wikiId, $localFile, 'metadata');
|
| /template/knotux/ |
| D | sidebar.php | 30 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument 32 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml'); 81 $localFile = dirname($fn).'/_'.basename($fn); 82 print p_sidebar_cached_xhtml($localFile, $masterFile);
|
| /template/navigation/ |
| D | sidebar.php | 30 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument 32 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml'); 82 $localFile = dirname($fn).'/_'.basename($fn); 83 print p_sidebar_cached_xhtml($localFile, $masterFile);
|
| /template/sxs/ |
| D | sidebar.php | 36 function p_sidebar_cached_xhtml($localFile, $masterFile){ argument 38 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml'); 90 $localFile = dirname($fn).'/_'.basename($fn); 91 print p_sidebar_cached_xhtml($localFile, $masterFile);
|