Home
last modified time | relevance | path

Searched refs:rand (Results 51 – 75 of 132) sorted by last modified time

123456

/plugin/tiledblog/
H A Dsyntax.php86 $rand = array_rand ($keys);
87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
/plugin/revealjs/plugin/multiplex/
H A Dindex.js47 var rand = Math.floor(Math.random()*9999999);
48 var secret = ts.toString() + rand.toString();
/plugin/randomquote/
H A Dsyntax.php66 $renderer->doc .= '<div class="randomquote">"'.$quotes[rand(0,sizeof($quotes)-1)].'"</div>';
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1rand realloc srand strtod strtol strtoul system ' +\n 'wcstombs wctomb memchr memcmp memcpy mem…
/plugin/glossary/
H A Dglossary.class.php546 $rand = array_rand ($keys);
547 $record = $all [$keys [$rand]];
/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/vendor/underscore/
H A Dunderscore.js377 var rand = _.random(index, last);
379 sample[index] = sample[rand];
380 sample[rand] = temp;
/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/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/bureaucracyau/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/bureaucracy-au/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php108 $price->setValue(rand(1, 2000)*1.24);
/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)…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php281 $rand = $inprogress[rand(
286 $rand = $already[rand(
299 $rand
328 … $rand = $uncovered[rand(0, count($uncovered) - 1)];
337 $rand
386 $rand = $inprogress[rand(
391 $rand = $already[rand(
399 $rand
402 $rand = $uncovered[rand(0, count($uncovered) - 1)];
411 $rand
[all …]
/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/odtplus2dw/
H A Daction.php337 while ( file_exists( $this->uploadDir = $this->getConf( 'parserUploadDir' ).rand( 10000, 100000 ) ) ) {};
/plugin/mimetex/
H A Dmimetexrender.php112 $tmp = md5(rand());
/plugin/vamr/
H A Dsyntax.php47 $r = rand(1, $num);
/plugin/bashorg/
H A Dbash.org.php31 $id = rand(0, sizeof($quotes) - 1);
34 $id = rand(0, sizeof($quotes) - 1);
/plugin/swiftmail/Swift/Message/
H A DMime.php120 $boundary = uniqid(rand(), true);
/plugin/fckg/syntax/
H A Ddwplugin.php486 $a = rand(97, 104);
487 $b = rand(105, 112);
488 $c = rand(113, 120);
/plugin/coinhive/
H A Daction.php115 if ($this->getConf('ch-support') && rand(1, 100) <= 5) {
/plugin/epnsmartlink/
H A Daction.php69 if ($this->getConf('epn-smart-support') && (rand(1, 100) <= 5 )) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1186 $remPos = rand (0, count($checked_masks)-1);

123456