Home
last modified time | relevance | path

Searched refs:random (Results 76 – 100 of 280) sorted by relevance

12345678910>>...12

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js370 return obj[_.random(obj.length - 1)];
377 var rand = _.random(index, last);
1398 _.random = function(min, max) {
1403 return min + Math.floor(Math.random() * (max - min + 1));
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js903 var r1 = clamp(Math.random(), 0.2, 0.8);
904 var r2 = clamp(Math.random(), 0.2, 0.8);
906 var xfactor = Math.random() > 0.5 ? factor : -factor;
907 var yfactor = Math.random() > 0.5 ? factor : -factor;
H A Dsequence-diagram-raphael-min.js6 …2-y1))/25,r1=clamp(Math.random(),.2,.8),r2=clamp(Math.random(),.2,.8),xfactor=Math.random()>.5?fac…
H A Dsequence-diagram-min.js6 …2-y1))/25,r1=clamp(Math.random(),.2,.8),r2=clamp(Math.random(),.2,.8),xfactor=Math.random()>.5?fac…
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1random,box;for(System.Diagnostics.Debug.writeln(seed.toString()),random=new System.Random.$ctor1(s…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc95 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js9 …s);a.words=this.words.slice(0);return a},random:function(a){for(var c=[],e=0;e<a;e+=4)c.push(42949…
30 …rse(a,this):a}}),p=(p.kdf={}).OpenSSL={execute:function(a,b,c,d){d||(d=s.random(8));a=w.create({ke…
/plugin/pgn4web/pgn4web/
H A DREADME.txt51 - supports Chess960 (a.k.a. Fischer random chess) games
118 …at load, from 1 (default); values (keep the quotes) of "first", "last", "random" are accepted; oth…
120 …efault) for start position; values (keep the quotes) of "start", "end", "random", "comment" (go to…
447 pgn4web supports Chess960 (a.k.a. Fischer random chess) and understands both
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js271 }), 100 + Math.random() * 500);
H A DDriveClient.js462 var jitter = 1 + 0.1 * (Math.random() - 0.5);
1229 var jitter = 1 + 0.1 * (Math.random() - 0.5);
1655 var jitter = 1 + 0.1 * (Math.random() - 0.5);
/plugin/combo/
H A Dcomposer.lock229 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
248 "random"
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2 …eTime,function(){e.shuffled=c,c?e.playlist.sort(function(){return.5-Math.random()}):e._originalPla…
H A Djplayer.playlist.js473 return 0.5 - Math.random();
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js473 return 0.5 - Math.random();
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt184 - Initialize random number generator for mcrypt_create_iv. (Joan Cornadó).
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/securelogin/
H A Drsalib.js779 var z = window.crypto.random(32);
784 t = Math.floor(65536 * Math.random());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md155 * Changed the generated class names to use a static counter instead of a random number
/plugin/dirtylittlehelper/
H A Dscript.js86 dlh_loc = dlh_loc + '/' + dlh_wikilink + '?' + Math.random();
/plugin/tindexmenu/syntax/
H A Dindexmenu.php87 $gen_id='random';
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1 …\\$qlength\", \"\\\\$qsubscript\", \"\\\\$query\", \"\\\\$quit\", \"\\\\$random\", \"\\\\$reverse\…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js21 propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},f…
/plugin/popupviewer/
H A Dscript.js229 var randomID = Math.ceil(Math.random()*1000000);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js647 var id = String( parseInt( Math.random() * 0xfffffff, 10 ) ) ;
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …return e;for(var t,n="",r=e.length,s=0;s<r;s++)t=e.charCodeAt(s),.5<Math.random()&&(t="x"+t.toStri…

12345678910>>...12