Lines Matching refs:helpers
20 var $helpers = null; variable in action_plugin_authorstats
24 $this->helpers = $this->loadHelper("authorstats", true);
25 if (!$this->helpers->statsFileExists())
51 $usd = $this->helpers->readUserJSON($name);
96 $this->helpers->createDirIfMissing("data");
99 array_map("unlink", glob($this->helpers->basedir . "/*.json"));
121 $sd = $this->helpers->readJSON();
143 if (@filemtime($cache->cache) < @filemtime($this->helpers->summaryfile)) {
153 $files = $this->helpers->rglob($dir . "[^_]*.changes", GLOB_NOSORT);
218 $usd = $this->helpers->readUserJSON($r["author"]);
223 $this->helpers->saveUserJSON($r["author"], $usd);
227 $this->helpers->saveJSON($sd);