Home
last modified time | relevance | path

Searched refs:read (Results 76 – 100 of 842) sorted by relevance

12345678910>>...34

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php60 $this->assertEquals('bar', $a->read(3));
63 $this->assertEquals('baz', $a->read(3));
109 $this->assertEquals('foo', $a->read(3));
110 $this->assertEquals('bar', $a->read(3));
111 $this->assertEquals('baz', $a->read(3));
112 $this->assertEmpty($a->read(1));
143 ->method('read')
H A DCachingStreamTest.php68 $this->assertEquals('te', $this->body->read(2));
70 $this->assertEquals('test', $this->body->read(4));
76 $this->assertEquals('ing', $this->body->read(3));
81 $this->body->read(2);
102 // Write over part of the body yet to be read, so skip some bytes
125 $this->assertEquals("0000\nABCD\nTEST\n0003\n0004\n0005\n0006\n1234\n0008\n0009\n", $body->read(50));
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php135 public function read($length) function in Hoa\\File\\Link\\ReadWrite
156 return $this->read($length);
176 return (bool) $this->read(1);
187 return (int) $this->read($length);
198 return (float) $this->read($length);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php135 public function read($length) function in Hoa\\File\\Temporary\\ReadWrite
156 return $this->read($length);
176 return (bool) $this->read(1);
187 return (int) $this->read($length);
198 return (float) $this->read($length);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php46 $this->read($token->type);
51 $this->read(Scanner\Token::SEPARATOR);
58 $this->read($token->type);
61 $this->read($token->type);
66 $this->read($token->type);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php75 $this->read($diff);
84 public function read($length) function in GuzzleHttp\\Psr7\\CachingStream
87 $data = $this->stream->read($length);
96 $remoteData = $this->remoteStream->read(
H A DUtils.php53 if (!$dest->write($source->read($bufferSize))) {
60 $buf = $source->read(min($bufferSize, $remaining));
89 $buf = $stream->read(1048576);
101 $buf = $stream->read($maxLen - $len);
137 hash_update($ctx, $stream->read(1048576));
254 if (null == ($byte = $stream->read(1))) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php53 $reader->read();
62 $reader->read();
67 $reader->read();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php53 $reader->read();
62 $reader->read();
67 $reader->read();
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php137 $read = fopen($filename, 'r');
149 ($data = fread($read, min($length, 8192))) != '') {
154 fseek($read, $length, SEEK_CUR);
160 fwrite($this->handle, fread($read, 8196));
164 fclose($read);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php82 $obj = Reader::read($input);
105 $obj = Reader::read($input);
135 $obj = Reader::read($input);
164 $obj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php83 $obj = Reader::read($input);
106 $obj = Reader::read($input);
136 $obj = Reader::read($input);
165 $obj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php83 $obj = Reader::read($input);
106 $obj = Reader::read($input);
136 $obj = Reader::read($input);
165 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php83 $obj = Reader::read($input);
106 $obj = Reader::read($input);
136 $obj = Reader::read($input);
165 $obj = Reader::read($input);
/plugin/iptrust2/
H A DREADME.md10 You can create a group ```@publicaccess```. If a namespace has ```read```-rights for this group, it…
12 …ose pages, who have ```read```-privileges in the ```@ALL``` group as well, which means: for public…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php9 $vcard = Reader::read(file_get_contents(dirname(__FILE__) . '/issue64.vcf'));
13 $converted = Reader::read($vcard);
H A DVCard21Test.php20 $vobj = Reader::read($input);
37 $vobj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php9 $vcard = Reader::read(file_get_contents(dirname(__FILE__) . '/issue64.vcf'));
13 $converted = Reader::read($vcard);
H A DVCard21Test.php20 $vobj = Reader::read($input);
37 $vobj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php9 $vcard = Reader::read(file_get_contents(dirname(__FILE__) . '/issue64.vcf'));
13 $converted = Reader::read($vcard);
H A DVCard21Test.php20 $vobj = Reader::read($input);
37 $vobj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php9 $vcard = Reader::read(file_get_contents(dirname(__FILE__) . '/issue64.vcf'));
13 $converted = Reader::read($vcard);
H A DVCard21Test.php20 $vobj = Reader::read($input);
37 $vobj = Reader::read($input);
/plugin/botbouncer/admin/
H A Dstatistics.php129 $read = $chunk_size;
131 $read = $pos;
136 $tmp = fread($fp,$read);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php68 $reader->read();
74 $reader->read();

12345678910>>...34