Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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;
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/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DAppendStream.php20 private $seekable = true; variable in GuzzleHttp\\Psr7\\AppendStream
70 $this->seekable = false;
87 $this->seekable = true;
104 $this->seekable = true;
158 if (!$this->seekable) {
233 return $this->seekable;
DStream.php26 private $seekable; variable in GuzzleHttp\\Psr7\\Stream
63 $this->seekable = $meta['seekable'];
127 $this->readable = $this->writable = $this->seekable = false;
169 return $this->seekable;
208 if (!$this->seekable) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DAppendStream.php16 private $seekable = true; variable in GuzzleHttp\\Stream\\AppendStream
57 $this->seekable = false;
142 if (!$this->seekable || $whence !== SEEK_SET) {
208 return $this->seekable;
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/dist/jplayer/
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/
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;
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/components/jplayer/
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/vendor/happyworm/jplayer/src/javascript/jplayer/
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/
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/
DCHANGELOG.md63 - Converting a non-seekable stream to a string
DREADME.md59 non-seekable streams. This can be useful when transferring a non-seekable
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md86 | `isSeekable()` | Returns whether or not the stream is seekable. | |
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md199 - Converting a non-seekable stream to a string
DREADME.md73 non-seekable streams. This can be useful when transferring a non-seekable
/plugin/flowplayer/player/
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/
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/
Dstructure.txt287 ['seekable']=>boolean() //
759 ['seekable']=>boolean() //
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
Dvorbis.js2seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
Dopus.js2seekable=false}),close:(function(stream){if(stream.tty.output.length){stream.tty.ops.put_char(stre…
/plugin/html5video2/script/
Dvideo.min.js20seekable:1,volume:1,ended:1},Xi={setCurrentTime:1,setMuted:1,setVolume:1},Ki={play:1,pause:1};func… property
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md133 * Bug fix: rewind seekable request bodies before dispatching to cURL.

12