Home
last modified time | relevance | path

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

123456

/plugin/textile2/
H A DclassTextile.php867 $i = uniqid(rand());
961 $this->fn[$id] = uniqid(rand());
/plugin/tiledblog/
H A Dsyntax.php86 $rand = array_rand ($keys);
87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
/plugin/tindexmenu/syntax/
H A Dindexmenu.php280 $js_name .= uniqid(rand());
/plugin/twofactoryubiauth/
H A Dhelper.php161 $rand = rand(0,count($chars)-1);
162 $nonce .= $chars[$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/vamr/
H A Dsyntax.php47 $r = rand(1, $num);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js36613 module.exports = function rand(len) {
36618 function Rand(rand) {
36619 this.rand = rand;
36630 if (this.rand.getBytes) return this.rand.getBytes(n);
36634 res[i] = this.rand.getByte();
45633 elliptic.rand = require('brorand');
47569 var rand = require('brorand');
61579 function MillerRabin(rand) {
61580 this.rand = rand || new brorand.Rand();
61585 MillerRabin.create = function create(rand) {
[all …]

123456