/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | AppendStream.php | 19 private $seekable = true; variable in GuzzleHttp\\Psr7\\AppendStream 59 $this->seekable = false; 78 $this->seekable = true; 97 $this->seekable = true; 155 if (!$this->seekable) { 234 return $this->seekable;
|
H A D | Stream.php | 27 private $seekable; variable in GuzzleHttp\\Psr7\\Stream 63 $this->seekable = $meta['seekable']; 123 $this->readable = $this->writable = $this->seekable = false; 164 return $this->seekable; 203 if (!$this->seekable) {
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | AppendStream.php | 16 private $seekable = true; variable in GuzzleHttp\\Stream\\AppendStream 55 // The stream is only seekable if all streams are seekable 57 $this->seekable = false; 142 if (!$this->seekable || $whence !== SEEK_SET) { 208 return $this->seekable;
|
H A D | Stream.php | 11 private $seekable; variable in GuzzleHttp\\Stream\\Stream 156 $this->readable = $this->writable = $this->seekable = false; 165 $this->seekable = $meta['seekable']; 207 return $this->seekable; 229 return $this->seekable
|
/plugin/jplayer/components/jplayer/ |
H A D | jplayer-built.js | 1583 if((typeof media.seekable === "object") && (media.seekable.length > 0)) { 1584 …sp = (this.status.duration > 0) ? 100 * media.seekable.end(media.seekable.length-1) / this.status.… 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 2996 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3035 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3060 if(typeof media.seekable === "object" && media.seekable.length > 0) { 3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 1583 if((typeof media.seekable === "object") && (media.seekable.length > 0)) { 1584 …sp = (this.status.duration > 0) ? 100 * media.seekable.end(media.seekable.length-1) / this.status.… 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 2996 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3035 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3060 if(typeof media.seekable === "object" && media.seekable.length > 0) { 3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 1583 if((typeof media.seekable === "object") && (media.seekable.length > 0)) { 1584 …sp = (this.status.duration > 0) ? 100 * media.seekable.end(media.seekable.length-1) / this.status.… 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 2996 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3035 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3060 if(typeof media.seekable === "object" && media.seekable.length > 0) { 3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
|
H A D | jquery.jplayer.min.js | 2 …seekable&&a.seekable.length>0?(e=this.status.duration>0?100*a.seekable.end(a.seekable.length-1)/th… 3 …seekable&&!("object"==typeof c.seekable&&c.seekable.length>0))throw 1;c.currentTime=a,c.play()}cat…
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
H A D | jquery.jplayer.js | 1583 if((typeof media.seekable === "object") && (media.seekable.length > 0)) { 1584 …sp = (this.status.duration > 0) ? 100 * media.seekable.end(media.seekable.length-1) / this.status.… 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 2996 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3035 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 3060 if(typeof media.seekable === "object" && media.seekable.length > 0) { 3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
|
/plugin/jplayer/components/ |
H A D | require-built.js | 3628 if((typeof media.seekable === "object") && (media.seekable.length > 0)) { 3629 …sp = (this.status.duration > 0) ? 100 * media.seekable.end(media.seekable.length-1) / this.status.… 3630 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 5041 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 5080 if(!media.seekable || typeof media.seekable === "object" && media.seekable.length > 0) { 5105 if(typeof media.seekable === "object" && media.seekable.length > 0) { 5106 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | CHANGELOG.md | 63 - Converting a non-seekable stream to a string
|
H A D | README.md | 59 non-seekable streams. This can be useful when transferring a non-seekable
|
/plugin/flowplayer/player/ |
H A D | README.txt | 292 - the scrubber is disabled if the clip is not seekable in the first frame: http://flowplayer.org/fo… 293 …ult if the clip has one of following extensions (the typical flash video extensions) it is seekable
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 151 * #787: Cannot use non-seekable stream-wrappers with range requests. 258 * #787: Cannot use non-seekable stream-wrappers with range requests. 1171 * Fixed: Range requests now work for non-seekable streams. (Thanks Alfred 1788 * Fixed: Issue 67: Non-seekable stream support in ::put()/::get(). 1801 * Fixed: Issue 67: SabreDAV works better with non-seekable streams.
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | structure.txt | 287 ['seekable']=>boolean() // 759 ['seekable']=>boolean() //
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 2 …seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
|
H A D | vorbis.js | 2 …seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
|
H A D | opus.js | 2 …seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
|
/plugin/html5video2/script/ |
H A D | video.min.js | 20 …seekable:1,volume:1,ended:1},Xi={setCurrentTime:1,setMuted:1,setVolume:1},Ki={play:1,pause:1};func…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 133 * Bug fix: rewind seekable request bodies before dispatching to cURL.
|