Home
last modified time | relevance | path

Searched refs:rand (Results 101 – 125 of 132) sorted by path

123456

/plugin/passpolicy/
H A Dhelper.php266 $output .= $this->pools['special'][$this->rand(0, $pool_len - 1)];
277 $output .= $characters[$this->rand(0, $pool_len - 1)];
312 $postfix .= $this->rand(10, 99);
317 $postfix .= $this->pools['special'][rand(0, $spec_len - 1)];
324 $output .= $consonants[$this->rand(0, $c_len - 1)];
325 $output .= $vowels[$this->rand(0, $v_len - 1)];
326 $output .= $all[$this->rand(0, $a_len - 1)];
354 $prefix .= $this->rand(0, 999);
359 $prefix .= $this->pools['special'][rand(0, $spec_len - 1)];
408 public function rand($min, $max) function in helper_plugin_passpolicy
[all …]
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php86 $r = rand(0, 100000);
/plugin/passwords/
H A Dsyntax.php131 $r = rand(0,strlen($this->getAllowedCharacters())-1);
/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/pirate/
H A Drenderer.php183 return (((1 == rand(1,$chance))?array_shift($shouts):$stub) . ' ');
/plugin/qrcode2/
H A Dphpqrcode.php2769 $remPos = rand (0, count($checked_masks)-1);
/plugin/randomquote/
H A Dsyntax.php66 $renderer->doc .= '<div class="randomquote">"'.$quotes[rand(0,sizeof($quotes)-1)].'"</div>';
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php13 return $this->keys[rand(0, $this->count - 1)];
98 $result += rand(1, $die);
/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/revealjs/plugin/multiplex/
H A Dindex.js47 var rand = Math.floor(Math.random()*9999999);
48 var secret = ts.toString() + rand.toString();
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js6718 var rand = baseRandom(index, lastIndex),
6719 value = array[rand];
6721 array[rand] = array[index];
14111 var rand = nativeRandom();
14112 …return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1))…
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js6718 var rand = baseRandom(index, lastIndex),
6719 value = array[rand];
6721 array[rand] = array[index];
14111 var rand = nativeRandom();
14112 …return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1))…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js377 var rand = _.random(index, last);
379 sample[index] = sample[rand];
380 sample[rand] = temp;
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …,"pluck","where","attrs","findWhere","computed","lastComputed","shuffle","rand","set","shuffled","…
H A Dunderscore.js354 for (var index = 0, rand; index < length; index++) {
355 rand = _.random(0, index);
356 if (rand !== index) shuffled[index] = shuffled[rand];
357 shuffled[rand] = set[index];
/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/siteexport/_test/
H A Dplugin_siteexport_javascript.test.php32 $_SERVER['SERVER_PORT'] = rand();
/plugin/siteexport/inc/
H A Dmpdf.php14 define('_MPDF_TEMP_PATH', $conf['tmpdir'] . '/dwpdf/' . rand(1, 1000) . '/');
/plugin/siteexport/renderer/
H A Dpdf.php175 $name = rand() . $level;
/plugin/statistics/inc/pchart/
H A DColor.php78 * @param mixed $rand optional externally created random value
81 public static function random($rand = null) { argument
82 if(!$rand) $rand = rand();
84 return new Color('#'.substr(md5($rand),0,6));
/plugin/swfobject/
H A Dsyntax.php134 $swfID = "SWFObject__Alternative" . rand(0, 1000000);
/plugin/swiftmail/Swift/Message/
H A DMime.php120 $boundary = uniqid(rand(), true);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1rand realloc srand strtod strtol strtoul system ' +\n 'wcstombs wctomb memchr memcmp memcpy mem…
/plugin/tagfilter/syntax/
H A Dfilter.php398 $jsVar = 'tagfilter_jsVar_' . rand();
403 $id = '__tagfilter_' . $opt["id"] . '_' . rand();

123456