Home
last modified time | relevance | path

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

/plugin/snap/
Dhelper.php56 var $checkCache=true; variable in helper_plugin_snap
119 function getSnap($param, $larg, $haut, $checkCache=NULL) { argument
139 if ($checkCache === NULL) $checkCache=$this->checkCache;
200 if (!$checkCache ||
Dsyntax.php.ori87 $checkCache=true;
119 $checkCache=false;
170 if (!$checkCache ||
/plugin/smartcache/
Dscript.js11 window.onLoad = checkCache();
14 function checkCache() { function