Home
last modified time | relevance | path

Searched refs:cachePage (Results 1 – 3 of 3) sorted by relevance

/plugin/zotero/
H A DZoteroConfig.php63 $cachePage = $this->config['SourceEntries']['cachePage'];
64 if ($cachePage != "")
67 if (strstr($cachePage, ":"))
69 $parts = explode(":", $cachePage);
70 $cachePage = $parts[0] . DIRECTORY_SEPARATOR . $parts[1];
72 $cachePage = realpath($wikiPagesDir) . DIRECTORY_SEPARATOR . $cachePage . ".txt";
76 $cachePage = self::FILE_ZOTERO_ENTRIES;
78 return $cachePage;
H A DimportAllEntries.php14 $cachePage = $config->getCachePage(); variable
15 $textRepo = new TextZoteroRepository($cachePage, $config);
23 echo count($textRepo->getAllEntries()) . " entries imported into file " . $cachePage . ".\n";
H A Dconfig.ini.dist13 cachePage = zotero:sources