Searched refs:Popcorn (Results 1 – 12 of 12) sorted by relevance
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.js | 107 Popcorn.p = Popcorn.prototype = { 378 Popcorn.p.init.prototype = Popcorn.p; 438 Popcorn.extend( Popcorn, { 594 Popcorn.extend(Popcorn.p, (function() { 656 Popcorn.extend(Popcorn.p, { 1124 Popcorn.p[ key[ 0 ] ] = Popcorn.p[ key[ 1 ] ] = Popcorn.events.fn[ key[ 0 ] ]; 1738 Popcorn.extend( Popcorn.p, { 2314 Popcorn.plugin.effect = Popcorn.effect = Popcorn.compose; 2585 Popcorn.getJSONP = Popcorn.xhr.getJSONP; 2651 Popcorn.p.cue = Popcorn.p.exec; [all …]
|
H A D | popcorn.player.js | 1 (function( Popcorn ) { 6 first = first || Popcorn.nop; 7 second = second || Popcorn.nop; 19 Popcorn.player = function( name, player ) { 22 if ( Popcorn[ name ] ) { 92 set: Popcorn.nop, 303 Popcorn[ name ] = Popcorn.player.registry[ name ] = playerFn; 306 Popcorn.player.registry = {}; 318 Popcorn.player.playerQueue = function() { 435 return Popcorn( '#' + videoID, options ); [all …]
|
H A D | popcorn.subtitle.js | 3 (function ( Popcorn ) { 23 ctxContainer.id = id || Popcorn.guid(); 61 Popcorn.plugin( "subtitle" , { 143 })( Popcorn );
|
H A D | popcorn.ie8.js | 71 eventInterface = Popcorn.events.getInterface( eventName );
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/ |
H A D | popcorn.jplayer.js | 19 (function(Popcorn) { 155 Popcorn.player( 'jplayer', { 442 Popcorn.player.defineProperty( media, 'error', { 452 Popcorn.player.defineProperty( media, 'currentTime', { 479 Popcorn.player.defineProperty( media, 'duration', { 497 Popcorn.player.defineProperty( media, 'muted', { 507 Popcorn.player.defineProperty( media, 'volume', { 517 Popcorn.player.defineProperty( media, 'paused', { 544 Popcorn.getScript(JPLAYER_SCRIPT, function() { 560 Popcorn.getScript(JQUERY_SCRIPT, function() { [all …]
|
H A D | popcorn.jplayer.min.js | 2 …ction(){g=!1,z()}))};A()},_teardown:function(){jQuery("#"+this.id).jPlayer("destroy")}})}(Popcorn);
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/ |
H A D | popcorn.jplayer.js | 19 (function(Popcorn) { 155 Popcorn.player( 'jplayer', { 442 Popcorn.player.defineProperty( media, 'error', { 452 Popcorn.player.defineProperty( media, 'currentTime', { 479 Popcorn.player.defineProperty( media, 'duration', { 497 Popcorn.player.defineProperty( media, 'muted', { 507 Popcorn.player.defineProperty( media, 'volume', { 517 Popcorn.player.defineProperty( media, 'paused', { 544 Popcorn.getScript(JPLAYER_SCRIPT, function() { 560 Popcorn.getScript(JQUERY_SCRIPT, function() { [all …]
|
H A D | .jshintrc | 21 "Popcorn": false,
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/ |
H A D | jplayer.blue.monday.css | 59 /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video …
|
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/ |
H A D | jplayer.blue.monday.scss | 64 /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video …
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/ |
H A D | jplayer.pink.flag.css | 64 /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video …
|
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/ |
H A D | jplayer.pink.flag.scss | 71 /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video …
|