Searched refs:sampleFile (Results 1 – 2 of 2) sorted by relevance
64 var $sampleFile; // cache for sample variable in glossary89 $this->sampleFile = $this->cacheDir."sample.cache";538 if (file_exists ($this->sampleFile) &&539 (time () - filemtime ($this->sampleFile) < $this->getConf ('sampleDelai'))) {540 echo file_get_contents ($this->sampleFile);562 file_put_contents ($this->sampleFile, $text);
252 $sampleFile = $files[0];253 $id = \dokuwiki\plugin\dokullm\parseFilePath($sampleFile);