Home
last modified time | relevance | path

Searched refs:rand (Results 101 – 125 of 132) sorted by last modified time

123456

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php57 $this->_fqn(sprintf("___Button%s",md5(time().rand()))),
183 $name = sprintf("AnonymousFormObject_%u", md5(rand().time()));
219 $fqn .= md5(rand().time());
H A Dimage.class.php122 return CACHE_DIR.md5(time() + $url + rand());
H A Doutput._generic.class.php229 $filename = WRITER_TEMPDIR.DIRECTORY_SEPARATOR.WRITER_FILE_PREFIX.md5(uniqid(rand(), true));
H A Dbox.checkbutton.php64 $value = sprintf("___Value%s",md5(time().rand()));
/plugin/mantis/lib/
H A Dclass.wsdl.php1386 $tt_prefix = 'ns' . rand(1000, 9999);
H A Dnusoap.php440 $type_prefix = 'ns'.rand(1000,9999);
599 $tt_prefix = 'ns' . rand(1000, 9999);
5917 $tt_prefix = 'ns' . rand(1000, 9999);
7756 $r = rand();
H A Dclass.nusoap_base.php440 $type_prefix = 'ns'.rand(1000,9999);
599 $tt_prefix = 'ns' . rand(1000, 9999);
H A Dclass.soapclient.php688 $r = rand();
/plugin/txt2tags/
H A Dtxt2tags.class.php691 …/*$line = preg_replace_callback('/%%rand\([0-9]+,[0-9]+\)/', 'create_function(return(rand($1,$2);…
692 $line = preg_replace('/%%rand\([0-9]+,[0-9]+\)/i', '<? rand($1,$2); ?>', $line);
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/aceeditor/
H A Dbuild.js1 …t|qrupdate|quad|quad2d|quadgk|quadl|quadv|questdlg|quit|quiver|quiver3|qz|rand|randi|randn|randper…
/plugin/simplechat/
H A Dajax.php28 …$newmsgline = ".\t&laquo;".htmlspecialchars($_GET['user'])." flips a coin. It is ".$coin[rand(0,1)…
32 …$newmsgline = ".\t&laquo;".htmlspecialchars($_GET['user'])." rolls a ".rand(1,$dicesides)." out of…
/plugin/requiz/
H A Dhelper.php29 $rand = rand(17,1000000);
32 $qidx = $rand % $qcnt;
33 $secret = PMA_blowfish_encrypt($rand,auth_cookiesalt());
61 $rand = PMA_blowfish_decrypt($_REQUEST['plugin__requiz_secret'],auth_cookiesalt());
64 $qidx = $rand % $qcnt;
/plugin/tindexmenu/syntax/
H A Dindexmenu.php280 $js_name .= uniqid(rand());
/plugin/cumulus/
H A Dsyntax.php71 $movie = DOKU_BASE.'lib/plugins/'.$movie.'?r='.rand(0,9999999);
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php142 function rand($stop) function in Auth_OpenID_MathLibrary
H A DFileStore.php526 "-" . strval(rand(1, time()));
H A DDiffieHellman.php72 $r = $this->lib->rand($this->mod);
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/autotweet/
H A DOAuth.php475 $rand = mt_rand();
477 return md5($mt . $rand); // md5s look nicer than numbers
/plugin/onlineordering/
H A Dsend_form.php13 $random = (rand()%9);
/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/latex/
H A Dclass.latexrender.php221 $this->_tmp_filename = md5(rand().$destination);
/plugin/qrcode2/
H A Dphpqrcode.php2769 $remPos = rand (0, count($checked_masks)-1);
/plugin/swfobject/
H A Dsyntax.php134 $swfID = "SWFObject__Alternative" . rand(0, 1000000);

123456