Home
last modified time | relevance | path

Searched refs:seek (Results 51 – 75 of 180) sorted by relevance

12345678

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DGuzzleStreamWrapper.php90 return $this->stream->seek($offset, $whence);
H A DBufferStream.php81 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php17 'getSize', 'tell', 'eof', 'isSeekable', 'seek', 'isWritable', 'write',
113 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Stream\\FnStream
H A DPumpStream.php92 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Stream\\PumpStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNullStreamTest.php25 $this->assertFalse($b->seek(10));
H A DLazyOpenStreamTest.php47 $l->seek(1);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php418 $input->seek($index);
506 $input->seek($startIndex);
533 $input->seek($startIndex);
550 $input->seek($conflictIndex);
585 $input->seek($startIndex);
768 $input->seek($startIndex);
789 $input->seek($startIndex);
2099 $this->input->seek($this->startIndex);
2105 $this->input->seek($currentPosition);
2158 $this->input->seek(
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamWrapper.php108 $this->stream->seek($offset, $whence);
H A DFnStream.php129 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Psr7\\FnStream
H A DUtils.php141 $stream->seek($pos);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
H A DAdminProjectsLocationsSubscriptions.php151 public function seek($name, SeekSubscriptionRequest $postBody, $optParams = []) function in Google\\Service\\PubsubLite\\Resource\\AdminProjectsLocationsSubscriptions
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php117 * `$p = $this->index` as we must update line and column. If we seek
120 public function seek(int $index) : void function in Antlr\\Antlr4\\Runtime\\InputStream
128 // seek forward
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php333 public function seek($offset, $whence = Stream\IStream\Pointable::SEEK_SET) function in Hoa\\File\\File
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPubsubLite.php309 ],'seek' => [
310 'path' => 'v1/admin/{+name}:seek',
H A DPubsub.php421 ],'seek' => [
422 'path' => 'v1/{+subscription}:seek',
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1441 this.bitstream.seek(offset);
1451 seekPoint = this.demuxer.seek(timestamp);
1452 this.stream.seek(seekPoint.offset);
1750 stream.seek(offset);
2000 this.stream.seek(offset);
2274 return this.stream.seek(offset);
2439 this.stream.seek(this.mdatOffset - 8);
2486 this.stream.seek(this.mdatOffset);
2494 this.stream.seek(offset);
2555 this.stream.seek(point.position);
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php263 return $message['body']->seek(0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSubscriptions.php283 public function seek($subscription, SeekRequest $postBody, $optParams = []) function in Google\\Service\\Pubsub\\Resource\\ProjectsSubscriptions
/plugin/flowplayer/player/
H A DREADME.txt6 …ach the display on start events which causes issues in buffering events after a seek in stagevideo.
84 - #363 silent seek and force to seek to a keyframe or else video frame will not display initially w…
87 - #363 add overridable pause to frame for different seek functionality between http and rtmp.
91 - #390 correct seek back to a valid time on invalid seeking while seeking in the buffer.
96 …again for very short clips with invalid seek times, make it step back 1 second from the invalid se…
315 - Added possibility to seek when in the buffering state: http://flowplayer.org/forum/3/13896
/plugin/html5video2/
H A Dprint.css118 /* Box containing play and load progresses. Also acts as seek scrubber. */
134 div.dokuwiki .vjs-default-skin div.vjs-seek-handle {
H A Dstyle.css174 .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .vi…
179 .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-vol…
1261 .video-js .vjs-seek-to-live-control {
1275 .vjs-no-flex .vjs-seek-to-live-control {
1281 .video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
1282 .video-js:not(.vjs-live) .vjs-seek-to-live-control {
1286 .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
1290 .vjs-seek-to-live-control .vjs-icon-placeholder {
1295 .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
/plugin/bible/bible_douayRheims/
H A DMalachias.txt21 …2:7. For the lips of the priests shall keep knowledge, and they shall seek the law at his mouth: b…
29 …2:15. Did not one make her, and she is the residue of his spirit? And what doth one seek, but the …
32 …he shall prepare the way before my face. And presently the Lord, whom you seek, and the angel of t…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php582 public function seek($position) function in PHP_Token_Stream
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php112 $dest->seek(0);

12345678