Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 25 of 132) sorted by path

123456

/plugin/aceeditor/
H A Dbuild.js1 …t|qrupdate|quad|quad2d|quadgk|quadl|quadv|questdlg|quit|quiver|quiver3|qz|rand|randi|randn|randper…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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;
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]…
/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/authgoogle/
H A Dauth.php155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
/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/authwordpress/
H A Dclass-phpass.php55 $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compatibility reasons
/plugin/authyubikey/lib/
H A DYubico.php291 'nonce'=>md5(uniqid(rand())));
/plugin/autlogin/
H A Dadmin.php1588 $rand = Rand(0, StrLen($letter)-1); //we select random position
1590 $str .= SubStr($letter, $rand, 1); // add char to $rand position
/plugin/autotweet/
H A DOAuth.php475 $rand = mt_rand();
477 return md5($mt . $rand); // md5s look nicer than numbers
/plugin/badbehaviour/bad-behavior/
H A Dhousekeeping.inc.php10 if (rand(1,1000) == 1) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1186 $remPos = rand (0, count($checked_masks)-1);
/plugin/bashorg/
H A Dbash.org.php31 $id = rand(0, sizeof($quotes) - 1);
34 $id = rand(0, sizeof($quotes) - 1);
/plugin/bureaucracy-au/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/bureaucracy/helper/
H A Dfieldyesno.php82 $id = 'bureaucracy__'.md5(rand());
/plugin/bureaucracyau/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/captcha/
H A Dhelper.php54 $rand = (float)(random_int(0, 10000)) / 10000;
55 $cookie = new FileCookie($this->fixedIdent(), $rand);
59 $code = $this->generateMath($this->fixedIdent(), $rand);
66 $code = $this->generateCaptchaCode($this->fixedIdent(), $rand);
69 $secret = $this->encrypt($rand);
131 $rand = $this->decrypt($field_sec);
134 $code = $this->generateMath($this->fixedIdent(), $rand);
139 $code = $this->generateCaptchaCode($this->fixedIdent(), $rand);
146 $rand === false ||
149 !(new FileCookie($this->fixedIdent(), $rand))
172 getCaptchaCookiePath($fixed, $rand) global() argument
210 storeCaptchaCookie($fixed, $rand) global() argument
223 retrieveCaptchaCookie($fixed, $rand) global() argument
311 _generateNumbers($fixed, $rand) global() argument
325 _generateCAPTCHA($fixed, $rand) global() argument
347 _generateMATH($fixed, $rand) global() argument
[all...]
H A Dimg.php18 $rand = $plugin->decrypt($_REQUEST['secret']); global() variable
H A Dwav.php24 $rand = $plugin->decrypt($_REQUEST['secret']); global() variable
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …\"qualified-keyword?\", \"qualified-symbol?\", \"quot\", \"rand\", \"rand-int\",\n \"rand-nth…
H A Dcypher.min.js.map1 …\"nodes\", \"percentileCont\", \"percentileDisc\", \"pi\", \"radians\", \"rand\", \"range\", \"red…

123456