Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 25 of 57) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DChoiceQuestion.php28 public $shuffle; variable in Google\\Service\\Forms\\ChoiceQuestion
51 public function setShuffle($shuffle) argument
53 $this->shuffle = $shuffle;
60 return $this->shuffle;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php167 protected static $shuffle = [ variable in phpseclib3\\Crypt\\DES
703 $shuffleip[] = self::$shuffle[self::$ipmap[$i]];
704 $shuffleinvip[] = self::$shuffle[self::$invipmap[$i]];
1235 … $key = (self::$shuffle[$pc1map[ $r & 0xFF]] & "\x80\x80\x80\x80\x80\x80\x80\x00") |
1236 … (self::$shuffle[$pc1map[($r >> 8) & 0xFF]] & "\x40\x40\x40\x40\x40\x40\x40\x00") |
1237 … (self::$shuffle[$pc1map[($r >> 16) & 0xFF]] & "\x20\x20\x20\x20\x20\x20\x20\x00") |
1238 … (self::$shuffle[$pc1map[($r >> 24) & 0xFF]] & "\x10\x10\x10\x10\x10\x10\x10\x00") |
1239 … (self::$shuffle[$pc1map[ $l & 0xFF]] & "\x08\x08\x08\x08\x08\x08\x08\x00") |
1240 … (self::$shuffle[$pc1map[($l >> 8) & 0xFF]] & "\x04\x04\x04\x04\x04\x04\x04\x00") |
1241 … (self::$shuffle[$pc1map[($l >> 16) & 0xFF]] & "\x02\x02\x02\x02\x02\x02\x02\x00") |
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js45 shuffle: {
48 self.shuffle();
67 this.cssSelector.shuffle = this.cssSelector.cssSelectorAncestor + " .jp-shuffle";
115 $(this.cssSelector.shuffle).click(function(e) {
118 self.shuffle(false);
120 self.shuffle(true);
126 self.shuffle(false);
324 $(this.cssSelector.shuffle).hide();
327 $(this.cssSelector.shuffle).show();
442 this.shuffle(true, true); // playNow
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js45 shuffle: {
48 self.shuffle();
67 this.cssSelector.shuffle = this.cssSelector.cssSelectorAncestor + " .jp-shuffle";
115 $(this.cssSelector.shuffle).click(function(e) {
118 self.shuffle(false);
120 self.shuffle(true);
126 self.shuffle(false);
324 $(this.cssSelector.shuffle).hide();
327 $(this.cssSelector.shuffle).show();
442 this.shuffle(true, true); // playNow
[all …]
H A Djplayer.playlist.min.js2shuffle:{key:83,fn:function(){e.shuffle()}}},stateClass:{shuffled:"jp-state-shuffled"}},this._opti…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DRoundRobin.php19 \shuffle($connections);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DArray.php51 shuffle($array);
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Darray.rst6 * ``shuffle``
/plugin/randompage2/
H A Daction.php25 shuffle($pages);
/plugin/dw2pdf/_test/
H A DActionPagenameSortTest.php95 shuffle($input);
/plugin/pirate/
H A Drenderer.php181 shuffle($shouts);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php79 shuffle($connections);
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dshuffle.svg1 <svg class="bi bi-shuffle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/requiz/
H A Dhelper.php44 shuffle($ilist);
/plugin/mundart/
H A Drenderer.php293 shuffle($shouts);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php69 shuffle($options);
/plugin/preregister/
H A Daction.php240 shuffle($cards);
280 shuffle($deck);
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.min.css1shuffle{background:url(../image/jplayer.pink.flag.jpg) 0 -460px no-repeat;margin-left:15px}.jp-shu…
H A Djplayer.pink.flag.css262 .jp-shuffle {
266 .jp-shuffle:focus {
269 .jp-state-shuffled .jp-shuffle {
272 .jp-state-shuffled .jp-shuffle:focus {
275 .jp-audio .jp-shuffle {
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1shuffle{background:url(../image/jplayer.blue.monday.jpg) 0 -270px no-repeat;margin-left:5px}.jp-sh…
H A Djplayer.blue.monday.css519 .jp-shuffle {
523 .jp-shuffle:focus {
526 .jp-state-shuffled .jp-shuffle {
529 .jp-state-shuffled .jp-shuffle:focus {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss304 .jp-shuffle {
308 .jp-shuffle:focus {
311 .jp-state-shuffled .jp-shuffle {
314 .jp-state-shuffled .jp-shuffle:focus {
317 .jp-audio .jp-shuffle {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss585 .jp-shuffle {
590 .jp-shuffle:focus {
594 .jp-state-shuffled .jp-shuffle {
598 .jp-state-shuffled .jp-shuffle:focus {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js84 assert.deepEqual(_.shuffle(trick), [length], 'shuffle on obj with length: ' + length);
768 assert.deepEqual(_.shuffle([1]), [1], 'behaves correctly on size 1 arrays');
770 var shuffled = _.shuffle(numbers);
775 shuffled = _.shuffle({a: 1, b: 2, c: 3, d: 4});
/plugin/dokucrypt/
H A Dscript.js1235 this.state = Math.round((this.shuffle[i] + this.gen2) % 2147483563);
1239 this.shuffle[i] = this.gen1;
1276 this.shuffle = [];
1286 this.shuffle[31 - i] = this.gen1;
1288 this.state = this.shuffle[0];

123