| /plugin/svgpureinsert/ |
| D | helper.php | 23 $cachefile = getCacheName($id . $info['date'], '.svg'); 24 $cachedate = @filemtime($cachefile); 26 list($width, $height) = $this->readSVGsize($cachefile); 27 return array($cachefile, $width, $height); 32 io_download($id, $cachefile); #FIXME make max size configurable 34 @copy(mediaFN($id), $cachefile); 36 clearstatcache(false, $cachefile); 39 if(file_exists($cachefile)){ 40 list($width, $height) = $this->readSVGsize($cachefile, true); 41 return array($cachefile, $width, $height);
|
| /plugin/diagrams/syntax/ |
| H A D | mediafile.php | 105 $cachefile = $this->getCachedPNG($data); 120 if ($cachefile) { 121 $imageAttributes['src'] = 'dw2pdf://' . $cachefile; 143 if ($cachefile) { 145 …ttributes['data-pngcache'] = str_replace([$conf['cachedir'], Diagrams::CACHE_EXT], '', $cachefile); 175 $cachefile = getCacheName($data['svg'], Diagrams::CACHE_EXT); 176 if (file_exists($cachefile)) return $cachefile;
|
| /plugin/datatemplate/syntax/inc/ |
| D | cache.php | 59 $cachefile = getCacheName($sql, '.datatemplate'); 60 if(file_exists($cachefile)) 61 $cachedate = filemtime($cachefile); 76 file_put_contents($cachefile, serialize($rows), LOCK_EX); 110 file_put_contents($cachefile, serialize($cache), LOCK_EX); 121 $cachefile = getCacheName($sql, '.datatemplate'); 122 $datastr = file_get_contents($cachefile);
|
| /plugin/authucenter/lib/uc_client/model/ |
| D | cache.php | 40 function updatedata($cachefile = '') { argument 41 if($cachefile) { 42 foreach((array)$this->map[$cachefile] as $modules) { 49 @file_put_contents(UC_DATADIR."./cache/$cachefile.php", $s);
|
| D | base.php | 110 function &cache($cachefile) { argument 112 if(!isset($_CACHE[$cachefile])) { 113 $cachepath = UC_DATADIR.'./cache/'.$cachefile.'.php'; 116 $_ENV['cache']->updatedata($cachefile); 121 return $_CACHE[$cachefile];
|
| /plugin/odt/action/ |
| D | export.php | 428 * @param string $cachefile 431 protected function generateODT($cachefile, $title) { argument 462 io_savefile($cachefile, $odt->doc); 466 * @param string $cachefile 469 protected function sendODTFile($cachefile, $title) { argument 473 http_conditionalRequest(filemtime($cachefile)); 486 http_sendfile($cachefile); 488 $fp = @fopen($cachefile, "rb"); 490 http_rangeRequest($fp, filesize($cachefile), 'application/vnd.oasis.opendocument.text');
|
| /plugin/eventum/ |
| D | syntax.php | 79 $cachefile = $conf['cachedir'].'/'.$this->getPluginName().'.cache'; 82 if ($data === null && !file_exists($cachefile)) { 88 if (file_exists($cachefile)) { 89 $cache = unserialize(file_get_contents($cachefile)); 108 file_put_contents($cachefile, serialize($cache));
|
| /plugin/freechat/phpfreechat/src/ |
| D | pfcglobalconfig.class.php | 663 $cachefile = $this->_GetCacheFile(); 664 if (!file_exists($cachefile)) 1044 $cachefile = $this->_GetCacheFile(); 1045 if (!file_exists($cachefile)) 1049 $cachefile_lock = $cachefile."_lock"; 1052 return @unlink($cachefile); 1061 $cachefile = $this->_GetCacheFile(); 1062 $cachefile_lock = $cachefile."_lock"; 1064 if (file_exists($cachefile)) 1069 include $cachefile; [all …]
|
| D | pfcinfo.class.php | 18 $cachefile = pfcGlobalConfig::_GetCacheFile( $serverid, $data_private_path ); 19 if (!file_exists($cachefile))
|
| /plugin/authucenter/lib/api/ |
| D | uc.php | 176 $cachefile = DOKU_ROOT.'./uc_client/data/cache/hosts.php'; 177 $fp = fopen($cachefile, 'w'); 199 $cachefile = DOKU_ROOT.'./uc_client/data/cache/apps.php'; 200 $fp = fopen($cachefile, 'w'); 227 $cachefile = DOKU_ROOT.'./uc_client/data/cache/settings.php'; 228 $fp = fopen($cachefile, 'w');
|
| /plugin/dw2pdf/ |
| D | action.php | 100 $cachefile = tempnam($conf['tmpdir'] . '/dwpdf', 'dw2pdf_'); 101 $this->onetimefile = $cachefile; 107 $cachefile = $cache->cache; 118 $this->generatePDF($cachefile, $event); 135 $this->sendPDFFile($cachefile); //exits 408 * @param string $cachefile 412 protected function generatePDF($cachefile, $event) argument 568 $mpdf->Output($cachefile, 'F'); 572 * @param string $cachefile 574 protected function sendPDFFile($cachefile) argument [all …]
|
| /plugin/ireadit/action/ |
| H A D | migration.php | 76 $cachefile = new CacheRenderer($val['id'], wikiFN($val['id']), 'metadata'); 77 $cachefile->removeCache();
|
| /plugin/highlightjs/highlight/ |
| D | highlight.pack.js | 1 …expire:1,cachedirlength:1,cachedirlevels:1,cachedisable:1,cacheenable:1,cachefile:1,cacheignorecac… property
|