Searched refs:buffered (Results 1 – 18 of 18) sorted by relevance
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
H A D | circle.player.js | 113 if((typeof self.audio.buffered === "object") && (self.audio.buffered.length > 0)) { 116 for(var i = 0; i < self.audio.buffered.length; i++) { 117 bufferTime += self.audio.buffered.end(i) - self.audio.buffered.start(i);
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | OverflowHandler.php | 112 foreach ($this->buffer[$level] ?? [] as $buffered) { 113 $this->handler->handle($buffered);
|
/plugin/pureldap/vendor/freedsx/socket/ |
H A D | CHANGELOG.md | 22 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
H A D | CHANGELOG.rst | 9 * Supports creating buffered streams and asynchronous streams.
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 41 this.buffered = 0; 56 return function(buffered) { argument 57 _this.buffered = buffered; 58 return _this.emit('buffer', _this.buffered); 3399 this.buffered = 0; 3407 return function(buffered) { argument 3408 _this.buffered = buffered; 3409 return _this.emit('buffer', _this.buffered);
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | README.md | 61 from a redirect). Data that is read from the remote stream will be buffered in 222 returned by the provided callable is buffered internally until drained using 505 buffered and used in subsequent reads.
|
/plugin/jplayer/components/jplayer/ |
H A D | jplayer-built.js | 1619 if(player.buffered > 0) { 1620 …sp = (this.status.duration > 0) ? (player.buffered * this.status.duration) / this.status.duration … 1621 cpr = (this.status.duration > 0) ? ct / (player.buffered * this.status.duration) : 0;
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 1619 if(player.buffered > 0) { 1620 …sp = (this.status.duration > 0) ? (player.buffered * this.status.duration) / this.status.duration … 1621 cpr = (this.status.duration > 0) ? ct / (player.buffered * this.status.duration) : 0;
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 1619 if(player.buffered > 0) { 1620 …sp = (this.status.duration > 0) ? (player.buffered * this.status.duration) / this.status.duration … 1621 cpr = (this.status.duration > 0) ? ct / (player.buffered * this.status.duration) : 0;
|
H A D | jquery.jplayer.min.js | 2 …ation:0,a.buffered>0?(e=this.status.duration>0?a.buffered*this.status.duration/this.status.duratio…
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
H A D | jquery.jplayer.js | 1619 if(player.buffered > 0) { 1620 …sp = (this.status.duration > 0) ? (player.buffered * this.status.duration) / this.status.duration … 1621 cpr = (this.status.duration > 0) ? ct / (player.buffered * this.status.duration) : 0;
|
/plugin/jplayer/components/ |
H A D | require-built.js | 3664 if(player.buffered > 0) { 3665 …sp = (this.status.duration > 0) ? (player.buffered * this.status.duration) / this.status.duration … 3666 cpr = (this.status.duration > 0) ? ct / (player.buffered * this.status.duration) : 0;
|
/plugin/html5video2/script/ |
H A D | video.min.js | 20 …buffered=function(){return Tt(0,0)},e.bufferedPercent=function(){return St(this.buffered(),this.du… 23 …e3}(s.dateTimeObject,t),"estimate"===n.type?0===r?l({message:t+" is not buffered yet. Try again"})…
|
/plugin/flowplayer/player/ |
H A D | README.txt | 165 - Fix to reuse buffered data when replaying a clip
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | README.md | 625 lossless | Flag to print the actual vector graphic instead of buffered bitmap (print option only, e…
|
/plugin/codemirror/dist/modes/ |
H A D | perl.min.js.map | 1 … read :1, // - fixed-length buffered input from a file…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …buffered until .uncork() call\n\t this.corked = 0;\n\n\t // a flag to be able to tell if the onw…
|