Home
last modified time | relevance | path

Searched refs:cacheFile (Results 1 – 11 of 11) sorted by relevance

/plugin/cleanoldips/
H A Daction.php45 $cacheFile = $this->getOurCacheFilename($ID);
46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
54 touch($cacheFile);
101 $cacheFile = $this->getOurCacheFilename($id, true);
102 $cacheStartPosition = (int)file_get_contents($cacheFile);
128 file_put_contents($cacheFile, ftell($handle));
/plugin/gdpr/action/
H A Doldips.php45 $cacheFile = $this->getOurCacheFilename($changelogFN);
46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
54 touch($cacheFile);
100 $cacheFile = $this->getOurCacheFilename($changelogFN, true);
101 $cacheStartPosition = (int)file_get_contents($cacheFile);
127 file_put_contents($cacheFile, ftell($handle));
/plugin/siteexport/inc/
H A Dfilewriter.php159 $cacheFile = $this->functions->getCacheFileNameForPattern($pattern);
161 $mtime = @filemtime($cacheFile); // 0 if not exists
166 $this->__clearCacheFile( $cacheFile );
167 …unctions->debug->message("New CacheFile because the file was over the cachetime: ", $cacheFile, 2);
184 $this->__clearCacheFile( $cacheFile );
185 … $this->functions->debug->message("New CacheFile, because a page changed: ", $cacheFile, 2);
191 $this->functions->debug->message("CacheFile exists: ", $cacheFile, 2);
195 private function __clearCacheFile( $cacheFile ) { argument
196 if ( @unlink($cacheFile) === false ||
198 $this->functions->debug->message("Cannot remove cache Files: ", $cacheFile, 2);
/plugin/svgimg2/
H A Dhelper.php30 function create_svg_image($data, $ext, $cacheFile, $progType=null) { argument
51 escapeshellarg($cacheFile));
68 escapeshellarg($cacheFile));
80 escapeshellarg($cacheFile));
85 @unlink(escapeshellarg($cacheFile));
87 if ( @file_exists($cacheFile)) return true;
H A Daction.php49 $cacheFile = $functions->_get_cache_file($data, $ext);
50 $mtime = @filemtime($cacheFile); // 0 if not exists
54 if ( $functions->create_svg_image( $data, $ext, $cacheFile) ) {
64 $data['file'] = $cacheFile;
/plugin/livemark/
H A Daction.php29 $cacheFile = getCacheName($data['file'],".media.watermark.$ext");
30 $mtime = @filemtime($cacheFile); // 0 if not exists
36 if ( $this->create_watermark_image( $data, $cacheFile ) ) {
38 $data['file'] = $cacheFile;
39 list($data['ext'],$data['mime'],$data['download']) = mimetype($cacheFile);
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php61 $cacheFile = $result->getPath();
63 $cacheFile = $cacheFile->toWikiPath();
72 self::CACHE_FILE => $cacheFile->toAbsoluteId()
/plugin/reflect/
H A Daction.php37 $cacheFile = getCacheName($data['file'],".media.reflect.{$_REQUEST['bgc']}.$ext");
39 $mtime = @filemtime($cacheFile); // 0 if not exists
45 if ( $this->create_reflect_image( $data, $cacheFile, $_REQUEST['bgc'] ) ) {
47 $data['file'] = $cacheFile;
48 list($data['ext'],$data['mime'],$data['download']) = mimetype($cacheFile);
/plugin/a2s/
H A DASCIIToSVG.php1703 $cacheFile = $conf['cachedir'] . '/plugin.asciitosvg.objcache';
1714 if (is_readable($cacheFile) && is_readable($dir)) {
1715 $cacheTime = filemtime($cacheFile);
1717 if (filemtime($dir) <= filemtime($cacheFile)) {
1718 self::$objects = unserialize(file_get_contents($cacheFile));
1721 } else if (file_exists($cacheFile)) {
1798 file_put_contents($cacheFile, serialize(self::$objects));
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …:1,buildBookmarkMenu:1,buildKeyframeMenu:1,button:1,buttonManip:1,CBG:1,cacheFile:1,cacheFileCombi… property in hljs.LANGUAGES.mel.dM.k
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …mCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip cacheFile cacheFileCombine…