Home
last modified time | relevance | path

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

/plugin/snow/
Dscript.js6 snowStorm.flakesMaxActive = JSINFO.plugin.snow.flakesmaxactive;
Daction.php37 $JSINFO['plugin']['snow']['flakesmaxactive'] = $this->getConf('flakesmaxactive');
Dsnowstorm.js21 this.flakesMaxActive = 64; // Limit amount of snow falling at once (less = lower CPU use)
536 if (active<storm.flakesMaxActive) {
564 if (allowInactive || i>storm.flakesMaxActive) {
/plugin/snow/conf/
Ddefault.php26 $conf['flakesmaxactive'] = 64;
Dmetadata.php26 $meta['flakesmaxactive'] = array('numeric');