Home
last modified time | relevance | path

Searched refs:rand (Results 76 – 100 of 132) sorted by last modified time

123456

/plugin/authgoogle/
H A Dauth.php155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js8579 var rand = baseRandom(0, index);
8580 if (index != rand) {
8581 result[index] = result[rand];
8583 result[rand] = collection[index];
11407 var rand = nativeRandom();
11408 … return nativeMin(min + (rand * (max - min + parseFloat('1e-' + ((rand + '').length - 1)))), max);
H A Dpdfmake.min.js.map1rand","some","sortBy","sortByAll","where","after","before","bind","bindAll","functions","bindKey",…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js11 …oise=this.noise,rand;for(var i=0,len=data.length;i<len;i+=4){rand=(.5-Math.random())*noise;data[i]…
H A Dfabric.js18271 noise = this.noise, rand;
18275 rand = (0.5 - Math.random()) * noise;
18277 data[i] += rand;
18278 data[i + 1] += rand;
18279 data[i + 2] += rand;
/plugin/nsexport/packer/
H A Dpacker.php10 $this->fileid = time().rand(0,99999);
/plugin/nsexport/packer/ziphtml/
H A Dzip.php186 $filename = $conf['tmpdir'].'/offline-'.time().rand(0,99999).'.zip';
/plugin/authyubikey/lib/
H A DYubico.php291 'nonce'=>md5(uniqid(rand())));
/plugin/judge/
H A Daction.php211 $run_status = rand(0, 4);
/plugin/pirate/
H A Drenderer.php183 return (((1 == rand(1,$chance))?array_shift($shouts):$stub) . ' ');
/plugin/panoview/
H A Dsyntax.php246 usleep(rand(500, 3000));
/plugin/badbehaviour/bad-behavior/
H A Dhousekeeping.inc.php10 if (rand(1,1000) == 1) {
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php225 $delay = rand(0, pow(2, ($i+1)) - 1) * 5000; // Exponential backoff
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/freechat/phpfreechat/src/commands/
H A Dasknick.class.php24 $cmdp["param"] = $nicktochange."".rand(1,1000);
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/freechat/phpfreechat/
H A Dindex.php6 $params["nick"] = "guest".rand(1,1000); // setup the intitial nickname
/plugin/pgn4web/pgn4web/
H A Dgotd.php38 if ($gameNum == "random") { $gameNum = rand(1, $numGames); }
H A Dpuzzler.php72 if ($gameNum == "random") { $gameNum = rand(1, $numGames); }
132 $randomPiece = rand(0, 2);
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php116 …D: <'.gmdate('YmdHs').'.'.substr(md5($mail['message'].microtime()), 0, 6).rand(100000, 999999).'@'…
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php162rand(0, UC_NOTE_GC) == 0 && $this->db->query("DELETE FROM ".UC_DBTABLEPRE."notelist WHERE closed='…
H A Duser.php131 $salt = substr(uniqid(rand()), -6);
/plugin/odt2dw/
H A Daction.php319 …while ( file_exists( $this->uploadDir = $this->getConf( 'parserUploadDir' ).rand( 10000, 100000 ) …
/plugin/passwords/
H A Dsyntax.php131 $r = rand(0,strlen($this->getAllowedCharacters())-1);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php27 $value = sprintf("___Value%s",md5(time().rand()));

123456