Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 25 of 57) sorted by last modified time

123

/plugin/photogallery/
H A Dsyntax.php385 shuffle($files);
/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/gallery/
H A Dsyntax.php
/plugin/dw2pdf/_test/
H A DActionPagenameSortTest.php95 shuffle($input);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php69 shuffle($options);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php79 shuffle($connections);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DRoundRobin.php19 \shuffle($connections);
/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/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/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md490 of another promise to shuffle around ownership of handlers. In order to achieve
/plugin/preregister/
H A Daction.php240 shuffle($cards);
280 shuffle($deck);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1shuffle.js","webpack:///./node_modules/d3-array/src/sum.js","webpack:///./node_modules/d3-array/sr…
H A D12.12.js.map1 …,\n 'short',\n 'short-array',\n 'shorts',\n 'shuffle',\n 'shutd…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1shuffle.js","webpack://mermaid/./node_modules/d3-array/src/sum.js","webpack://mermaid/./node_modul…
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2shuffle:{key:83,fn:function(){e.shuffle()}}},stateClass:{shuffled:"jp-state-shuffled"}},this._opti…
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/skin/blue.monday/css/
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 {
H A Djplayer.blue.monday.min.css1shuffle{background:url(../image/jplayer.blue.monday.jpg) 0 -270px no-repeat;margin-left:5px}.jp-sh…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
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 {
H A Djplayer.pink.flag.min.css1shuffle{background:url(../image/jplayer.pink.flag.jpg) 0 -460px no-repeat;margin-left:15px}.jp-shu…
/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/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/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/
H A DCHANGELOG.md50 - **s** shuffle toggle (playlist)

123