Home
last modified time | relevance | path

Searched refs:shuffle (Results 26 – 50 of 57) sorted by relevance

123

/plugin/dokucrypt2/
H A Dscript.js1307 this.state = Math.round((this.shuffle[i] + this.gen2) % 2147483563);
1311 this.shuffle[i] = this.gen1;
1348 this.shuffle = [];
1358 this.shuffle[31 - i] = this.gen1;
1360 this.state = this.shuffle[0];
/plugin/codemirror/dist/modes/
H A Dwast.min.js.map1 …g][te]|abs|sqrt|mul|div|min|max)|[fi](32x4|64x2)\\.extract_lane|v8x16\\.(shuffle|swizzle)|i16x8\\.…
H A Dphp.min.js.map1 …t krsort natsort natcasesort asort arsort sort rsort usort uasort uksort shuffle array_walk count …
H A Dclojure.min.js.map1 … \"set-validator!\", \"set?\", \"short\", \"short-array\", \"shorts\", \"shuffle\",\n \"shutd…
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md50 - **s** shuffle toggle (playlist)
/plugin/quiz/
H A Dclass_quiz.php473 shuffle($temp);
/plugin/gallery/
H A Dsyntax.php
/plugin/revealjs/js/
H A Dreveal.js158 shuffle: false, property in AnonymousFunctione17f777e0200.config
1340 if( config.shuffle ) {
1341 shuffle();
3156 function shuffle() { function
5996 shuffle: shuffle,
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5shuffle=function(n){for(var t,r=k(n)?n:m.values(n),e=r.length,u=Array(e),i=0;e>i;i++)t=m.random(0,… function
H A Dunderscore.js350 _.shuffle = function(obj) { function
370 return _.shuffle(obj).slice(0, Math.max(0, n));
H A Dunderscore-min.map1 …,"isFunc","pluck","where","attrs","findWhere","computed","lastComputed","shuffle","rand","set","sh…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5shuffle=function(n){for(var t,r=k(n)?n:m.values(n),e=r.length,u=Array(e),i=0;e>i;i++)t=m.random(0,… function
H A Dunderscore.js359 _.shuffle = function(obj) { function
/plugin/photogallery/
H A Dsyntax.php385 shuffle($files);
/plugin/icons/assets/typicons/
H A Dtypicons.min.css1 …e{content:'\e01a'}.typcn-arrow-right:before{content:'\e01b'}.typcn-arrow-shuffle:before{content:'\…
H A Dtypicons.css117 .typcn-arrow-shuffle:before {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md490 of another promise to shuffle around ownership of handlers. In order to achieve
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …,\n 'short',\n 'short-array',\n 'shorts',\n 'shuffle',\n 'shutd…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1213 without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js9816 function shuffle(collection) {
16629 lodash.shuffle = shuffle;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js9816 function shuffle(collection) {
16629 lodash.shuffle = shuffle;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md103 * <a href="#_shufflecollection">`_.shuffle`</a>
3341 <h3 id="_shufflecollection"><code>_.shuffle(collection)</code></h3>
3342 …#L9816 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.shuffle "See the npm pack…
3345 [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle).
3351 1. `collection` *(Array|Object)*: The collection to shuffle.
3358 _.shuffle([1, 2, 3, 4]);
8602 `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …r::before{content:"\F49C"}.mdi-shuffle::before{content:"\F49D"}.mdi-shuffle-disabled::before{conte…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js20302 assert.notStrictEqual(_.shuffle(array), array);
20308 assert.deepEqual(_.shuffle(array).sort(), array);
20309 assert.deepEqual(_.shuffle(object).sort(), array);
20316 return _.shuffle([1, 2]);
20325 assert.deepEqual(_.shuffle(1), []);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js8551 var result = shuffle(collection);
8571 function shuffle(collection) {
12804 lodash.shuffle = shuffle;

123