Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 842) sorted by relevance

12345678910>>...34

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DEmClientTest.php50 $vObject = Reader::read($str);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DUriTest.php22 $output = Reader::read($input)->serialize();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DEmClientTest.php48 $vObject = Reader::read($str);
H A DIssue26Test.php28 $vcal = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
H A DEmClientTest.php48 $vObject = Reader::read($str);
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DIssue26Test.php28 $vcal = Reader::read($input);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php112 throw new ArchiveIOException('Can not read from a closed archive');
115 while ($read = $this->readbytes(512)) {
116 $header = $this->parseHeader($read);
158 throw new ArchiveIOException('Can not read from a closed archive');
169 // read the file header
287 $read = 0;
294 $read += strlen($data);
306 if ($read != $fileinfo->getSize()) {
308 throw new ArchiveCorruptedException("The size of $file changed while reading, archive corrupted. read $read expecte
[all...]
/plugin/swiftmail/Swift/Connection/
H A DRotator.php107 public function read() function in Swift_Connection_Rotator
113 return $this->connections[$this->active]->read();
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php88 $bytes = $this->socket->read();
134 if ($this->toConsume === '' && ($peek = $this->socket->read(false)) !== false) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php48 $vObject = Reader::read($str);
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DIssue26Test.php28 $vcal = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php33 $vcal = Reader::read($input);
H A DSameDateForRecurringEventsTest.php50 $vCalendar = Reader::read($ics);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php33 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php33 $vcal = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php33 $vcal = Reader::read($input);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php7 public static function read($stream, $offset, $numberOfBytes) function in MaxMind\\Db\\Reader\\Util
/plugin/swiftmail/Swift/
H A DCache.php43 abstract public function read($key, $size=null); function in Swift_Cache

12345678910>>...34