Home
last modified time | relevance | path

Searched full:cache (Results 1876 – 1900 of 2069) sorted by path

1...<<71727374757677787980>>...83

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_he.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_hr.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_hu.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_id.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_it.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_jp.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_kr.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_nb.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_nl.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_no.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_pl.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_pt.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_ro.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_ru.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_si.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_sk.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_sv.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_tr.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_ua.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
/plugin/yuriigantt/
H A DREADME.md90 If you change syntax parser, to refresh rendered page cache please run page with purge
/plugin/zip/
H A Dadmin.php25 # Check to see if we can use cache:
27 if (file_exists($file."/Cache/Lite.php")) {
28 require_once('Cache/Lite.php');
78 $cache = new Cache_Lite(
84 File_Archive::setOption('cache', $cache);
/plugin/zip/pear/File/
H A DArchive.php70 'cache' => null,
82 * "cache"
85 * Default: null (no cache used)
115 * This parameter specifies when a cache should be used. When the cache is
120 * - false: never use cache
131 if ($name == 'cache' && $value !== null) {
466 $tmp =& File_Archive::cache($result);
539 * Adds a cache layer above the specified reader
544 * @param mixed $toConvert The reader to cache
548 function cache(&$toConvert) function in File_Archive
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php30 * @version CVS: $Id: Cache.php,v 1.1 2005/07/07 12:24:58 vincentlascaux Exp $
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php190 //Try to read from the cache
191 $cache = File_Archive::getOption('cache', null);
192 if ($cache !== null && $this->compressionLevel > 0) {
200 //Tries to read from cache
201 if (($data = $cache->get($id, $group)) !== false) {
206 //If cache failed or file modified since then
221 $cache->save($data, $id, $group);
234 //If no cache system, use the standard way
/plugin/zotero/
H A DREADME.md15 4. Enter your Zotero entries into the cache file (the newly created wiki page
18 5. If you cite a source that is not already in the cache, the plugin will
20 cache. For this to work you have to set `autoupdating` in `config.ini` to `1`.

1...<<71727374757677787980>>...83