Home
last modified time | relevance | path

Searched refs:nocache (Results 51 – 75 of 79) sorted by relevance

1234

/plugin/fileshare/syntax/
H A DFileshare.php95 $renderer->nocache();
/plugin/blog/syntax/
H A Dblog.php79 $renderer->nocache();
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js378 JsHttpRequest.query = function(url, content, onready, nocache) { argument
380 req.caching = !nocache;
H A DJsHttpRequest-form.js378 JsHttpRequest.query = function(url, content, onready, nocache) { argument
380 req.caching = !nocache;
H A DJsHttpRequest.js379 JsHttpRequest.query = function(url, content, onready, nocache) { argument
381 req.caching = !nocache;
/plugin/tag/syntax/
H A Dsearchtags.php69 $renderer->nocache();
/plugin/struct/renderer/
H A Dcsv.php63 $this->nocache();
/plugin/box2/
H A Dsyntax.php177 $renderer->nocache();
/plugin/acmenu/
H A Dsyntax.php115 $renderer->nocache();
/plugin/task/syntax/
H A Dtask.php65 $renderer->nocache();
/plugin/cloud/
H A Dsyntax.php105 $renderer->nocache();
/plugin/showif/
H A Dsyntax.php.alternative.version132 $renderer->nocache(); // disable caching
/plugin/todo/syntax/
H A Dtodo.php427 $renderer->nocache();
/plugin/tagfilter/syntax/
H A Dfilter.php163 $renderer->nocache();
/plugin/nspages/
H A Dsyntax.php253 $renderer->nocache(); //disable cache
/plugin/remotescript/
H A Dscript.js62 RemoteScript.query = function(url, content, onready, nocache) { argument
64 req.caching = !nocache;
/plugin/pycode/
H A Dsyntax.php223 $renderer->nocache();
/plugin/translator/syntax/
H A Dtranslator.php65 $renderer->nocache();
/plugin/prosemirror/
H A Drenderer.php92 public function nocache() { function in renderer_plugin_prosemirror
94 $docNode->attr('nocache', true);
/plugin/chat/
H A Dreadme.txt29 …ki installation, feel free to {{:dokuwiki:plugin:dokuwiki-chat-1.1.2.zip?nocache|download it here}…
/plugin/xml/
H A Drenderer.php109 function nocache() { function in renderer_plugin_xml
/plugin/filelist/
H A Dsyntax.php97 $renderer->nocache();
/plugin/catlist/
H A Dsyntax.php83 'nocache' => (boolean)$this->getConf('nocache'),
470 if ($data['nocache'])
471 $renderer->nocache();
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js4578 var nocache = 't=' + new Date().getTime();
4579 realUrl = PROXY_URL + '?url=' + encodeURIComponent(url) + '&base64=1&' + nocache;
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt274 * Bugfix: 'nocache' parameter was forbidden
468 * Added 'nocache' parameter that suppresses writing to cache

1234