Home
last modified time | relevance | path

Searched +full:freezeonblur +(+path:plugin +path:snow) -(+path:plugin +path:snow +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/snow/
H A Dscript.js14 snowStorm.freezeOnBlur = JSINFO.plugin.snow.freezeonblur;
H A Daction.php44 $JSINFO['plugin']['snow']['freezeonblur'] = $this->getConf('freezeonblur');
H A Dsnowstorm.js39 this.freezeOnBlur = true; // Only snow when the window is in focus (foreground.) Saves CPU.
335 if (storm.freezeOnBlur) {
585 if (storm.freezeOnBlur) {
/plugin/snow/conf/
H A Ddefault.php33 $conf['freezeonblur'] = 1;
H A Dmetadata.php33 $meta['freezeonblur'] = array('onoff');