| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
| D | JplayerMp4.as | 111 pause(myStatus.pausePosition); // Must pass time or the stream.time is read. 116 pause(0); 163 pause(0); 217 myStream.pause(); 231 myStream.pause(); // Since it is playing by default at this point. 242 myStream.pause(); // Since it is playing by default at this point. 259 public function pause(time:Number = NaN):Boolean { method in happyworm.jPlayer.JplayerMp4 265 // To avoid possible loops with timeupdate and pause(time). A pause() does not have the problem. 271 …// Need to wait for metadata to load before ever issuing a pause. The metadata handler will call t… 272 … until the 1st media is loaded. ie., The 1st ever setMedia being followed by a pause() or pause(t). [all …]
|
| D | JplayerRtmp.as | 204 pause(myStatus.pausePosition);// Must pass time or the stream.time is read. 211 pause(0); 279 // Doing setMedia and pause(15) cause the flag to be set incorrectly and the GUI locks up. 325 pause(0); 389 …pause(myStatus.pausePosition);// Always send the pausePosition. Important for setMedia() followed … 694 myStream.pause(); 708 myStream.pause(); // Since it is playing by default at this point. 721 myStream.pause(); // Since it is playing by default at this point. 741 public function pause(time:Number=NaN):Boolean 750 // To avoid possible loops with timeupdate and pause(time). A pause() does not have the problem. [all …]
|
| D | JplayerMp3.as | 94 pause(); 167 pause(0); 264 public function pause(time:Number = NaN):Boolean { method in happyworm.jPlayer.JplayerMp3 270 // To avoid possible loops with timeupdate and pause(time). A pause() does not have the problem. 279 …if(myChannel.position > 0) { // Required otherwise a fast play then pause causes myChannel.positio… 295 …if(time > 0) { // We do not want the stop() command, which does pause(0), causing a load operation. 298 …return true; // Technically the pause(0) succeeded. ie., It did nothing, since nothing was require… 307 …// Need to be careful with timeupdate event, otherwise a pause in a timeupdate event can cause a l… 308 // Neither pause() nor pause(time) will cause a timeupdate loop. 322 return pause(time);
|
| /plugin/icalevents/vendor/sabre/vobject/bin/ |
| D | bench_manipulatevcard.php | 28 $bench->parse->pause(); 38 $bench->manipulate->pause(); 42 $bench->serialize->pause();
|
| /plugin/layeranimation/ |
| D | style.less | 170 &.play-pause, &.play-pause.active:hover { 171 background-image: url('images/play-pause.gif'); 176 &.play-pause:hover, &.play-pause.active { 180 .layeranimation ul.layeranimation_layer li.play-pause.active {
|
| D | README.md | 6 …e mouse to pause it. Leaving the animated area will resume the anmation. You can also click the pa…
|
| /plugin/photogallery/lightGallery/js/ |
| D | lg-autoplay.js | 28 pause: 5000, property 127 … _$progress.css('transition', 'width ' + (_this.core.s.speed + _this.core.s.pause) + 'ms ease 0s'); 168 …-progress').css('transition', 'width ' + (_this.core.s.speed + _this.core.s.pause) + 'ms ease 0s'); 181 }, _this.core.s.speed + _this.core.s.pause);
|
| D | lg-autoplay.min.js | 4 …pause:5e3,progressBar:!0,fourceAutoplay:!1,autoplayControls:!0,appendAutoplayControlsTo:".lg-toolb… property
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | CloudScheduler.php | 170 ],'pause' => [ 171 'path' => 'v1/{+name}:pause',
|
| D | Storagetransfer.php | 279 ],'pause' => [ 280 'path' => 'v1/{+name}:pause',
|
| D | CloudTasks.php | 185 ],'pause' => [ 186 'path' => 'v2/{+name}:pause',
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | pause-fill.svg | 1 <svg class="bi bi-pause-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
|
| H A D | pause.svg | 1 <svg class="bi bi-pause" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="ht…
|
| /plugin/photogallery/ |
| D | script.js | 20 pause:4000, property
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/ |
| D | circle.player.css | 122 .cp-controls .cp-pause { 126 .cp-controls .cp-pause:hover {
|
| /plugin/jplayer/components/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 177 $.jPlayer.pause = function() { function 513 pause: ".jp-pause", property 607 f.pause(); 840 pause: false, // True when a progress event will instruct the media to pause at a time. property 1368 if(self.androidFix.pause) { // Pause Android audio at time - performing the fix. 1369 self.androidFix.pause = false; 1370 self.pause(self.androidFix.time); 1406 self._trigger($.jPlayer.event.pause); 1459 …self.htmlElement.media.pause(); // Pause otherwise a click on the progress bar will play from that… 1700 this.pause(currentTime); [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 177 $.jPlayer.pause = function() { function 513 pause: ".jp-pause", property 607 f.pause(); 840 pause: false, // True when a progress event will instruct the media to pause at a time. property 1368 if(self.androidFix.pause) { // Pause Android audio at time - performing the fix. 1369 self.androidFix.pause = false; 1370 self.pause(self.androidFix.time); 1406 self._trigger($.jPlayer.event.pause); 1459 …self.htmlElement.media.pause(); // Pause otherwise a click on the progress bar will play from that… 1700 this.pause(currentTime); [all …]
|
| D | jquery.jplayer.min.js | 2 …pause=function(){a.jPlayer.prototype.destroyRemoved(),a.each(a.jPlayer.prototype.instances,functio… property 3 …pause=!1,b=this._absoluteMediaUrls(b),a.each(this.formats,function(e,f){var g="video"===c.format[f…
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 177 $.jPlayer.pause = function() { function 513 pause: ".jp-pause", property 607 f.pause(); 840 pause: false, // True when a progress event will instruct the media to pause at a time. property 1368 if(self.androidFix.pause) { // Pause Android audio at time - performing the fix. 1369 self.androidFix.pause = false; 1370 self.pause(self.androidFix.time); 1406 self._trigger($.jPlayer.event.pause); 1459 …self.htmlElement.media.pause(); // Pause otherwise a click on the progress bar will play from that… 1700 this.pause(currentTime); [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | jquery.jplayer.js | 177 $.jPlayer.pause = function() { function 513 pause: ".jp-pause", property 607 f.pause(); 840 pause: false, // True when a progress event will instruct the media to pause at a time. property 1368 if(self.androidFix.pause) { // Pause Android audio at time - performing the fix. 1369 self.androidFix.pause = false; 1370 self.pause(self.androidFix.time); 1406 self._trigger($.jPlayer.event.pause); 1459 …self.htmlElement.media.pause(); // Pause otherwise a click on the progress bar will play from that… 1700 this.pause(currentTime); [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/ |
| D | ko.js | 8 …에 도달할 수 있습니다. "},{name:" 접근성 도움말",legend:"${a11yHelp} 누르시오"}]}],tab:"탭 키",pause:"일시정지 키",capslock:… property
|
| D | hu.js | 9 …yeket."},{name:"Kisegítő súgó",legend:"Nyomjon ${a11yHelp}"}]}],tab:"Tab",pause:"Pause",capslock:"… property
|
| D | ku.js | 9 …."},{name:"دەستپێگەیشتنی یارمەتی",legend:"کلیك ${a11yHelp}"}]}],tab:"Tab",pause:"Pause",capslock:"… property
|
| D | nb.js | 9 …Hjelp for tilgjengelighet",legend:"Trykk ${a11yHelp}"}]}],tab:"Tabulator",pause:"Pause",capslock:"… property
|
| D | sl.js | 9 …},{name:"Pomoč dostopnosti",legend:"Pritisnite ${a11yHelp}"}]}],tab:"Tab",pause:"Pause",capslock:"… property
|