Home
last modified time | relevance | path

Searched refs:player (Results 1 – 25 of 71) sorted by relevance

123

/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.player.js19 Popcorn.player = function( name, player ) { argument
27 player = player || {};
84 Popcorn.player.defineProperty( basePlayer, val, {
130 Popcorn.player.defineProperty( basePlayer, "currentTime", {
146 Popcorn.player.defineProperty( basePlayer, "volume", {
161 Popcorn.player.defineProperty( basePlayer, "muted", {
176 Popcorn.player.defineProperty( basePlayer, "readyState", {
267 if ( player._canPlayType( container.nodeName, src ) !== false ) {
269 if ( player._setup ) {
271 player._setup.call( basePlayer, options );
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Dcircle.player.js65 this.player = $(jPlayerSelector);
89 this.player.jPlayer(this.options);
91 this.player.bind($.jPlayer.event.ready + this.eventNamespace, function(event) {
99 this.player.bind($.jPlayer.event.play + this.eventNamespace, function(event) {
104 this.player.bind($.jPlayer.event.timeupdate + this.eventNamespace, function(event) {
111 this.player.bind($.jPlayer.event.progress + this.eventNamespace, function(event) {
131 this.player.bind($.jPlayer.event.ended + this.eventNamespace, function(event) {
165 self.player.jPlayer("playHead", pc).jPlayer("play");
170 self.player.jPlayer("playHead", pc).jPlayer("play");
231 this.player.jPlayer("setMedia", this.media);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
DHiddenPlayer.php64 public function setPlayer(Player $player) argument
66 $this->player = $player;
73 return $this->player;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
DPlayerLeaderboardScoreListResponse.php81 public function setPlayer(Player $player) argument
83 $this->player = $player;
90 return $this->player;
DLeaderboardEntry.php102 public function setPlayer(Player $player) argument
104 $this->player = $player;
111 return $this->player;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DPlaylist.php118 public function setPlayer(PlaylistPlayer $player) argument
120 $this->player = $player;
127 return $this->player;
DVideo.php194 public function setPlayer(VideoPlayer $player) argument
196 $this->player = $player;
203 return $this->player;
/plugin/abc2/
Dprint.css10 .abc-player,
11 .abc-player.ready,
15 .abc-player.playing {
/plugin/flowplay2/flowplayer/
Djavascript.txt12 It takes some time before the Flash plugin and the player has been initialized
14 receive the onFlowPlayerReady() callback from the player. After the player has
29 Resets the player to the initial state.
51 Configure the player using a FlowPlayer configuration object.
74 Is the player currently playing?
78 Is the player currently paused?
82 Is the player looping?
138 Callbacks from the player (FlowPlayer specific, not in mplayer plug-in API):
143 Called when the player has been initialized and the JavaScript API is ready to be used.
175 Called when the player is paused.
[all …]
DREADME.txt3 * The player flash components are: FlowPlayer.swf, FlowPlayerWhite.swf, FlowPlayerBlack.swf and Flo…
11 To install the player copy html/flashembed.min.js and one of the player SWF files into
74 in the playList. Setting autoPlay: false will make the player pause on and show the splash.
113 player instance. Done with the linkURL and linkWindow clip specific fields.
121 …- doubleclickin on the "play" overlay at the beginning of a playlist caused the player to pause. N…
125 …- Suggestions loading did not work when using an external config file. Caused the player to initia…
132 by the latest Flash player 3 update codenamed "Moviestar"
153 …- Changed the background of the video area to be black. Now the player does not show the video (sh…
175 playback should begin immediately when the player has been loaded into
189 extension, the standalone player (Player.swf) will NOT append this based
[all …]
/plugin/vshare/
H A Dsites.ini16 url = //player.vimeo.com/video/@VIDEO@
36 url = //player.twitch.tv/?video=@VIDEO@&parent=@DOMAIN@
47 url = https://w.soundcloud.com/player/?url=https%3A//soundcloud.com/@VIDEO@
79 url = //player.youku.com/embed/@VIDEO@
85 url = //player.bilibili.com/player.html?bvid=@VIDEO@&page=1&as_wide=1&high_quality=1&danmaku=0
/plugin/authgoogle/google/contrib/
DGoogle_GamesManagementService.php289 public $player; variable in Google_HiddenPlayer
302 public function setPlayer(Google_Player $player) { argument
303 $this->player = $player;
306 return $this->player;
/plugin/flowplay/flowplayer/
Djavascript.txt53 Resets the player to the initial state.
75 Configure the player using a FlowPlayer configuration object.
98 Is the player currently playing?
102 Is the player currently paused?
106 Is the player looping?
/plugin/pgn4web/pgn4web/
Dtest.pgn10 [White "Some White player"]
11 [Black "Some Black player"]
47 [White "Another White player"]
48 [Black "Another Black player"]
112 1. e4 e6 { [White "Another White player"] [Black "Another Black player"] }
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
Dpopcorn.jplayer.min.js2player("jplayer",{_canPlayType:function(a,b){var c,d=a.toLowerCase(),f={media:{},options:{}},g=!1;…
Dpopcorn.jplayer.js155 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', {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
Dpopcorn.jplayer.js155 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', {
/plugin/flowplay2/
Dsyntax.php95 return array('type' => 'player', 'url' => $url, 'paramStr' => $paramStr, 'params' => $params);
121 case 'player' :
/plugin/flowplayer/player/
DREADME.txt20 … fixes removing the player in fullscreen mode leaves Android locked in landscape orientation (#511)
62 - JS plugins now handles grouped syntax like flowplayer("a.player" /*...*/ )
82 … stop event first before reconnecting due to a connection timeout so the player comes out of a pau…
103 - #412 check for empty baseurl or else player url is appended and affects the url parsing.
128 - does not show the error dialog in the debugger player when showErrors: false
131 - does not show the buffer animation any more when the player receives the onBufferEmpty message fr…
173 - Fix to correctly detect if the player SWF name contains a version number and if it does also use …
195 - player wasn't always reaching end of video
198 - fixed safari crashes when unloading player
210 - The player went to a locked state when resuming playback after a period that was long enought to …
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.SafeIframeRegexp.txt14 <li><code>%^http://player.vimeo.com/video/%</code> - Allow Vimeo videos</li>
15 <li><code>%^http://(www.youtube.com/embed/|player.vimeo.com/video/)%</code> - Allow both</li>
/plugin/jplayer/components/jplayer/dist/jplayer/
Djquery.jplayer.js1501 _addAuroraEventListeners : function(player, entity) { argument
1505 player.volume = this.options.volume * 100;
1511 player.on("progress", function() {
1516 self._getAuroraStatus(player);
1520 if (player.duration > 0) {
1525 player.on("ready", function() {
1530 player.on("duration", function() {
1532 self._getAuroraStatus(player);
1537 player.on("end", function() {
1541 self._getAuroraStatus(player, true);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
Djquery.jplayer.js1501 _addAuroraEventListeners : function(player, entity) { argument
1505 player.volume = this.options.volume * 100;
1511 player.on("progress", function() {
1516 self._getAuroraStatus(player);
1520 if (player.duration > 0) {
1525 player.on("ready", function() {
1530 player.on("duration", function() {
1532 self._getAuroraStatus(player);
1537 player.on("end", function() {
1541 self._getAuroraStatus(player, true);
[all …]
/plugin/jplayer/components/jplayer/
Djplayer-built.js1501 _addAuroraEventListeners : function(player, entity) { argument
1505 player.volume = this.options.volume * 100;
1511 player.on("progress", function() {
1516 self._getAuroraStatus(player);
1520 if (player.duration > 0) {
1525 player.on("ready", function() {
1530 player.on("duration", function() {
1532 self._getAuroraStatus(player);
1537 player.on("end", function() {
1541 self._getAuroraStatus(player, true);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
Djquery.jplayer.js1501 _addAuroraEventListeners : function(player, entity) { argument
1505 player.volume = this.options.volume * 100;
1511 player.on("progress", function() {
1516 self._getAuroraStatus(player);
1520 if (player.duration > 0) {
1525 player.on("ready", function() {
1530 player.on("duration", function() {
1532 self._getAuroraStatus(player);
1537 player.on("end", function() {
1541 self._getAuroraStatus(player, true);
[all …]
/plugin/qstat/
Dstyle.css30 div.dokuwiki div.qstat div.player {
37 div.dokuwiki div.qstat div.player,

123