Home
last modified time | relevance | path

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

123

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js318 … ($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.paused ? "paused" : "playing") +
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/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/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js454 if(jPlayerObj.status.paused) {
520 return jPlayerObj.status.paused;
523 return jPlayerObj.status.paused;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …ing -- a function that will be called\n * each time the rendering is paused. To continue rend…
/plugin/revealjs/css/
H A Dreveal.css964 .reveal.paused .pause-overlay {
H A Dreveal.scss1028 .reveal.paused .pause-overlay {
/plugin/revealjs/js/
H A Dreveal.js4659 paused: isPaused(),
4676 var pausedFlag = deserialize( state.paused ),
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js424 self.paused = false;
496 if (self.paused) {
516 self.paused = false;
524 …sm.o._setPosition(self.sID,nMsecOffset/1000,self.paused||!self.playState); // if paused or not pla…
528 if (self.paused) return false;
530 self.paused = true;
535 if (!self.paused) return false;
537 self.paused = false;
549 if (self.paused) {
635 self.paused = false;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4109 if (e.el.removed || e.paused) {
4758 animationElements[i].paused = true;
4779 delete e.paused;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1paused){var a,s,l=r-n.start,h=n.ms,u=n.easing,c=n.from,p=n.diff,d=n.to,x=(n.t,n.el),v={},y={};if(n…
H A Draphael.no-deps.min.js1paused){var a,s,l=r-n.start,h=n.ms,u=n.easing,c=n.from,p=n.diff,d=n.to,x=(n.t,n.el),v={},y={};if(n…
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2paused=!1,this.enabled=!0,this.clampWhenFinished=!1,this.zeroSlopeAtStart=!0,this.zeroSlopeAtEnd=!…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js6467 this.paused = false;
6735 this.paused = true;
6738 this.paused = false;
72573 var paused = false;
72593 paused = true;
72619 if (paused) {
72620 paused = false;
80008 var paused = false;
80028 paused = true;
80054 if (paused) {
[all …]

123