Home
last modified time | relevance | path

Searched refs:cache (Results 351 – 375 of 671) sorted by path

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

/plugin/imagemapping/
H A Dsyntax.php86 $img['cache']];
116 list($state, $type, $src, $title, $name, $align, $width, $height, $cache) = $data;
121 $src = ml($src, array('w' => $width, 'h' => $height, 'cache' => $cache));
/plugin/imapmarkers/syntax/
H A Dmap.php209 list($state, $type, $src, $title, $align, $width, $height, $cache) = $data;
215 $src = ml($src, array('w' => $width, 'h' => $height, 'cache' => $cache));
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak154 //$renderer->info['cache'] = false;
H A Dsyntax.php.2018-03-08_163705.bak154 //$renderer->info['cache'] = false;
H A Dsyntax.php.2018-03-08_163718.bak154 //$renderer->info['cache'] = false;
H A Dsyntax.php.2018-03-08_164623.bak154 //$renderer->info['cache'] = false;
H A Dsyntax.php.2018-03-08_164706.bak158 //$renderer->info['cache'] = false;
H A Dsyntax.php.2018-03-08_165027.bak158 //$renderer->info['cache'] = false;
H A Dsyntax.php.2018-03-08_165158.bak158 //$renderer->info['cache'] = false;
H A Dsyntax.php.2018-03-08_165255.bak158 //$renderer->info['cache'] = false;
/plugin/importfacebookevents/
H A Dsyntax.php158 //$renderer->info['cache'] = false;
/plugin/include/
H A Daction.php5 * Action plugin component, for cache validity determination
208 * prepare the cache object for default _useCache action
213 /* @var cache_renderer $cache */
214 $cache =& $event->data;
216 if(!isset($cache->page)) return;
217 if(!isset($cache->mode) || $cache->mode == 'i') return;
219 $depends = p_get_metadata($cache->page, 'plugin_include');
235 $cache->depends['purge'] = true; // included pages changed or old metadata - request purge.
248 $cache
[all...]
/plugin/indexmenu/
H A Daction.php75 * Check for pages changes and eventually purge cache.
88 /** @var cache_parser $cache */
89 $cache = &$event->data;
91 if (!isset($cache->page)) return;
92 //purge only xhtml cache
93 if ($cache->mode != "xhtml") return;
112 $cache->key .= "#" . $newkey;
113 $cache->cache = getCacheName($cache
[all...]
/plugin/ireadit/action/
H A Dcache.php39 $cache = $event->data;
40 if ($cache->mode != 'xhtml') return true;
41 if (!$cache->page) return true; // not a page cache
44 if (p_get_metadata($cache->page, 'plugin_ireadit_list')) {
/plugin/issuetracker/
H A Dprototype.js1885 var cache = Element.cache;
1893 if (!cache[tagName]) cache[tagName] = Element.extend(document.createElement(tagName));
1896 cache[tagName].cloneNode(false) : document.createElement(tagName);
1907 Element.cache = { };
3057 Element.cache = { };
5349 cache: {} property in Event
H A Dtablekit.js416 var cache = colcache[table.id] ? colcache[table.id] : (colcache[table.id] = {});
418 if(!cache[index]) {
437 cache[index] = t;
439 return cache[index];
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak526 httppost.setHeader("Pragma", "No-cache");
1353 conn.setRequestProperty("Pragma", "No-cache");
/plugin/jmol2/jmol/
H A DCHANGES.txt2683 # code: 2-fold improvement in rendering ellipsoids by using 40x40x40 shade cache
/plugin/jokuwiki/
H A DREADME.md61 …'s all about the latency. But eliminating the need to re-fetch (even from cache), re-parse and re-…
/plugin/jplayer/
H A Dcomposer.lock92 "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
98 …"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated…
99 … "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
101 … "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js2 …ion Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;
3cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.…
4cache===!1&&(k.url=Bc.test(e)?e.replace(Bc,"$1_="+vc++):e+(wc.test(e)?"&":"?")+"_="+vc++)),k.ifMod…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt144 * bugfix (G:75): mysql cache max key length
179 * bugfix (#1892): extension.cache.mysql
269 » New module: extension.cache.sqlite3.php (by Karl G. Holz)
322 * Bugfix: (#1266) variable tablename: extension.cache.mysql.php
333 extension.cache.*.php
494 * Bugfix: (#1023) dbm cache extension not correctly handling
496 * Bugfix: (#1023) mysql cache extension now base64_encodes
498 purged from your database cache
710 * Bugfix: AAC static bitrate cache wrong result when parsing
1018 New file: /getid3/extention.cache.mysql.php
[all …]

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