Home
last modified time | relevance | path

Searched refs:playlist (Results 1 – 25 of 28) sorted by relevance

12

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
Djplayer.playlist.js22 jPlayerPlaylist = function(cssSelector, playlist, options) { argument
57 this.playlist = []; // Array of Objects: The current playlist displayed (Un-shuffled or Shuffled) property
60 …this._initPlaylist(playlist); // Copies playlist to this.original. Then mirrors this.original to t…
64 this.cssSelector.playlist = this.cssSelector.cssSelectorAncestor + " .jp-playlist";
136 $(this.cssSelector.playlist + " ul").empty();
197 _initPlaylist: function(playlist) { argument
201 this.original = $.extend(true, [], playlist); // Copy the Array of Objects
206 this.playlist = []; property
209 self.playlist[i] = self.original[i];
221 $(this.cssSelector.playlist + " ul").empty();
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djplayer.playlist.js22 jPlayerPlaylist = function(cssSelector, playlist, options) { argument
57 this.playlist = []; // Array of Objects: The current playlist displayed (Un-shuffled or Shuffled) property
60 …this._initPlaylist(playlist); // Copies playlist to this.original. Then mirrors this.original to t…
64 this.cssSelector.playlist = this.cssSelector.cssSelectorAncestor + " .jp-playlist";
136 $(this.cssSelector.playlist + " ul").empty();
197 _initPlaylist: function(playlist) { argument
201 this.original = $.extend(true, [], playlist); // Copy the Array of Objects
206 this.playlist = []; property
209 self.playlist[i] = self.original[i];
221 $(this.cssSelector.playlist + " ul").empty();
[all …]
Djplayer.playlist.min.js2playlist=[],this.original=[],this._initPlaylist(c),this.cssSelector.details=this.cssSelector.cssSe… property
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
Djplayer.pink.flag.min.css1playlist .jp-controls button{width:49px}.jp-type-playlist .jp-play{background:url(../image/jplayer…
Djplayer.pink.flag.css173 /* @group playlist player controls */
174 .jp-type-playlist .jp-controls button {
177 .jp-type-playlist .jp-play {
180 .jp-type-playlist .jp-play:focus {
183 .jp-state-playing div.jp-type-playlist .jp-play {
186 .jp-state-playing div.jp-type-playlist .jp-play:focus {
189 .jp-type-playlist .jp-stop {
192 .jp-type-playlist .jp-stop:focus {
195 .jp-type-playlist .jp-previous {
198 .jp-type-playlist .jp-previous:focus {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
Djplayer.blue.monday.min.css1playlist .jp-controls{width:134px;margin-left:172px}.jp-video .jp-controls{float:left}.jp-controls…
Djplayer.blue.monday.css132 .jp-video .jp-type-playlist .jp-controls {
202 .jp-audio .jp-type-playlist .jp-progress {
304 .jp-audio .jp-type-playlist .jp-time-holder {
332 /* @group playlist */
339 .jp-playlist {
345 .jp-type-playlist .jp-details {
354 .jp-playlist ul {
360 .jp-playlist li {
364 .jp-playlist li div {
368 div.jp-type-playlist div.jp-playlist li:last-child {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
Djplayer.pink.flag.scss194 /* @group playlist player controls */
196 .jp-type-playlist .jp-controls button {
200 .jp-type-playlist .jp-play {
204 .jp-type-playlist .jp-play:focus {
208 .jp-state-playing div.jp-type-playlist .jp-play {
212 .jp-state-playing div.jp-type-playlist .jp-play:focus {
216 .jp-type-playlist .jp-stop {
220 .jp-type-playlist .jp-stop:focus {
224 .jp-type-playlist .jp-previous {
228 .jp-type-playlist .jp-previous:focus {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
Djplayer.blue.monday.scss143 .jp-video .jp-type-playlist .jp-controls {
223 .jp-audio .jp-type-playlist .jp-progress {
337 .jp-audio .jp-type-playlist .jp-time-holder {
369 /* @group playlist */
378 .jp-playlist {
385 .jp-type-playlist .jp-details {
396 .jp-playlist ul {
402 .jp-playlist li {
406 .jp-playlist li div {
412 div.jp-type-playlist div.jp-playlist li:last-child {
[all …]
/plugin/flowplay2/flowplayer/
Djavascript.txt25 Stops playback and returns to the first clip in the playlist.
56 an existing playlist by calling this method with an object that
102 Does the playlist have more clips after the current clipP?
114 Gets the number of clips in the playlist.
154 Called when the user manually changes to another clip in the playlist or
167 Called when playback starts for a playlist.
171 Called when playback of the playlist stops.
DREADME.txt119 …- baseURL was not used if it was specified in a parent config and the playlist was specified in it…
121 …- doubleclickin on the "play" overlay at the beginning of a playlist caused the player to pause. N…
160 …- New maximum play count for clips in the playlist. Controlled with a clip specific 'maxPlayCount'…
295 * Possibility to move the playback to different clips in the playlist using JavaScript
297 - The numbers from the playlist's clips were removed
298 - Unnamed clips are hidden from the playlist
299 - Possibility to have images in the playlist. Now the splash image is internally handled
300 as being the first clip in the playlist.
331 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons)
340 …- Looping does not go to the splash after the last clip in the playlist is finished. Instead the p…
[all …]
/plugin/mp3play2/
Dsyntax.php130 $playlist = $data;
132 …$flashvars = $playlist.'&ShowPlaylist='.$options['showplaylist'].'&ShowEQ='.$options['showeq'].'&…
DREADME.md42 {{mp3play>path-to-playlist.xml}}
47 namespace:folder:subfolder:....:playlist.xml
99 Download the example playlist [here](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:…
/plugin/jplayer/vendor/happyworm/jplayer/
DGruntfile.js14 playlist: { property
43 playlist: { property
DMIGRATION.md26 - **[** previous item (playlist)
27 - **]** next item (playlist)
DCHANGELOG.md50 - **s** shuffle toggle (playlist)
60 - **[** previous item (playlist)
61 - **]** next item (playlist)
/plugin/flowplay/flowplayer/
Djavascript.txt49 Stops playback and returns to the first clip in the playlist.
80 an existing playlist by calling this method with an object that
112 Does the playlist have more clips after the current clipP?
124 Gets the number of clips in the playlist.
DREADME.txt123 * Possibility to move the playback to different clips in the playlist using JavaScript
125 - The numbers from the playlist's clips were removed
126 - Unnamed clips are hidden from the playlist
127 - Possibility to have images in the playlist. Now the splash image is internally handled
128 as being the first clip in the playlist.
159 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons)
168 …- Looping does not go to the splash after the last clip in the playlist is finished. Instead the p…
175 …- Images in playlist are resized according to the menu options. Images also respect the 'initialSc…
/plugin/flowplayer/player/
DREADME.txt57 - cuepoints were fired multiple times when there is a playlist with several clips. Issue #150.
60 - fixed the facts that clips in a playlist were cut off by a fraction in the end
85 …eners when adding new video displays prevents new events being added when the playlist is replaced.
90 - #375 possible fix when replacing the playlist in onBeforeFinish, move replay button to onFinish.
107 - #470 check for a playlist when replacing the playlist with an rss feed.
180 - enhancements to RSS playlist. Converted parsing to E4X, yahoo media and flowplayer namespace supp…
197 - fixed event dispatching when embedding flowplayer without flowplayer.js (=without playlist config…
199 - fixed scrubber behaviour with a playlist containing 2 images (or swf) in a row
200 - fixed errors in logs when using an RSS playlist
220 - RSS playlist parsing now respects the isDefault attribute used in mRSS media group items
[all …]
/plugin/externalembed/
DREADME.md29 * Set **PLAYLIST_CACHE_TIME** parameter - this is the time in hours before the playlist cache expir…
93 The following syntax is used to get the latest video from a YouTube playlist.
105 The same optional parameters used for the video type can also be used when using the playlist type
109 `{{external_embed>url: "https://www.youtube.com/playlist?list=PLLLYkE3G1HED6rW-bkliHbMroHYFf4ukv" |…
/plugin/jukebox/skins/slimoriginal/extras/
Dreadme.txt14 HASHed IN/OUT: playlist, videoDisplay, imageDisplay
/plugin/externalembed/helper/
DcacheInterface.php122 * @return mixed The List of video ID's on the current page associated with the playlist ID
/plugin/html5video2/script/
Dvideo.min.js21 …tType:this.trigger("warn",{message:"ignoring unknown playlist type: "+s.playlist})},map:function()…
23playlist STREAM-INF detected. Missing BANDWIDTH attribute.")}}(o),Ho(i=o,function(e){e.uri&&(e.res… property
27playlist"),g.isMasterPlaylist=!0,null):"vhs-json"===a&&g.playlists?new Zu(g.playlists[0],r,o):g.re… property
/plugin/icons/assets/material-design-icons/css/
Dmaterialdesignicons.min.css1playlist-check::before{content:"\F5C7"}.mdi-playlist-edit::before{content:"\F8FF"}.mdi-playlist-mi…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js15149 …= nil, theme_param = nil, hl_param = nil, list = nil, list_param = nil, playlist = nil, poster_att…
15212 …t(",", 2), $a = $to_ary($b), (target = ($a[0] == null ? nil : $a[0])), (playlist = ($a[1] == null …
15213 …if ($truthy((playlist = ($truthy(($ret_or_2 = playlist)) ? ($ret_or_2) : (node.$attr("playlist")))…
15214 list_param = "&playlist=" + (target) + "," + (playlist)

12