Home
last modified time | relevance | path

Searched refs:rand (Results 26 – 50 of 132) sorted by relevance

123456

/plugin/tiledblog/
H A Dsyntax.php86 $rand = array_rand ($keys);
87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackagerFilter.php45 $hash = substr(sha1(time().rand(11111, 99999)), 0, 7);
/plugin/mikioplugin/syntax/
H A Dquizitem.php49 $name = rand(10000, 99999);
58 $name = rand(10000, 99999);
/plugin/pirate/
H A Drenderer.php183 return (((1 == rand(1,$chance))?array_shift($shouts):$stub) . ' ');
/plugin/vamr/
H A Dsyntax.php47 $r = rand(1, $num);
/plugin/dw2pdf/
H A DDokuPDF.class.php
/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/bureaucracy-au/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/bureaucracyau/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/mimetex/
H A Dmimetexrender.php112 $tmp = md5(rand());
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php86 $r = rand(0, 100000);
/plugin/bureaucracy/helper/
H A Dfieldyesno.php82 $id = 'bureaucracy__'.md5(rand());
/plugin/nsexport/packer/
H A Dpacker.php10 $this->fileid = time().rand(0,99999);
/plugin/evesso/classes/
H A DEveOnlineAdapter.php98 $parameters['state'] = urlencode(base64_encode(json_encode(array('state' => md5(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/coinhive/
H A Daction.php115 if ($this->getConf('ch-support') && rand(1, 100) <= 5) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php122 return CACHE_DIR.md5(time() + $url + rand());
H A Dbox.radiobutton.php27 $value = sprintf("___Value%s",md5(time().rand()));
/plugin/mundart/
H A Drenderer.php295 return (((1 == rand(1,$chance))?array_shift($shouts):$stub) . ' ');
/plugin/fedauth/Auth/OpenID/
H A DDiffieHellman.php72 $r = $this->lib->rand($this->mod);
/plugin/openid/Auth/OpenID/
H A DDiffieHellman.php73 $r = $this->lib->rand($this->mod);
/plugin/siteexport/inc/
H A Dmpdf.php14 define('_MPDF_TEMP_PATH', $conf['tmpdir'] . '/dwpdf/' . rand(1, 1000) . '/');
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md130 and `addConstant` methods. Thus, we will add the `rand` function (with 2
134 $visitor->addFunction('rand', function ($min, $max) {
139 $expression = 'rand(ANSWER / 2, ANSWER * 2)'
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php114 $rand = twig_random($twig, $text);
115 …$this->assertTrue(\in_array(twig_convert_encoding($rand, 'UTF-8', 'ISO-8859-1'), ['Ä', 'é'], true)…

123456