Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
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/
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/
Djplayer.playlist.js45 shuffle: { property
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);
321 if($(this.cssSelector.shuffle).length && $(this.cssSelector.shuffleOff).length) {
324 $(this.cssSelector.shuffle).hide();
327 $(this.cssSelector.shuffle).show();
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djplayer.playlist.js45 shuffle: { property
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);
321 if($(this.cssSelector.shuffle).length && $(this.cssSelector.shuffleOff).length) {
324 $(this.cssSelector.shuffle).hide();
327 $(this.cssSelector.shuffle).show();
[all …]
Djplayer.playlist.min.js2shuffle:{key:83,fn:function(){e.shuffle()}}},stateClass:{shuffled:"jp-state-shuffled"}},this._opti… property
/plugin/asciidocjs/node_modules/lodash/
Dshuffle.js20 function shuffle(collection) { function
25 module.exports = shuffle;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
DRoundRobin.php19 \shuffle($connections);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
DArray.php51 shuffle($array);
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
Darray.rst6 * ``shuffle``
/plugin/randompage2/
Daction.php25 shuffle($pages);
/plugin/dw2pdf/_test/
DActionPagenameSortTest.php95 shuffle($input);
/plugin/pirate/
Drenderer.php181 shuffle($shouts);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
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="…
/plugin/requiz/
Dhelper.php44 shuffle($ilist);
/plugin/gallery/classes/
DAbstractGallery.php69 shuffle($images);
/plugin/mundart/
Drenderer.php293 shuffle($shouts);
/plugin/preregister/
Daction.php240 shuffle($cards);
280 shuffle($deck);
/plugin/randomtables/table-roller/src/Table/
DBaseTable.php69 shuffle($options);
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
Djplayer.pink.flag.min.css1shuffle{background:url(../image/jplayer.pink.flag.jpg) 0 -460px no-repeat;margin-left:15px}.jp-shu…
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/
Djplayer.blue.monday.min.css1shuffle{background:url(../image/jplayer.blue.monday.jpg) 0 -270px no-repeat;margin-left:5px}.jp-sh…
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/
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/
Djplayer.blue.monday.scss585 .jp-shuffle {
590 .jp-shuffle:focus {
594 .jp-state-shuffled .jp-shuffle {
598 .jp-state-shuffled .jp-shuffle:focus {

123