Home
last modified time | relevance | path

Searched refs:cache (Results 251 – 275 of 671) sorted by relevance

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

/plugin/bashorg/
H A Dsyntax.php78 $renderer->info['cache'] = false;
/plugin/favoris/
H A Dfavoris.js58 function cache(id) { function
102 cache('exclues');
/plugin/prosemirror/parser/
H A DLinkNode.php101 $name['cache'],
112 $name['cache']
127 $height = null, $cache = null)
145 $cache
125 resolveImageTitle($pageId, $imageId, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument
/plugin/combo/action/
H A Dcacheexpiration.php21 * Can we use the parser cache
31 const SLOT_CACHE_EXPIRATION_EVENT = "slot-cache-expiration";
58 * Purge the cache if needed
66 * No cache for all mode
73 * For whatever reason, the cache file of XHTML
82 if (file_exists($data->cache)) {
83 if (filesize($data->cache) === 0) {
120 * The cache file may be dependent on the requested id
132 * will make the cache unusable
145 LogUtility::msg("The new calculated date cache expiratio
[all...]
/plugin/glossary/
H A DTODO.txt3 * cache
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG150 * fixed offline cache warm-ups for embedded templates
221 * removed usage of realpath in cache keys
231 * fixed a potential PHP warning when loading the cache
338 * optimized the number of inodes and the size of realpath cache when using the cache
363 * fixed cache management with statcache
765 Flush your cache after upgrading.
898 * fixed race condition when writing template cache
913 * fixed default cache umask
939 * changed the cache option to only accepts an explicit path to a cache directory or false
1028 'cache' => '/path/to/compilation_cache',
[all …]
/plugin/phpimplicitnocache/
H A Dsyntax.php58 $renderer->info['cache'] = false;
/plugin/aichat/vendor/vanderlee/php-sentence/
H A D.travis.yml25 - mkdir -p cache
/plugin/authgooglesheets/
H A Dhelper.php320 $cache = new dokuwiki\Cache\Cache('validated', 'authgooglesheets');
322 if ($cache->retrieveCache()) {
332 if ($isValid) $cache->storeCache(time());
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
/plugin/snap/
H A Dsyntax.php.ori85 //Utiliser le cache ?
86 //Use cache?
107 …url|larg ou url|xhaut ou url|largxhaut; + un ! pour forcer la capture sans recherche dans le cache)
195 else error_log("$image found in cache");
/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/latexport/implementation/
H A Ddecorator_persister.php782 * @param string $cache cache|recache|nocache
788 $height = null, $cache = null, $linking = null, argument
875 …media($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking =… argument
883 …ternalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) { argument
890 …ternalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) { argument
/plugin/cacherevisionseraser/
H A DREADME.md5 This admin plug-in allows you to erase the entire cache and/or old wiki revisions.
6 Only use this plug-in if you want to clean up your wiki or if the cache gets corrupted.
63 * Deleting files/directories will now show where they are being processed (cache, locks, meta or ol…
100 * Enable/Disable cache erase command (Default ON).
102 * Ask/Enable/Disable delection of cache of extensions:
114 * Fixed bug that didn�t delete cache file / revision page with �_dummy� text on it.
H A Dplugin.info.txt6 desc Erase entire cache and/or old wiki revisions
/plugin/stale/
H A Dplugin.info.txt6 desc Make the cache stale by by touching configuration files
/plugin/davcal/vendor/sabre/xml/
H A D.travis.yml16 cache: vendor
/plugin/chessdiagram/toolbar/
H A Dreadme.txt7 - cleanup cache
/plugin/new_page_dialog/action/
H A Dnew.php15 var $cache = true; variable in action_plugin_npd_new
/plugin/npd/action/
H A Dnew.php15 var $cache = true; variable in action_plugin_npd_new
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.travis.yml13 - composer clear-cache
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php215 * @param bool $cache
220 public function getIndirectObject($objectNumber, $cache = false) argument
230 if ($cache) {
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A D.travis.yml18 - composer clear-cache
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.travis.yml15 - composer clear-cache
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md93 * testing all parent classes and interfaces when checking if the annotation cache
95 * simplifying the cache keys used by the `CachedReader`: keys are no longer artificially
108 - [62: &#91;CachedReader&#92; Test traits and parent class to see if cache is fresh](https://github…
109 - [65: Remove cache salt making key unnecessarily long](https://github.com/doctrine/annotations/pul…
118 - [98: Enhancement/#65 remove cache salt from cached reader](https://github.com/doctrine/annotation…
131 - [49: #46 - applying correct `chmod()` to generated cache file](https://github.com/doctrine/annota…

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