Home
last modified time | relevance | path

Searched refs:disablecache (Results 1 – 3 of 3) sorted by relevance

/plugin/addnewpagedeluxe/
Dsyntax.php93 $disablecache = false;
94 $namespaceinput = $this->_htmlNamespaceInput($data['namespace'], $disablecache);
103 if($disablecache) $renderer->info['cache'] = false;
149 * @param bool $disablecache reference indicates if caching need to be disabled
153 protected function _htmlNamespaceInput($dest_ns, &$disablecache) { argument
155 $disablecache = false;
230 $disablecache = true;
/plugin/addnewpage/
H A Dsyntax.php133 $disablecache = false;
134 $namespaceinput = $this->htmlNamespaceInput($data['namespace'], $disablecache);
143 if ($disablecache) $renderer->info['cache'] = false;
262 * @param bool $disablecache reference indicates if caching need to be disabled
266 protected function htmlNamespaceInput($dest_ns, &$disablecache) argument
269 $disablecache = false;
342 $disablecache = true;
/plugin/autogallery/
Dsyntax.php80 $disablecache = null;
82 if ($disablecache) $renderer->info['cache'] = false;