Home
last modified time | relevance | path

Searched refs:read (Results 101 – 125 of 842) sorted by relevance

12345678910>>...34

/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php68 $reader->read();
74 $reader->read();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php21 $obj = Reader::read($input);
45 $obj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
46 $obj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
46 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
46 $obj = Reader::read($input);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php7 * Stream decorator that can cache previously read bytes from a sequentially
8 * read stream.
54 // You cannot skip ahead past where you've read from the remote stream
67 public function read($length) function in GuzzleHttp\\Stream\\CachingStream
69 // Perform a regular read on any previously read data from the buffer
70 $data = $this->stream->read($length);
73 // More data was requested so read from the remote stream
79 $remoteData = $this->remoteStream->read(
98 // When appending to the end of the currently read strea
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php32 $vcal = Reader::read($input);
94 $vcal = Reader::read($input);
H A DExpandFloatingTimesTest.php27 $vcal = Reader::read($input);
79 $vcal = Reader::read($input);
/plugin/swiftmail/Swift/
H A DFile.php126 return $this->read(1);
157 while (false !== $chunk = $this->read(8192, false)) $ret .= $chunk;
167 public function read($bytes, $unquote=true) function in Swift_File
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php103 $vObject = VObject\Reader::read($body);
152 $vObject = VObject\Reader::read($body);
190 $vObject = VObject\Reader::read($body);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php69 $stream->read(4);
139 $this->assertFalse($stream->read(10));
233 $this->assertEquals('foo', $p->read(3));
235 $this->assertEquals('b', $p->read(1));
236 $this->assertEquals('a', $p->read(1));
237 $this->assertEquals('r12', $p->read(3));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php29 $vcal = Reader::read($input);
92 $vcal = Reader::read($input);
H A DExpandFloatingTimesTest.php26 $vcal = Reader::read($input);
81 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php29 $vcal = Reader::read($input);
92 $vcal = Reader::read($input);
H A DExpandFloatingTimesTest.php26 $vcal = Reader::read($input);
81 $vcal = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php25 $vcal = Reader::read($input);
79 $vcal = Reader::read($input);
H A DOverrideFirstEventTest.php29 $vcal = Reader::read($input);
92 $vcal = Reader::read($input);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php27 $header = $stream->read(10);
49 while ($stream->read(1) !== chr(0)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php183 $reader->read();
195 $reader->read();
198 $reader->read();
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php75 Util::read($this->fileStream, $offset, 1)
100 Util::read($this->fileStream, $offset, 1)
134 $bytes = Util::read($this->fileStream, $offset, $size);
253 $buffer = Util::read($this->fileStream, $offset, $pointerSize);
335 $bytes = Util::read($this->fileStream, $offset, $bytesToRead);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php19 $vcard = Reader::read($input);
25 $converted = Reader::read($vcard);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php19 $vcard = Reader::read($input);
25 $converted = Reader::read($vcard);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php19 $vcard = Reader::read($input);
25 $converted = Reader::read($vcard);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php19 $vcard = Reader::read($input);
25 $converted = Reader::read($vcard);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php202 $reader->read();
214 $reader->read();
217 $reader->read();

12345678910>>...34