Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 18 of 18) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js113 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 DOverflowHandler.php112 foreach ($this->buffer[$level] ?? [] as $buffered) {
113 $this->handler->handle($buffered);
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md22 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst9 * Supports creating buffered streams and asynchronous streams.
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js41 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 DREADME.md61 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 Djplayer-built.js1619 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 Djquery.jplayer.js1619 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 Djquery.jplayer.js1619 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 Djquery.jplayer.min.js2 …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 Djquery.jplayer.js1619 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 Drequire-built.js3664 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 Dvideo.min.js20buffered=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 DREADME.txt165 - Fix to reuse buffered data when replaying a clip
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md625 lossless | Flag to print the actual vector graphic instead of buffered bitmap (print option only, e…
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1 … read :1, // - fixed-length buffered input from a file…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1buffered until .uncork() call\n\t this.corked = 0;\n\n\t // a flag to be able to tell if the onw…