Home
last modified time | relevance | path

Searched refs:read (Results 126 – 150 of 842) sorted by relevance

12345678910>>...34

/plugin/loglog/helper/
H A Dlogging.php94 $read = $chunk_size;
96 $read = $pos;
101 $tmp = fread($fp, $read);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php9 * This is a read-only stream decorator.
162 $this->read(min(8096, $offset - $this->pos));
173 public function read($length) function in GuzzleHttp\\Stream\\AppendStream
187 $buffer .= $this->streams[$this->current]->read($remaining);
H A DStreamDecoratorTrait.php123 public function read($length) function
125 return $this->stream->read($length);
/plugin/swiftmail/Swift/Message/
H A DMime.php293 while (false !== $bytes = $part_stream->read()) $this->cache->write("append", $bytes);
316 while (false !== $bytes = $qp_os->read())
328 while (false !== $bytes = $b64_os->read())
340 while (false !== $bytes = $data->read(8192))
352 while (false !== $bytes = $os->read())
364 while (false !== $bytes = $os->read())
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php175 $result = $this->read(min(8096, $offset - $this->pos));
187 public function read($length) function in GuzzleHttp\\Psr7\\AppendStream
205 $result = $this->streams[$this->current]->read($remaining);
H A DStreamDecoratorTrait.php131 public function read($length) function
133 return $this->stream->read($length);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md71 $stream->read(1024);
154 echo $stream->read(10);
203 echo $noSeek->read(3);
208 var_export($noSeek->read(3));
237 `read()` method.
280 $eofStream->read(2);
281 $eofStream->read(1);
284 $eofStream->read(3);
427 of bytes have been read.
435 bytes have been read.
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
54 $obj = Reader::read($input);
H A DVJournalTest.php32 $obj = Reader::read($input);
59 $obj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
54 $obj = Reader::read($input);
H A DVJournalTest.php32 $obj = Reader::read($input);
59 $obj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
54 $obj = Reader::read($input);
H A DVJournalTest.php32 $obj = Reader::read($input);
59 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
54 $obj = Reader::read($input);
H A DVJournalTest.php32 $obj = Reader::read($input);
59 $obj = Reader::read($input);
/plugin/freechat/phpfreechat/data/public/js/
H A Dcompat.js4 read: function (name) method in Cookie
50 var boolCookiesEnabled = Cookie.read('cookiesEnabled');
/plugin/condition/
H A DREADME.md16 - nsread : refers to the ability of the user to read a namespace
21 - = (==) : equality, membership, read/edit ability on ...
22 - != : non-equality, non-member, no read/edit ability on ...
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php136 $read = $r = $e = [];
150 $read[$type] = $data;
161 return $read;
/plugin/badbehaviour/
H A Dadmin.php180 $read = $chunk_size;
182 $read = $pos;
187 $tmp = fread($fp,$read);
/plugin/advanced/lang/en/config/
H A Dacl.txt13 … by an integer. Higher levels include lower ones. If you can edit you can read, too. However the /…
17 | read | 1 | pages, namespaces | read permission | AUTH_READ |
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php146 $read = $r = $e = [];
160 $read[$type] = $data;
171 return $read;
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php312 $read = $this->readStreams;
315 if (stream_select($read, $write, $except, null, $timeout)) {
319 foreach ($read as $readStream) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js461 if (stream.read(1) === 0)
465 if (stream.read(1) === 0) {
478 if (stream.read(1) === 0)
482 var index = stream.read(4);
493 index = stream.read(2);
507 if (stream.read(1))
511 if (stream.read(1))
521 if (stream.read(1))
525 if (stream.read(1))
3654 read: function() {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst10 …e="public_method" discriminator-field-name="type" discriminator-disabled="false" read-only="false">
33 read-only="true"
68 read-only="true"
87 read-only="true"
/plugin/zotero/
H A Dconfig.ini.dist8 ; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed
12 ; this wiki page is used to cache the sources read from the Zotero website

12345678910>>...34