Home
last modified time | relevance | path

Searched full:cache (Results 251 – 275 of 2069) sorted by relevance

1...<<11121314151617181920>>...83

/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php55 if (isset($timestamp)) unset($this->cache[$this->id][$info['date']]);
60 io_saveFile($conf['changelog'], $logline, true); //global changelog cache
62 // update cache
65 $this->cache[$this->id][$this->currentRevision] = $info;
H A DMediaChangeLog.php55 if (isset($timestamp)) unset($this->cache[$this->id][$info['date']]);
60 io_saveFile($conf['media_changelog'], $logline, $append = true); //global changelog cache
62 // update cache
65 $this->cache[$this->id][$this->currentRevision] = $info;
/plugin/svgimg2/
H A Daction.php51 if( ($mtime == 0) || // cache does not exist
52 ($data['cache'] != -1 && $mtime < time()-$data['cache']) ) { // 'recache' and cache has expired
/plugin/memcache/classes/
H A Dmemcache_interface.loader.php15 …if ttl parameter is given and positive, it will set time-to-live, else it will remain until cache
19 …if ttl parameter is given and positive, it will set time-to-live, else it will remain until cache
31 …/* clears the entire cache. (note: server-wide, so clears cache for every code that uses the same …
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DAuthHandlerFactory.php32 public static function build($cache = null, array $cacheConfig = []) argument
43 return new Guzzle5AuthHandler($cache, $cacheConfig);
45 return new Guzzle6AuthHandler($cache, $cacheConfig);
47 return new Guzzle7AuthHandler($cache, $cacheConfig);
/plugin/latex-was/lang/en/
H A Dlang.php6 $lang['menu'] = 'LaTeX plugin tasks (clean image cache, diagnose problems)';
17 …r or image size), force-refresh (CTRL-F5) your browser's cache on each page (or clear your cache f…
26 $lang['fail7'] = 'Fail: error saving to cache.';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php51 static $cache = [
56 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
57 $key = count($cache[self::VARIABLE]);
58 $cache[self::VARIABLE][] = $m;
59 $cache[self::DATA][] = self::modInverse67108864($m, $class);
70 $temp = $temp * $cache[self::DATA][$key];
/plugin/authucenter/lib/uc_client/control/
H A Dcache.php7 $Id: cache.php 1059 2011-03-01 07:25:09Z monkey $
23 $this->load("cache");
24 $_ENV['cache']->updatedata();
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php49 use SimplePie\Cache\Base;
50 use SimplePie\Cache\BaseDataCache;
51 use SimplePie\Cache\CallableNameFilter;
52 use SimplePie\Cache\DataCache;
53 use SimplePie\Cache\NameFilter;
80 public $cache_location = './cache';
96 private $cache = null; variable in SimplePie\\Sanitize
99 * @var int Cache duration (in seconds)
136 public function pass_cache_data($enable_cache = true, $cache_location = './cache', $cache_name_function = 'md5', $cache_class = 'SimplePie\Cache', DataCach argument
[all...]
/plugin/owncloud/
H A Dhelper.php435 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
451 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
486 $height=NULL, $cache=NULL, $linking=NULL) { argument
494 $link['url'] = ml($src,array('cache'=>$cache));
567 if(isset($more['cache']) && $more['cache'] == 'cache') unset($more['cache']);
584 $more = str_replace('cache=cache', '', $more); //skip default
658 * @param string $cache
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render) argument
689 $height=NULL, $cache=NULL, $render = true) { argument
718 …img src="'.($this->ml($src,array('fileid'=>$fileid,'w'=>$width,'h'=>$height,'cache'=>$cache))).'"';
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DNullCache.php12 namespace Twig\Cache;
15 * Implements a no-cache strategy.
42 class_alias('Twig\Cache\NullCache', 'Twig_Cache_Null');
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG150 * fixed offline cache warm-ups for embedded templates
221 * removed usage of realpath in cache keys
231 * fixed a potential PHP warning when loading the cache
338 * optimized the number of inodes and the size of realpath cache when using the cache
363 * fixed cache management with statcache
765 Flush your cache after upgrading.
898 * fixed race condition when writing template cache
913 * fixed default cache umask
939 * changed the cache option to only accepts an explicit path to a cache directory or false
1028 'cache' => '/path/to/compilation_cache',
[all …]
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php19 public static $cache = null; // memcache variable in settingshierarchy
90 if (static::$cache //if caching is enabled
91 …ime($path) <= static::$cache->get("plugin_{$pluginname}_lang_{$l}_{$type}_time") // and cached ve…
92 …&& $ll = static::$cache->get("plugin_{$pluginname}_lang_{$l}_{$type}") // and cache contains …
101 if (static::$cache){ // update the cache so next we don't need to read filesystem
102 static::$cache->set("plugin_{$pluginname}_lang_{$l}_{$type}",$lang,0);
103 static::$cache->set("plugin_{$pluginname}_lang_{$l}_{$type}_time",filemtime($path),0);
/plugin/photogallery/
H A DpgFetch.php24 $CACHE = calc_cache($INPUT->str('cache')); variable
43 // check for permissions, preconditions and cache external files
53 'cache' => $CACHE,
100 …sendFile($data['file'], $data['mime'], $data['download'], $data['cache'], $data['ispublic'], $data…
116 sendFile($FILE, $MIME, $DL, $CACHE, false, $FILE);
124 * READ: MIME, EXT, CACHE
135 global $MIME, $EXT, $CACHE, $INPUT;
169 $phpThumb->setParameter('config_temp_directory', DOKU_INC.'data/cache/');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DProductionFilesystemLoader.php15 … FilesystemLoader, which doesn't require reading a file if it already exists in the template cache.
34 …* Specifying 'stat_props' overrides the stat properties used to invalidate the template cache. By …
43 …* But with great power comes great responsibility. Namely, if you disable stat-based cache invalid…
44 …* YOU MUST CLEAR THE TEMPLATE CACHE YOURSELF when your templates change. Make it part of your buil…
/plugin/advrack/
H A Djquery.qtip.js111 // Cache object
112 this.cache = { class in QTip
136 cache = this.cache,
583 cache = this.cache;
626 var cache = this.cache;
699 var cache = this.cache,
966 var cache = this.cache,
978 // Cache event
2232 // Cache it
2454 var cache = api.cache,
[all …]
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php404 * permissions on cache directory
408 return "Permissions on 'cache' subdirectory";
416 if (!file_exists(HTML2PS_DIR.'/cache/')) {
417 $this->setMessage("'cache' subdirectory is missing");
422 if (!is_readable(HTML2PS_DIR.'/cache/')) {
423 $this->setMessage("'cache' subdirectory is not readable");
428 if (!is_writable(HTML2PS_DIR.'/cache/')) {
429 $this->setMessage("'cache' subdirectory is not writable");
434 if (!is_executable(HTML2PS_DIR.'/cache/') && PHP_OS != "WINNT") {
435 $this->setMessage("'cache' subdirectory is not executable");
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DNameFilter.php44 namespace SimplePie\Cache;
47 * Interface for creating a cache filename
55 * Method to create cache filename with.
71 * @param string $name The name for the cache will be most likly an url with query string
73 * @return string the new cache name
/plugin/livemark/
H A Daction.php31 $cache = $data['cache'];
33 if( ($mtime == 0) || // cache does not exist
34 ($mtime < time()-$cache) // 'recache' and cache has expired
/template/kajukkk/js/
H A Dhtml5shiv.js4cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a)…
/plugin/simplexml/
H A Drenderer.php27 'cache' => false, // may the rendered result cached?
34 $this->info['cache'] = false;
432 $height=NULL, $cache=NULL, $linking=NULL) { argument
433 …gn="' . $align . '" width="' . $width . '" height="' . $height . '" cache="' . $cache . '" linking…
444 $height=NULL, $cache=NULL, $linking=NULL) { argument
445 …gn="' . $align . '" width="' . $width . '" height="' . $height . '" cache="' . $cache . '" linking…
456 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL argument
458 …gn="' . $align . '" width="' . $width . '" height="' . $height . '" cache="' . $cache . '">'.DOKU_…
469 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL argument
471 …gn="' . $align . '" width="' . $width . '" height="' . $height . '" cache="' . $cache . '">'.DOKU_…
/plugin/authgooglesheets/vendor/psr/cache/
H A Dcomposer.json2 "name": "psr/cache",
4 "keywords": ["psr", "psr-6", "cache"],
17 "Psr\\Cache\\": "src/"
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php35 protected static $cache = []; variable in Twig\\Template
592 if (!isset(self::$cache[$class])) {
610 $cache = [];
613 $cache[$method] = $method;
628 if (!isset($cache[$name])) {
629 $cache[$name] = $method;
631 if (!isset($cache[$lcName])) {
632 $cache[$lcName] = $method;
636 self::$cache[$class] = $cache;
640 if (isset(self::$cache[$class][$item])) {
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php25 use Google\Auth\Cache\MemoryCacheItemPool;
33 use Psr\Cache\CacheItemPoolInterface;
63 private $cache; variable in Google\\Auth\\AccessToken
67 * @param CacheItemPoolInterface $cache [optional] A PSR-6 compatible cache implementation.
71 CacheItemPoolInterface $cache = null argument
75 $this->cache = $cache ?: new MemoryCacheItemPool();
305 'Cache-Control' => 'no-store',
329 $cacheItem = $this->cache->getItem($cacheKey);
351 // Don't want to cache bad data.
355 $this->cache->save($cacheItem);
[all …]
/plugin/combo/ComboStrap/
H A DIFetcher.php45 * We don't use rev as cache buster because Dokuwiki still thinks
79 * perform the processing. If you want to create a cache file path with the good extension
99 * Get the cache value requested
106 * @return LocalPath - the cache if any
121 * @return IFetcher - process and feed the cache
122 * @throws ExceptionNotSupported - if the cache is not supported

1...<<11121314151617181920>>...83