Home
last modified time | relevance | path

Searched refs:localFile (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
DFetcherMarkupBuilder.php73 $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');
/plugin/statistics/inc/
DBrowscap.php115 public $localFile = null; variable in Browscap
492 $url = $this->localFile;
865 if (!is_readable($this->localFile) || !is_file($this->localFile)) {
869 return filemtime($this->localFile);
918 if ($this->localFile !== null) {