Home
last modified time | relevance | path

Searched refs:cache (Results 476 – 500 of 671) sorted by path

1...<<11121314151617181920>>...27

/plugin/pycode/
H A Dsyntax.php221 $cache = $this->getConf("cache");
222 if ($cache == 1){
/plugin/qna/
H A Daction.php183 $cache = $event->data;
185 if (isset($cache->page) && ($cache->page == $ID)) {
186 if (isset($cache->mode) && ($cache->mode == 'xhtml')) {
190 $this->addDependencies($cache, array_keys($depends['rendering']));
199 private function addDependencies($cache, $depends) { argument
201 if (!in_array($file, $cache->depends['files']) && file_exists($file)) {
202 $cache->depends['files'][] = $file;
/plugin/quickstats/
H A Dadmin.php20 private $cache; variable in admin_plugin_quickstats
36 $this->cache = $this->helper->getCache();
170 $this->cache=$this->helper->pruneCache($_REQUEST['confirm'],$_REQUEST['del']);
212 foreach($this->cache as $key=>$id) {
346 foreach($this->cache as $id) {
H A Dhelper.php13 private $cache; variable in helper_plugin_quickstats
50 $this->cache = unserialize(io_readFile($this->script_file,false));
51 if(!$this->cache) $this->cache = array();
68 if(isset($this->cache[$md5])) return true;
80 unset($this->cache[$del]);
81 io_saveFile($this->script_file,serialize($this->cache));
83 return $this->cache;
89 $this->cache[md5($id)] = $id;
90 io_saveFile($this->script_file,serialize($this->cache));
124 return $this->cache;
/plugin/quickstats/db/
H A Dphp-local-browscap.php65 function get_browser_local($user_agent=null,$return_array=false,$db='./browscap.ini',$cache=false) argument
71 if ((!isset($browscapIni))||(!$cache)||($browscapPath!==$db))
95 if (!$cache) $browscapIni=null;
/plugin/quickstats/lang/en/
H A Dintro.txt1 …ad its table sorting scripts only if needed. For this purpose it keeps a cache file of pages which
3 …etions to memory; clicking on 'Confirm Deletion' will remove them from the cache. There is no harm
4 in removing a page from the cache file. If it contains ''quickstats'' syntax, it will be added to …
/plugin/quickstats/lang/fr/
H A Dgeneral_intro.txt6 Pour obtenir le panneau de maintenance, cliquer sur le bouton **Mettre à jour le cache Quickstats**…
H A Dintro.txt1 …cript de tri de tableau à la demande. Dans ce but, il conserve un fichier cache qui utilise la syn…
2 …ent du cache. Il n'y a aucun mal à supprimer une page du cache. Si elle contient de la syntaxe ''q…
/plugin/quickstats/lang/nl/
H A Dgeneral_intro.txt6 Voor het onderhoudscherm, kies de **Werk Quickstats cache bij** knop. Voor het zoekscherm , kies d…
H A Dintro.txt1 …oodzakelijk de tabel sorteer scrips downloaden. Hiervoor bewaart het een cache bestand van pagina…
3 …n het geheugen te plaatsen; klik op 'Bevestig verwijderen' om deze uit de cache te verwijderen. H…
4 een pagina uit de cache te verwijderen. Indien het de ''quickstats'' syntax bevat, zal het weer in…
/plugin/randominc/
H A Daction.php37 $cache =& $event->data;
40 if (!isset($cache->page)) return;
41 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
45 $expire = $this->_inclusion_check($cache->page, $key, $depends);
54 $cache->include = true;
57 $cache->key .= $key;
58 $cache->cache = getCacheName($cache->key, $cache->ext);
69 …$cache->depends['files'] = !empty($cache->depends['files']) ? array_merge($cache->depends['files']…
117 $cache =& $event->data;
118 if (empty($cache->include)) return;
/plugin/rater/scripts/
H A Djquery.tablesorter.js257 cache = { class in AnonymousFunctionb162a0010100.buildCache
271 cache.row[cache.row.length - 1] = cache.row[cache.row.length - 1].add(c);
276 cache.row.push(c);
283 cache.normalized.push(cols);
291 return cache;
322 function appendToTable(table, cache) { argument
328 var c = cache,
627 cache.normalized.sort(sortWrapper);
633 return cache;
716 cache = buildCache(this);
[all …]
/plugin/redirect2/
H A Dhelper.php32 $cache = new cache('##redirect2##','.conf');
35 if ($cache->useCache($depends)) {
36 $this->pattern = unserialize($cache->retrieveCache(false));
41 $cache->storeCache(serialize($this->pattern));
/plugin/reflect/
H A DREADME.md3 …n reflected imageversion which is then delivered. The modified file will be stored as a cache file.
H A Daction.php40 $cache = $data['cache'];
43 ($mtime < time()-$cache) // 'recache' and cache has expired
/plugin/refnotes/
H A Daction.php449 /* Touch local config file to expire the cache */
569 $cache = $event->data;
571 if (isset($cache->page) && ($cache->page == $ID)) {
572 if (isset($cache->mode) && (($cache->mode == 'xhtml') || ($cache->mode == 'i'))) {
576 $this->addDependencies($cache, array_keys($meta['dbref']));
583 * Add extra dependencies to the cache
585 private function addDependencies($cache,
556 addDependencies($cache, $depends) global() argument
[all...]
H A Dadmin.js132 cache : false,
H A Ddatabase.php114 $cache = new refnotes_reference_database_cache();
121 $this->page[$pageId] = new refnotes_reference_database_page($this, $cache, $pageId);
126 $cache->save();
194 public function __construct($database, $cache, $id) { argument
201 if ($cache->isCached($this->fileName)) {
202 $this->namespace = $cache->getNamespaces($this->fileName);
207 $cache->update($this->fileName, $this->namespace);
475 private $cache; variable in refnotes_reference_database_cache
494 $this->cache = array();
498 $this->cache
[all...]
/plugin/register/
H A Dsyntax.php68 $url = DOKU_BASE . "lib/exe/fetch.php?cache=$cache&amp;media=" . urlencode("register:$hash.png");
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest-script-xml.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest-script.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest-xml.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest.js109 var cache = JsHttpRequest.CACHE[hash];
110 if (cache) {
111 this._dataReady(cache[0], cache[1]);
/plugin/repo/
H A Dsyntax.php102 $cache = getCacheName($url.$path, '.repo');
103 $mtime = @filemtime($cache); // 0 if it doesn't exist
106 $idx = io_readFile($cache, false);
107 if ($conf['allowdebug']) $idx .= "\n<!-- cachefile $cache used -->\n";
112 io_saveFile($cache, $idx);
182 $cache = getCacheName($url, '.code');
183 $mtime = @filemtime($cache); // 0 if it doesn't exist
189 $hi_code = io_readFile($cache, false);
190 if ($conf['allowdebug']) $hi_code .= "\n<!-- cachefile $cache used -->\n";
214 io_saveFile($cache, $hi_code);

1...<<11121314151617181920>>...27