Home
last modified time | relevance | path

Searched refs:rnd (Results 1 – 23 of 23) sorted by relevance

/plugin/passwordgenerator/
H A Dscript.js42 var rnd = Math.floor(Math.random() * src.length),
43 charBuild = src[rnd].split("");
45 if (rnd === 3) {src = [lwrAlph, uprAlph, nums]};
46 rnd = Math.floor(Math.random() * charBuild.length);
47 passwd.push(charBuild[rnd]);
/plugin/twofactor/
H A DGoogleAuthenticator.php39 $rnd = false;
41 $rnd = random_bytes($secretLength);
43 $rnd = mcrypt_create_iv($secretLength, MCRYPT_DEV_URANDOM);
45 $rnd = openssl_random_pseudo_bytes($secretLength, $cryptoStrong);
47 $rnd = false;
50 if ($rnd !== false) {
52 $secret .= $validChars[ord($rnd[$i]) & 31];
/plugin/snow/
H A Dsnowstorm.js233 function rnd(n,min) { function
241 return (parseInt(rnd(2),10)===1?n*-1:n);
246 vRndX = plusMinus(rnd(storm.vMaxX,0.2));
247 vRndY = rnd(storm.vMaxY,0.2);
356 this.x = x||parseInt(rnd(screenX-20),10);
357 this.y = (!isNaN(y)?y:-rnd(screenY)-12);
472 s.vX = vRndX+rnd(storm.vMaxX*0.12,0.1);
473 s.vY = vRndY+rnd(storm.vMaxY*0.12,0.1);
513 s.x = parseInt(rnd(screenX-storm.flakeWidth-20),10);
514 s.y = parseInt(rnd(screenY)*-1,10)-storm.flakeHeight;
[all …]
/plugin/xfortune/
H A Dhelper.php96 $rnd = mt_rand(0, $dim);
102 fseek($fd, $rnd);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/
H A Dopenssl.cnf4 RANDFILE = $ENV::HOME/.rnd
/plugin/jdraw/
H A Dsyntax.php111 $appletQueryString.="&rnd=".$random; // To prevent serving of cached page.
/plugin/statistics/
H A Dscript.js30 rnd: now.getTime() property in plugin_statistics.data
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js389 var rnd = '&t=' + new Date().getTime();
391 '/contents/' + path + '?ref=' + ref + rnd, null, 'HEAD');
442 var rnd = '&t=' + new Date().getTime();
444 '/contents/' + path + '?ref=' + ref + rnd, null, 'GET');
H A DGitLabClient.js400 var rnd = '&t=' + new Date().getTime();
406 …this.ui.convertFile(url + rnd, name, null, this.extension, success, error, mxUtils.bind(this, func…
431 var rnd = '&t=' + new Date().getTime();
434 var req = new mxXmlRequest(url + rnd, null, 'GET');
/plugin/aceeditor/
H A Dbuild.js1rnd|stat)|bino(?:cdf|fit|inv|pdf|rnd|stat)|biplot|bootci|bootstrp|boxplot|candexch|candgen|canonco…
/plugin/codemirror/dist/modes/
H A Dttcn.min.js.map1 …og2str oct2bit oct2char oct2hex oct2int\" +\n \" oct2str regexp replace rnd sizeof str2bit str2…
H A Dvbscript.min.js.map1 … 'month', 'monthname', 'msgbox', 'now', 'oct', 'replace', 'rgb', 'right', 'rnd', 'round',\n …
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2rnd(val,d){var dd=Math.pow(10,d);return""+Math.round(val*dd)/dd}function dec(val,d){return Math.ro… function
H A Dxlsx.js398 function rnd(val, d) { var dd = Math.pow(10,d); return ""+(Math.round(val * dd)/dd); }
421 …o = rnd(val, r[1].length).replace(/^([^\.]+)$/,"$1."+r[1]).replace(/\.$/,"."+r[1]).replace(/\.(\d*…
426 …return sign + rnd(aval, r[2].length).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").r…
H A Dxlsx.min.map1 …"myn","myd","write_num_f2","dec1","closeparen","phone","hashq","str","cc","rnd","dd","dec","flr","…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …v:1,ubound:1,setlocale:1,getobject:1,rgb:1,getref:1,string:1,weekdayname:1,rnd:1,dateadd:1,monthna… property in hljs.LANGUAGES.vbscript.dM.k.built_in
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/processing/
H A Dscript.js6217 var rnd = seed !== undef ? new Marsaglia(seed) : Marsaglia.createRandomized();
6224 for(i=0;i<256;++i) { var t = perm[j = rnd.nextInt() & 0xFF]; perm[j] = perm[i]; perm[i] = t; }
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc13 rnd: Math.floor(900 * Math.random()) + 100,
6784 …indexOf("data-cke-saved-" + b) ? " data-cke-saved-" + a + " data-cke-" + CKEDITOR.rnd + "-" + a : a
6886 … c = c.replace(/([^a-z0-9<\-])(on\w{3,})(?!>)/gi, "$1data-cke-" + CKEDITOR.rnd + "-$2");
6893 c = c.replace(new RegExp("data-cke-" + CKEDITOR.rnd + "-", "ig"), "");
H A Dckeditor.js5 …(?:\?.*|;.*)?$/i,d={timestamp:"J39A",version:"4.11.4",revision:"e1836357e",rnd:Math.floor(900*Math… property in AnonymousFunctiona9e2af6b0100.d
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs705 function rnd(val/*:number*/, d/*:number*/)/*:string*/ { var dd = Math.pow(10,d); return ""+(Math.ro… function
741 …o = rnd(val, r[1].length).replace(/^([^\.]+)$/,"$1."+hashq(r[1])).replace(/\.$/,"."+hashq(r[1])).r…
746 …return sign + rnd(aval, r[2].length).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").r…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js6 …?.*|;.*)?$/i,f={timestamp:"H4P6",version:"4.7.1 (Full)",revision:"32ff3ea",rnd:Math.floor(900*Math… property in AnonymousFunctione4ea00380200.f
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11543 …ns/tickets.js",flow:"plugins/flow.js",webcola:"plugins/webcola/webcola.js",rnd:"plugins/random.js"…