Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerMp4.as111 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 …]
DJplayerRtmp.as204 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);
389pause(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 …]
DJplayerMp3.as94 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/
Dbench_manipulatevcard.php28 $bench->parse->pause();
38 $bench->manipulate->pause();
42 $bench->serialize->pause();
/plugin/layeranimation/
Dstyle.less170 &.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 {
DREADME.md6 …e mouse to pause it. Leaving the animated area will resume the anmation. You can also click the pa…
/plugin/photogallery/lightGallery/js/
Dlg-autoplay.js28 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);
Dlg-autoplay.min.js4pause:5e3,progressBar:!0,fourceAutoplay:!1,autoplayControls:!0,appendAutoplayControlsTo:".lg-toolb… property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudScheduler.php170 ],'pause' => [
171 'path' => 'v1/{+name}:pause',
DStoragetransfer.php279 ],'pause' => [
280 'path' => 'v1/{+name}:pause',
DCloudTasks.php185 ],'pause' => [
186 'path' => 'v2/{+name}:pause',
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dpause-fill.svg1 <svg class="bi bi-pause-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
H A Dpause.svg1 <svg class="bi bi-pause" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="ht…
/plugin/photogallery/
Dscript.js20 pause:4000, property
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
Dcircle.player.css122 .cp-controls .cp-pause {
126 .cp-controls .cp-pause:hover {
/plugin/jplayer/components/jplayer/dist/jplayer/
Djquery.jplayer.js177 $.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/
Djquery.jplayer.js177 $.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 …]
Djquery.jplayer.min.js2pause=function(){a.jPlayer.prototype.destroyRemoved(),a.each(a.jPlayer.prototype.instances,functio… property
3pause=!1,b=this._absoluteMediaUrls(b),a.each(this.formats,function(e,f){var g="video"===c.format[f…
/plugin/jplayer/components/jplayer/
Djplayer-built.js177 $.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/
Djquery.jplayer.js177 $.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/
Dko.js8 …에 도달할 수 있습니다. "},{name:" 접근성 도움말",legend:"${a11yHelp} 누르시오"}]}],tab:"탭 키",pause:"일시정지 키",capslock:… property
Dhu.js9 …yeket."},{name:"Kisegítő súgó",legend:"Nyomjon ${a11yHelp}"}]}],tab:"Tab",pause:"Pause",capslock:"… property
Dku.js9 …."},{name:"دەستپێگەیشتنی یارمەتی",legend:"کلیك ${a11yHelp}"}]}],tab:"Tab",pause:"Pause",capslock:"… property
Dnb.js9 …Hjelp for tilgjengelighet",legend:"Trykk ${a11yHelp}"}]}],tab:"Tabulator",pause:"Pause",capslock:"… property
Dsl.js9 …},{name:"Pomoč dostopnosti",legend:"Pritisnite ${a11yHelp}"}]}],tab:"Tab",pause:"Pause",capslock:"… property

12345678910>>...12