Home
last modified time | relevance | path

Searched full:cache (Results 351 – 375 of 2069) sorted by relevance

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

/plugin/advanced/lang/fr/
H A Dlang.php38 $lang['conf_btn_purge_css'] = 'Purger le cache CSS';
39 $lang['conf_btn_purge_js'] = 'Purger le cache JS';
40 $lang['conf_cache_purged'] = 'Cache nettoy&eacute !';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php99 'apmsleep', 'apropos', 'apt-cache', 'apt-cdrom', 'apt-config',
114 'apt-cache add', 'apt-cache depends', 'apt-cache dotty',
115 'apt-cache dump', 'apt-cache dumpavail', 'apt-cache gencaches',
116 'apt-cache pkgnames', 'apt-cache policy', 'apt-cache rdepend
[all...]
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php19 protected $cache = []; variable in dokuwiki\\ChangeLog\\ChangeLog
31 $this->cache =& $cache_revinfo;
32 if (!isset($this->cache[$id])) {
33 $this->cache[$id] = [];
109 * Parses a changelog line into its components and save revision info to the cache pool
119 $this->cache[$this->id][$info['date']] ??= $info;
160 // check if it's already in the memory cache
161 if (isset($this->cache[$this->id][$rev])) {
162 return $this->cache[$this->id][$rev];
172 // parse and cache changelo
[all...]
/plugin/authsmf20/
H A Dauth.php337 $cache = new cache('authsmf20_getUserData_' . $user, $this->_cache_ext_name);
340 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
341 $user_data = unserialize($cache->retrieveCache(false));
344 $cache->removeCache();
397 $cache->storeCache(serialize($user_data));
400 $cache = null;
401 unset($cache);
/plugin/batchedit/
H A Dengine.php564 private $cache; variable in BatcheditSession
581 $this->cache = new BatcheditSessionCache($expirationTime);
606 if (!$this->cache->isValid($this->id)) {
643 $this->cache->expire($this->id);
698 if (!$this->cache->isValid($this->id)) {
770 $this->cache->save($this->id, $name, $array);
777 return $this->cache->load($this->id, $name);
800 protected $cache; variable in BatcheditMarkPolicyVerifyBoth
805 public function __construct($pages, $cache) { argument
808 $this->cache
834 compareMatches($match, $cache) global() argument
845 compareMatches($match, $cache) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md10 - Allow Read-only Cache [\#74](https://github.com/schmittjoh/metadata/pull/74) ([goetas](https://gi…
29 - Allow Read-only Cache [\#72](https://github.com/schmittjoh/metadata/pull/72) ([pdugas](https://gi…
41 - Why 0666 mode for cache file [\#48](https://github.com/schmittjoh/metadata/issues/48)
66 - Cache when there is no metadata for a class [\#36](https://github.com/schmittjoh/metadata/pull/36…
77 - Set cache files to be world readable [\#34](https://github.com/schmittjoh/metadata/pull/34) ([tom…
89 - \[Cache\] Remove a race condition [\#22](https://github.com/schmittjoh/metadata/pull/22) ([vicb](…
/template/sprintdoc/js/legacy/
H A Dhtml5shiv.js4 (function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
/plugin/visio/
H A Dsyntax.php82 …$renderer->doc .= DOKU_URL."lib/exe/fetch.php?id=".$data['file']."&cache=cache&media=".$data['file…
88 …r->doc .= '<a href="'.DOKU_URL.'lib/exe/fetch.php?id='.$data['file'].'&cache=cache&media='.$data['…
/plugin/indexmenu/lang/it/
H A Dsettings.php10 $lang['aclcache'] = 'Ottimizza la cache di indexmenu per le acl (solo per i root namespaces) .<br>La scelta del metodo influisce solo sulla visualizzazione dei nodi nell\'albero di indexmenu, non sulle autorizzazioni delle pagine.<ul><li>None: Standard. &Egrave il metodo pi&ugrave veloce e non crea ulteriori files di cache, ma i nodi con permesso negato potrebbero essere visualizzati da utenti non autorizzati o viceversa. Consigliato se non si nega l\'accesso alle pagine tramite acl o non interessa come vengano visualizzate.<li>User: Per singola login. Metodo pi&ugrave lento e crea molti files di cache, ma nasconde sempre correttamente i nodi a cui l\'utente non ha accesso. Consigliato se si nega l\'accesso alle pagine a degli utenti in base alla loro login.<li>Groups: Usa una cache differente in base ai gruppi di appartenenza dell\'utente. Buon compromesso fra i precedenti metodi, ma nel caso si neghi l\'accesso ad un utente che appartiene ad un guppo con autorizzazione, questo potrebbe comunque visualizzare i nodi a lui negati. Consigliato se si impostano le acl unicamente in base ai gruppi di appartenenza.</ul>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Acceleratedmobilepageurl/Resource/
H A DAmpUrls.php34 * Returns AMP URL(s) and equivalent [AMP Cache URL(s)](/amp/cache/overview#amp-
35 * cache-url-format). (ampUrls.batchGet)
/plugin/advanced/lang/en/config/
H A Duserscript.txt10 …and cache the result. It also instructs browsers to cache the file, so when you are developing new…
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DLoaderInterface.php36 * Gets the cache key to use for the cache for a given template name.
40 * @return string The cache key
/plugin/panoview/
H A Dscript.js113 this.cache = {};
116 this.cache['blank'] = new Image();
117 this.cache['blank'].src = blankTile;
119 this.cache['loading'] = new Image();
123 this.cache['loading'] = this.cache['blank'];
479 src = this.cache['blank'].src;
492 var tileImg = this.cache[tileImgId];
493 // create cache if not exist
514 … loadingImg = this.cache[loadingImgId] = this.createPrototype(this.cache['loading'].src);
646 for (imgId in this.cache) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Cache/
H A DFilesystem.php3 use Twig\Cache\FilesystemCache;
5 class_exists('Twig\Cache\FilesystemCache');
H A DNull.php3 use Twig\Cache\NullCache;
5 class_exists('Twig\Cache\NullCache');
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DCacheInterface.php3 use Twig\Cache\CacheInterface;
5 class_exists('Twig\Cache\CacheInterface');
/template/sprintdoc/
H A Dsvg.php136 $cache = new \dokuwiki\Cache\Cache($cachekey, '.svg');
137 $cache->setEvent('SVG_CACHE');
139 http_cached($cache->cache, $cache->useCache(array('files' => array($file, __FILE__))));
145 http_cached_finish($cache->cache, $content);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php50 use SimplePie\Cache\Base;
51 use SimplePie\Cache\BaseDataCache;
52 use SimplePie\Cache\CallableNameFilter;
53 use SimplePie\Cache\DataCache;
54 use SimplePie\Cache\NameFilter;
55 use SimplePie\Cache\Psr16;
516 private $cache = null; variable in SimplePie\\SimplePie
525 * @var bool Force SimplePie to fallback to expired cache, if enabled,
533 * @var int Cache duration (in seconds)
540 * @var int Auto-discovery cache duratio
889 set_cache(CacheInterface $cache) global() argument
1712 fetch_data(& $cache) global() argument
[all...]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js31 // Cache control instance
290 // Cache zoom level
293 // Cache pan level
307 // ViewBox cache
337 // Cache viewbox
510 // Cache zoom level
513 // Cache pan level
545 // Cache pan level
700 // Cache pan level
724 // Cache pan level
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php46 namespace SimplePie\Cache;
78 * Cache ID
85 * Create a new cache object
88 * @param string $name Unique ID for the cache
105 $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
149 * Save data to the cache
151 * @param array|\SimplePie\SimplePie $data Data to store in the cache. If passed a SimplePie object, only cache the $data property
270 * Retrieve the data saved to the cache
327 * Retrieve the last modified time for the cache
[all...]
/plugin/stale/lang/en/
H A Dlang.php4 $lang['menuItemLinkTitle'] = 'Stale - make the cache stale';
5 $lang['menuItemLabel'] = 'Stale the cache';
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst152 PHP files, you can use ``xgettext`` on the template cache instead.
154 Create a script that forces the generation of the cache for all your
158 $tmpDir = '/tmp/cache/';
163 'cache' => $tmpDir,
183 …xt --default-domain=messages -p ./locale --from-code=UTF-8 -n --omit-header -L PHP /tmp/cache/*.php
/template/bootstrap3/
H A Dcss.php78 // TODO remove this cache-control in future
79 header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
80 header("Cache-Control: post-check=0, pre-check=0", false);
81 header("Pragma: no-cache");
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php7 $Id: cache.php 1059 2011-03-01 07:25:09Z monkey $
49 @file_put_contents(UC_DATADIR."./cache/$cachefile.php", $s);
59 @file_put_contents(UC_DATADIR."./cache/$file.php", $s);
/plugin/cacherevisionseraser/
H A Dplugin.info.txt5 name Cache and Revisions Eraser
6 desc Erase entire cache and/or old wiki revisions

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