Home
last modified time | relevance | path

Searched refs:cached (Results 26 – 50 of 140) sorted by relevance

123456

/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js978 var cached = svgs[svg];
979 if (cur - cached.time > 300) {
981 cached.time = cur;
982 cached.ctm = svg.getScreenCTM();
984 return cached.ctm;
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example6 * - and go to the Configuration Manager and save the config again (this clears the cached javascript)
/plugin/externalembed/
H A DREADME.md95 Note that the rendered dokuwiki page is cached, you may want to find a way to auto purge your cache…
98 The video ID's are stored and cached in a json cache file - these cache files last for the number o…
/plugin/plantuml/
H A DREADME.markdown11 * Generated images are cached and regenerated when needed.
/plugin/pubmed2020/site/
H A Ddescription.txt33 ^clear_summary | - |Clear cached XML files in /data/media/ncbi_esummary|
/plugin/dokucrypt2/
H A DREADME.md15 …tical type data with this plugin - I cannot be sure that the info is not cached by DokuWiki or the…
/plugin/badbehaviour/
H A Dbadbehavior.readme99 * Bad Behavior is unable to protect internally cached pages on MediaWiki.
112 Cached pages. Bad Behavior cannot protect mod_rewrite cached (Super Cached)
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/pdftools/tpl/info/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/pdftools/tpl/standard/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/pdftools/tpl/minimal/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/dw2pdf/tpl/default/
H A DREADME.txt47 * ''@DATE@'' -- time when the PDF was created (might be in the past if cached)
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md73 not correctly checking the freshness of cached annotations when
118 - [98: Enhancement/#65 remove cache salt from cached reader](https://github.com/doctrine/annotation…
/plugin/projects/
H A Dchangelog48 * The project file pages are not cached. This fixes any caching issue it could have been there.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst42 filesystem checks to see whether the data that it has cached is still valid. These checks are usefu…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt87 last-modified check for cached files doesn't work for
137 handle the reading and writing of cached files.
495 modification and the cached file is used (if
539 filename, not output and not cached.
563 last-modified check for cached files doesn't work for
575 Physical file cached thumbnails will be recreated if
H A Dphpthumb.faq.txt249 Q: phpThumb runs slowly, as if the images aren't cached, when I use HTTP source
253 // cached image will be used if available, even if source image is changed or removed
281 Q: How can I purge cached files when I delete the source image?
/plugin/openlayersmap/
H A DStaticMap.php163 * get the map, this may return a reference to a cached copy.
414 if ($this->useTileCache && ($cached = $this->checkTileCache($url)))
415 return $cached;
/plugin/webcode/
H A DREADME.md105 …* Cache bursting implementation for the weCodeConsole.(js|css) file so that they are not cached fo…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst254 The cached reader will not re-evaluate each time an annotation is loaded from cache.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md27 * Parsing clark-notation is now cached. This can speed up parsing large
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md33 * Parsing clark-notation is now cached. This can speed up parsing large

123456