Home
last modified time | relevance | path

Searched refs:paused (Results 26 – 50 of 63) sorted by path

123

/plugin/flowplayer/player/
H A DREADME.txt70 - fixed switch stream api support in paused state. #279.
82 …efore reconnecting due to a connection timeout so the player comes out of a paused state correctly.
84 …nt seek and force to seek to a keyframe or else video frame will not display initially when paused.
186 - onSeek() was not fired when seeking while paused and when using RTMP. An extra onStart was fired …
405 - stopBuffering() now dispatches the onStop event first if the player is playing/paused/buffering a…
/plugin/html5video2/
H A Dprint.css84 div.dokuwiki .vjs-default-skin.vjs-paused .vjs-play-control div { display: none; }
H A Dstyle.css525 .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
/plugin/html5video2/script/
H A Dvideo.min.js12 …is.hasBeenOpened_||this.hasBeenFilled_)||this.fill(),this.wasPlaying_=!e.paused(),this.options_.pa…
20paused:1,seekable:1,volume:1,ended:1},Xi={setCurrentTime:1,setMuted:1,setVolume:1},Ki={play:1,paus…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …re{content:"\F3FB"}.mdi-phone-outline::before{content:"\FDCC"}.mdi-phone-paused::before{content:"\…
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17paused=!1,e.positionProp=null,e.respondTo=null,e.rowCount=1,e.shouldClick=!0,e.$slider=a(c),e.$sli…
18paused=!0,a.autoPlayClear()):a.options.autoplay===!0&&(a.paused=!1,a.autoPlay())},b.prototype.init…
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js604 if(f.status.paused) {
682 paused: true,
1694 paused = this.status.paused;
1699 if(paused) {
1800 playing = !this.status.paused;
1802 this.status.paused = !playing;
2114 if(guiAction && this.options.useStateClassSkin && !this.status.paused) {
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js604 if(f.status.paused) {
682 paused: true,
1694 paused = this.status.paused;
1699 if(paused) {
1800 playing = !this.status.paused;
1802 this.status.paused = !playing;
2114 if(guiAction && this.options.useStateClassSkin && !this.status.paused) {
/plugin/jplayer/components/
H A Drequire-built.js2649 if(f.status.paused) {
2727 paused: true,
3739 paused = this.status.paused;
3744 if(paused) {
3845 playing = !this.status.paused;
3847 this.status.paused = !playing;
4159 if(guiAction && this.options.useStateClassSkin && !this.status.paused) {
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js480 if(playNow || !$(self.cssSelector.jPlayer).data("jPlayer").status.paused) {
H A Djplayer.playlist.min.js2 …ist(),e._refresh(!0),d||!a(e.cssSelector.jPlayer).data("jPlayer").status.paused?e.play(0):e.select…
H A Djquery.jplayer.inspector.js318 … ($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.paused ? "paused" : "playing") +
H A Djquery.jplayer.inspector.min.js2 …er is "+(a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.paused?"paused":"playing"…
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js604 if(f.status.paused) {
682 paused: true,
1694 paused = this.status.paused;
1699 if(paused) {
1800 playing = !this.status.paused;
1802 this.status.paused = !playing;
2114 if(guiAction && this.options.useStateClassSkin && !this.status.paused) {
H A Djquery.jplayer.min.js2paused?a.play():a.pause()}},fullScreen:{key:70,fn:function(a){(a.status.video||a.options.audioFull… property in a.jPlayer.status
3 …var b="object"==typeof a;b&&this.options.useStateClassSkin&&!this.status.paused?this.pause(a):(a="…
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js454 if(jPlayerObj.status.paused) {
520 return jPlayerObj.status.paused;
523 return jPlayerObj.status.paused;
H A Dpopcorn.jplayer.min.js2paused?i.jPlayer("pause",a):i.jPlayer("play",a),a},get:function(){return m.status.currentTime}}),a…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3888 this.paused = true;
3900 this.paused = false;
3916 return this.paused = true;
H A Dogg.js2 …se,paused:false,queue:[],pause:(function(){Browser.mainLoop.shouldPause=true}),resume:(function(){…
H A Dopus.js2 …se,paused:false,queue:[],pause:(function(){Browser.mainLoop.shouldPause=true}),resume:(function(){…
H A Dvorbis.js2 …se,paused:false,queue:[],pause:(function(){Browser.mainLoop.shouldPause=true}),resume:(function(){…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js102 if ( !basePlayer.paused ) {
114 this.paused = false;
126 this.paused = true;
257 basePlayer.paused = true;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as512paused: !data.isPlaying, // Changing this name requires inverting all assignments and conditional …
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as283 … occurs every time the media starts playing and when a new position is seeked to, even when paused.
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js480 if(playNow || !$(self.cssSelector.jPlayer).data("jPlayer").status.paused) {

123