Home
last modified time | relevance | path

Searched full:cache (Results 1 – 25 of 2069) sorted by last modified time

12345678910>>...83

/plugin/pagequery/
H A DPageQuery.php118 // is it necessary to cache the abstract column?
153 // third column: cache the display name; taken from metadata => 1st heading
161 // fourth column: cache the page abstract if needed; this saves a lot of time later
169 // reset cache of full date for this row
H A Daction.php19 * Check for pages changes and eventually purge cache.
29 /** @var cache_parser $cache */
30 $cache = $event->data;
32 if (!isset($cache->page)) {
35 //purge only xhtml cache
36 if ($cache->mode !== "xhtml") {
47 //Cache per user
52 //Cache per groups
59 $cache->key .= "#" . $newkey;
60 $cache
[all...]
/plugin/attribute/
H A Dhelper.php17 protected $cache = null; variable in helper_plugin_attribute
35 // Create a memory cache for this execution.
36 $this->cache = array();
190 if (array_key_exists($filename, $this->cache)) {
191 return $this->cache[$filename];
217 $this->cache[$filename] = $data;
241 $this->cache[$filename] = $data;
/plugin/nspages/lang/hu/
H A Dsettings.php8 $lang['cache'] = 'Gyorsítótár kikapcsolása';
/plugin/nspages/lang/nl/
H A Dsettings.php10 $lang['cache'] = 'uitschakelen tijdelijk geheugen (cache)';
/plugin/nspages/lang/no/
H A Dsettings.php8 $lang['cache'] = 'Slå av hurtiglager';
/plugin/nspages/lang/pt-br/
H A Dsettings.php10 $lang['cache'] = 'Desabilitar o cache';
/plugin/nspages/lang/ru/
H A Dsettings.php10 $lang['cache'] = 'Отключить кэширование';
/plugin/nspages/conf/
H A Ddefault.php5 $conf['cache'] = 1;
H A Dmetadata.php5 $meta["cache"] = array("onoff");
/plugin/nspages/lang/de/
H A Dsettings.php10 $lang['cache'] = 'Cache deaktivieren';
/plugin/nspages/lang/el/
H A Dsettings.php3 $lang['cache'] = 'Απενεργοποιήστε την προσωρινή μνήμη';
/plugin/nspages/lang/en/
H A Dsettings.php3 $lang['cache'] = 'Disable the cache';
/plugin/nspages/lang/es/
H A Dsettings.php10 $lang['cache'] = 'Deshabilitar cache';
/plugin/nspages/lang/fa/
H A Dsettings.php9 $lang['cache'] = 'غیرفعال کردن کش ';
/plugin/nspages/lang/fr/
H A Dsettings.php3 $lang['cache'] = 'Désactive le cache';
/plugin/nspages/lang/ja/
H A Dsettings.php9 $lang['cache'] = 'キャッシュを無効にする。';
/plugin/nspages/lang/ko/
H A Dsettings.php9 $lang['cache'] = '캐시를 비활성화';
/plugin/nspages/lang/sv/
H A Dsettings.php8 $lang['cache'] = 'Avaktivera cache';
/plugin/nspages/lang/uk/
H A Dsettings.php8 $lang['cache'] = 'Заборонити кешування';
/plugin/nspages/lang/vi/
H A Dsettings.php8 $lang['cache'] = 'Tắt bộ đệm cache';
/plugin/nspages/
H A Dsyntax.php144 //behave well with the translation plugin (it seems like we cache strings
252 if ($this->getConf('cache') == 1){
253 $renderer->nocache(); //disable cache
/plugin/nspages/lang/hr/
H A Dsettings.php8 $lang['cache'] = 'Onemogući međuspremnik';
/template/sprintdoc/js/base/
H A Dspc.js232 $.cache[id] = $.cache[id] || {};
233 $.cache[id].node = node;
234 return $.cache[id];
/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);

12345678910>>...83