Home
last modified time | relevance | path

Searched refs:rand (Results 51 – 75 of 132) sorted by relevance

123456

/plugin/tagfilter/syntax/
H A Dfilter.php398 $jsVar = 'tagfilter_jsVar_' . rand();
403 $id = '__tagfilter_' . $opt["id"] . '_' . rand();
/plugin/fckg/syntax/
H A Ddwplugin.php486 $a = rand(97, 104);
487 $b = rand(105, 112);
488 $c = rand(113, 120);
/plugin/passwords/
H A Dsyntax.php131 $r = rand(0,strlen($this->getAllowedCharacters())-1);
/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/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php64 $value = sprintf("___Value%s",md5(time().rand()));
/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/mantis/lib/
H A Dclass.nusoap_base.php440 $type_prefix = 'ns'.rand(1000,9999);
599 $tt_prefix = 'ns' . rand(1000, 9999);
/plugin/onlineordering/
H A Dsend_form.php13 $random = (rand()%9);
/plugin/nsexport/packer/ziphtml/
H A Dzip.php186 $filename = $conf['tmpdir'].'/offline-'.time().rand(0,99999).'.zip';
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php108 $price->setValue(rand(1, 2000)*1.24);
/plugin/panoview/
H A Dsyntax.php246 usleep(rand(500, 3000));
/plugin/latex/
H A Dclass.latexrender.php221 $this->_tmp_filename = md5(rand().$destination);
/plugin/authgoogle/
H A Dauth.php155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
/plugin/const/
H A Daction.php89 $item[1] = strval(rand());
/plugin/authwordpress/
H A Dclass-phpass.php55 $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compatibility reasons
/plugin/latex-was/
H A Dclass.latexrender.php221 $this->_tmp_filename = md5(rand().$destination);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php225 $delay = rand(0, pow(2, ($i+1)) - 1) * 5000; // Exponential backoff
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php142 function rand($stop) function in Auth_OpenID_MathLibrary
/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='…
/plugin/oauth/
H A DAdapter.php
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php269 $nonce.= $characters[rand(0, $maxRand)];
/plugin/autotweet/
H A DOAuth.php475 $rand = mt_rand();
477 return md5($mt . $rand); // md5s look nicer than numbers
/plugin/judge/
H A Daction.php211 $run_status = rand(0, 4);
/plugin/swfobject/
H A Dsyntax.php134 $swfID = "SWFObject__Alternative" . rand(0, 1000000);

123456