Home
last modified time | relevance | path

Searched refs:shuffled (Results 1 – 16 of 16) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
Djplayer.playlist.js27 this.shuffled = false;
53 shuffled: "jp-state-shuffled" property
117 if(self.shuffled && $(self.cssSelector.jPlayer).jPlayer("option", "useStateClassSkin")) {
199 this.shuffled = false;
316 if(this.shuffled) {
322 if(this.shuffled) {
377 if(self.shuffled) {
401 self.shuffled = false;
441 …if(index === 0 && this.shuffled && this.options.playlistOptions.shuffleOnLoop && this.playlist.len…
460 shuffle: function(shuffled, playNow) { argument
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djplayer.playlist.js27 this.shuffled = false;
53 shuffled: "jp-state-shuffled" property
117 if(self.shuffled && $(self.cssSelector.jPlayer).jPlayer("option", "useStateClassSkin")) {
199 this.shuffled = false;
316 if(this.shuffled) {
322 if(this.shuffled) {
377 if(self.shuffled) {
401 self.shuffled = false;
441 …if(index === 0 && this.shuffled && this.options.playlistOptions.shuffleOnLoop && this.playlist.len…
460 shuffle: function(shuffled, playNow) { argument
[all …]
Djplayer.playlist.min.js2shuffled=!1,this.removing=!1,this.cssSelector=a.extend({},this._cssSelector,b),this.options=a.exte… property
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js770 var shuffled = _.shuffle(numbers);
771 …assert.notDeepEqual(numbers, shuffled, 'does change the order'); // Chance of false negative: 1 in…
772 assert.notStrictEqual(numbers, shuffled, 'original object is unmodified');
773 …assert.deepEqual(numbers, _.sortBy(shuffled), 'contains the same members before and after shuffle'…
775 shuffled = _.shuffle({a: 1, b: 2, c: 3, d: 4});
776 assert.equal(shuffled.length, 4);
777 assert.deepEqual(shuffled.sort(), [1, 2, 3, 4], 'works on objects');
/plugin/sequencediagram/bower_components/underscore/
Dunderscore.js353 var shuffled = Array(length);
356 if (rand !== index) shuffled[index] = shuffled[rand];
357 shuffled[rand] = set[index];
359 return shuffled;
Dunderscore-min.map1 …","attrs","findWhere","computed","lastComputed","shuffle","rand","set","shuffled","random","sample…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
Djplayer.blue.monday.min.css1 … no-repeat}.jp-state-shuffled .jp-shuffle{background:url(../image/jplayer.blue.monday.jpg) -60px -…
Djplayer.blue.monday.css526 .jp-state-shuffled .jp-shuffle {
529 .jp-state-shuffled .jp-shuffle:focus {
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
Djplayer.pink.flag.min.css1 …x no-repeat}.jp-state-shuffled .jp-shuffle{background:url(../image/jplayer.pink.flag.jpg) -60px -4…
Djplayer.pink.flag.css269 .jp-state-shuffled .jp-shuffle {
272 .jp-state-shuffled .jp-shuffle:focus {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
Djplayer.blue.monday.scss594 .jp-state-shuffled .jp-shuffle {
598 .jp-state-shuffled .jp-shuffle:focus {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
Djplayer.pink.flag.scss311 .jp-state-shuffled .jp-shuffle {
314 .jp-state-shuffled .jp-shuffle:focus {
/plugin/dirtylittlehelper/mermaid/editor/docs/
D41.41.js.map1 …tarting point for cut cards is: $starting_point<p>\");\n// \t// display shuffled cards (EXAMPLE ON…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DCHANGELOG.md111 …c45d03961365fd) in-prep for further refactoring, and a 3.x release I've shuffled some things aroun…
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md3344 Creates an array of shuffled values, using a version of the
3354 *(Array)*: Returns the new shuffled array.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js.map1shuffled values, using a version of the Fisher-Yates\n\t * shuffle. See [Wikipedia](https://en…