Home
last modified time | relevance | path

Searched refs:seekable (Results 1 – 20 of 20) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php19 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 DStream.php27 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 DAppendStream.php16 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 DStream.php11 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 Djplayer-built.js1583 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 Djquery.jplayer.js1583 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 Djquery.jplayer.js1583 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 Djquery.jplayer.min.js2seekable&&a.seekable.length>0?(e=this.status.duration>0?100*a.seekable.end(a.seekable.length-1)/th…
3seekable&&!("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 Djquery.jplayer.js1583 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 Drequire-built.js3628 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 DCHANGELOG.md63 - Converting a non-seekable stream to a string
H A DREADME.md59 non-seekable streams. This can be useful when transferring a non-seekable
/plugin/flowplayer/player/
H A DREADME.txt292 - 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 DCHANGELOG.md151 * #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 Dstructure.txt287 ['seekable']=>boolean() //
759 ['seekable']=>boolean() //
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
H A Dvorbis.js2seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
H A Dopus.js2seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
/plugin/html5video2/script/
H A Dvideo.min.js20seekable: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 DCHANGELOG.md133 * Bug fix: rewind seekable request bodies before dispatching to cURL.