Home
last modified time | relevance | path

Searched full:cache (Results 251 – 275 of 2069) sorted by last modified time

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

/template/ad-hominem/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37110 this.cache = Buffer.concat([this.cache, data]);
37119 this.cache = this.cache.slice(16);
37125 this.cache = this.cache.slice(16);
37134 if (this.cache.length) return this.cache;
37264 this.cache = this.cache.slice(16);
37383 this.cache = Buffer.concat([this.cache, buf]);
37388 this.cache = this.cache.slice(16);
57719 cache = memoized.cache;
57726 memoized.cache = cache.set(key, result);
58508 * @param {Object} cache The cache to query.
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1258 var cache = { class
1501 const utils = { decode: decode, encode: encode, hascp: hascp, magic: magic, cache:cache }; property in utils
H A Dxlsx.mjs7926 /* TODO: cache the values instead of encoding twice */
13702 // flags + cache
16965 var cache = parse_Cache(nc);
16969 cache[0].forEach(function(n,i) {
16970 cs[col + encode_row(i)] = {t:'n', v:n, z:cache[1] };
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js1 …ript>',Pb='SCRIPT',Qb='#',Rb='?',Sb='/',Tb=1,Ub='base',Vb='img',Wb='clear.cache.gif',Xb='meta',Yb=…
/plugin/gallery/
H A DGalleryNode.php50 $query[] = $this->extractFlagParam('cache', $attrs, $defaults);
H A Dsyntax.php
/plugin/gallery/script/
H A Dprosemirror.js60 name: 'cache',
64 checked: attrs['cache'],
/plugin/gallery/conf/
H A Ddefault.php16 $conf['options'] = 'cache, crop, lightbox';
H A Dmetadata.php28 'cache',
/plugin/gallery/lang/en/
H A Dlang.php16 $lang['js']['label_cache'] = 'Cache the thumbnails';
33 $lang['js']['label_sort_random'] = 'Sort images randomly. You might want to disable the cache as well';
/plugin/dev/
H A Dcli.php171 * @param bool $cache cache given value for next time?
174 protected function readLine($prompt, $cache = false)
179 if ($cache && file_exists($cachename)) {
195 if ($cache) {
160 readLine($prompt, $cache = false) global() argument
/plugin/authwordpress/
H A Dauth.php67 * Users cache
73 * True if all users have been loaded in the cache
269 * Cache User Data.
272 * and stores it in the users cache.
308 * Loads all Wordpress users into the cache.
/plugin/orphanswanted/
H A Dsyntax.php90 $renderer->info['cache'] = false;
/plugin/button/
H A Dsyntax.php64 * /!\ to be able to do that (and thus, modify the cached content structure) need to find a way to clear the cache while upgrading the plugin...
467 $cache = NULL,
480 $link = $xhtml->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
484 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), ($linking == 'direct'));
492 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);
419 internalmedia(& $xhtml, $src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $linking = NULL) global() argument
/plugin/tag/lang/nl/
H A Dsettings.php11 $lang['toolbar_icon'] = 'Toon knop in de werkbalk (leeg data/cache/* en browser cache als hij niet wordt getoond)';
/plugin/tag/lang/pt/
H A Dsettings.php9 $lang['toolbar_icon'] = 'Mostrar ícone da barra de ferramentas (limpar data/cache/* e o cache do navegador se não estiver exibido)';
/plugin/tag/lang/be/
H A Dsettings.php9 $lang['toolbar_icon'] = 'Паказваць кнопку на панэлі інструментаў (калі значок не адлюстроўваецца, ачысціце data/cache/* і кэш браўзэра)';
/plugin/tag/lang/bg/
H A Dsettings.php10 $lang['toolbar_icon'] = 'Показване на икона в лентата с инструменти (ако не виждате бутона изчистете съдържанието на data/cache/* и кеша на браузера ';
/plugin/tag/lang/cs/
H A Dsettings.php11 $lang['toolbar_icon'] = 'Zobrazit toolbar ikonku (pokud se nezobrazuje, smažte data/cache/* a cache prohlížeče)';
/plugin/tag/lang/cy/
H A Dsettings.php9 $lang['toolbar_icon'] = 'Dangos eicon y bar offer (cliriwch data/cache/* a storfa eich porwr os \'dyw e ddim yn ymddangos)';
/plugin/tag/lang/da/
H A Dsettings.php10 $lang['toolbar_icon'] = 'Vis ikon for værktøjslinje (ryd data/cache/* og browser-cache, hvis den ikke vises)';
/plugin/tag/lang/de/
H A Dsettings.php11 $lang['toolbar_icon'] = 'Toolbar-Symbol anzeigen (data/cache/* und den Browser-Cache löschen, wenn das Symbol nicht angezeigt wird)';
/plugin/tag/lang/de-informal/
H A Dsettings.php10 $lang['toolbar_icon'] = 'Toolbar-Symbol anzeigen (data/cache/* und den Browser-Cache löschen, wenn das Symbol nicht angezeigt wird)';
/plugin/tag/lang/el/
H A Dsettings.php9 $lang['toolbar_icon'] = 'Εμφάνιση εικονιδίου γραμμής εργαλείων (εκκαθάριση "data/cache/*" και προσωρινή μνήμη του προγράμματος περιήγησης εάν δεν εμφανίζεται)';

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