Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 956) sorted by relevance

12345678910>>...39

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DVCardConverterTest.php40 $vcard = Reader::read($input);
78 $vcard = Reader::read($input);
117 $vcard = Reader::read($input);
157 $vcard = Reader::read($input);
198 $vcard = Reader::read($input);
227 $vcard = Reader::read($input);
244 $vcard = Reader::read($input);
273 $vcard = Reader::read($input);
290 $vcard = Reader::read($input);
322 $vcard = Reader::read($input);
[all …]
DReaderTest.php11 $result = Reader::read($data);
26 $result = Reader::read($stream);
38 $result = Reader::read($data);
50 $result = Reader::read($data);
65 $result = Reader::read($data);
76 $result = Reader::read($data);
83 $result = Reader::read($data);
95 $result = Reader::read($data);
107 $result = Reader::read($data);
119 $result = Reader::read($data);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DVCardConverterTest.php42 $vcard = Reader::read($input);
80 $vcard = Reader::read($input);
119 $vcard = Reader::read($input);
159 $vcard = Reader::read($input);
200 $vcard = Reader::read($input);
229 $vcard = Reader::read($input);
246 $vcard = Reader::read($input);
275 $vcard = Reader::read($input);
292 $vcard = Reader::read($input);
324 $vcard = Reader::read($input);
[all …]
DReaderTest.php11 $result = Reader::read($data);
27 $result = Reader::read($stream);
39 $result = Reader::read($data);
51 $result = Reader::read($data);
66 $result = Reader::read($data);
77 $result = Reader::read($data);
84 $result = Reader::read($data);
96 $result = Reader::read($data);
108 $result = Reader::read($data);
120 $result = Reader::read($data);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php40 $vcard = Reader::read($input);
78 $vcard = Reader::read($input);
117 $vcard = Reader::read($input);
157 $vcard = Reader::read($input);
198 $vcard = Reader::read($input);
227 $vcard = Reader::read($input);
244 $vcard = Reader::read($input);
273 $vcard = Reader::read($input);
290 $vcard = Reader::read($input);
322 $vcard = Reader::read($input);
[all …]
H A DReaderTest.php11 $result = Reader::read($data);
26 $result = Reader::read($stream);
38 $result = Reader::read($data);
50 $result = Reader::read($data);
65 $result = Reader::read($data);
76 $result = Reader::read($data);
83 $result = Reader::read($data);
95 $result = Reader::read($data);
107 $result = Reader::read($data);
119 $result = Reader::read($data);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DVCardConverterTest.php40 $vcard = Reader::read($input);
78 $vcard = Reader::read($input);
117 $vcard = Reader::read($input);
157 $vcard = Reader::read($input);
198 $vcard = Reader::read($input);
227 $vcard = Reader::read($input);
244 $vcard = Reader::read($input);
273 $vcard = Reader::read($input);
290 $vcard = Reader::read($input);
322 $vcard = Reader::read($input);
[all …]
DReaderTest.php11 $result = Reader::read($data);
26 $result = Reader::read($stream);
38 $result = Reader::read($data);
50 $result = Reader::read($data);
65 $result = Reader::read($data);
76 $result = Reader::read($data);
83 $result = Reader::read($data);
95 $result = Reader::read($data);
107 $result = Reader::read($data);
119 $result = Reader::read($data);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dflac.js72 if ((stream.read(15) & 0x7FFF) !== 0x7FFC)
75 var isVarSize = stream.read(1), // variable block size stream code
76 bsCode = stream.read(4), // block size
77 srCode = stream.read(4), // sample rate code
78 chMode = stream.read(4), // channel mode
79 bpsCode = stream.read(3); // bits per sample
110 while (stream.read(1) === 1)
113 var frame_or_sample_num = stream.read(7 - ones);
116 frame_or_sample_num = (frame_or_sample_num << 6) | stream.read(6);
123 this.blockSize = stream.read(8) + 1;
[all …]
Daac.js30 if (stream.read(12) !== 0xfff)
35 var protectionAbsent = !!stream.read(1);
37 ret.profile = stream.read(2) + 1;
38 ret.samplingIndex = stream.read(4);
41 ret.chanConfig = stream.read(3);
44 ret.frameLength = stream.read(13);
47 ret.numFrames = stream.read(2) + 1;
133 this.couplingPoint = 2 * stream.read(1);
134 this.coupledCount = stream.read(3);
139 channelPair[i] = stream.read(1);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
DVCalendarTest.php17 $vcal = VObject\Reader::read($input);
28 $output = VObject\Reader::read($output)->serialize();
348 $vcal = VObject\Reader::read($input);
378 $vcal = VObject\Reader::read($input);
396 $vcal = VObject\Reader::read($input);
415 $vcal = VObject\Reader::read($input);
433 $vcal = VObject\Reader::read($input);
453 $vcal = VObject\Reader::read($input);
473 $vcal = VObject\Reader::read($input);
497 $vcal = VObject\Reader::read($input);
[all …]
DVAvailabilityTest.php24 $document = Reader::read($vcal);
41 $document = Reader::read($vcal);
64 $document = Reader::read($vcal);
85 $document = Reader::read($vcal);
105 $document = Reader::read($vcal);
123 $document = Reader::read($vcal);
133 $this->assertIsValid(Reader::read(
147 $this->assertIsNotValid(Reader::read(
159 $this->assertIsNotValid(Reader::read(
172 $this->assertIsNotValid(Reader::read(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
DVCalendarTest.php15 $vcal = VObject\Reader::read($input);
26 $output = VObject\Reader::read($output)->serialize();
312 $vcal = VObject\Reader::read($input);
342 $vcal = VObject\Reader::read($input);
360 $vcal = VObject\Reader::read($input);
379 $vcal = VObject\Reader::read($input);
397 $vcal = VObject\Reader::read($input);
417 $vcal = VObject\Reader::read($input);
437 $vcal = VObject\Reader::read($input);
461 $vcal = VObject\Reader::read($input);
[all …]
DVAvailabilityTest.php24 $document = Reader::read($vcal);
33 $this->assertIsValid(Reader::read(
47 $this->assertIsNotValid(Reader::read(
59 $this->assertIsNotValid(Reader::read(
72 $this->assertIsNotValid(Reader::read(
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
DVCalendarTest.php15 $vcal = VObject\Reader::read($input);
26 $output = VObject\Reader::read($output)->serialize();
312 $vcal = VObject\Reader::read($input);
342 $vcal = VObject\Reader::read($input);
360 $vcal = VObject\Reader::read($input);
379 $vcal = VObject\Reader::read($input);
397 $vcal = VObject\Reader::read($input);
417 $vcal = VObject\Reader::read($input);
437 $vcal = VObject\Reader::read($input);
461 $vcal = VObject\Reader::read($input);
[all …]
DVAvailabilityTest.php24 $document = Reader::read($vcal);
33 $this->assertIsValid(Reader::read(
47 $this->assertIsNotValid(Reader::read(
59 $this->assertIsNotValid(Reader::read(
72 $this->assertIsNotValid(Reader::read(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php15 $vcal = VObject\Reader::read($input);
26 $output = VObject\Reader::read($output)->serialize();
311 $vcal = VObject\Reader::read($input);
341 $vcal = VObject\Reader::read($input);
359 $vcal = VObject\Reader::read($input);
378 $vcal = VObject\Reader::read($input);
396 $vcal = VObject\Reader::read($input);
416 $vcal = VObject\Reader::read($input);
436 $vcal = VObject\Reader::read($input);
460 $vcal = VObject\Reader::read($input);
[all …]
/plugin/jplayer/vendor/symfony/process/Pipes/
DUnixPipes.php97 $read = $e = [];
111 return $read;
118 $read[$type = array_search($pipe, $this->pipes, true)] = '';
122 $read[$type] .= $data;
125 if (!isset($read[$type][0])) {
126 unset($read[$type]);
135 return $read;
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php107 $read = $e = [];
121 return $read;
128 $read[$type = array_search($pipe, $this->pipes, true)] = '';
132 $read[$type] .= $data;
135 if (!isset($read[$type][0])) {
136 unset($read[$type]);
145 return $read;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/
DGoogleExampleLibraryagentV1Book.php33 public $read; variable in Google\\Service\\Libraryagent\\GoogleExampleLibraryagentV1Book
70 public function setRead($read) argument
72 $this->read = $read;
79 return $this->read;
/plugin/asciidocjs/node_modules/pug-load/
Dindex.js24 str = options.read(path, options);
52 var str = options.read(filename);
68 load.read = function read(filename, options) { function
90 if (options.read && typeof options.read !== 'function') {
99 read: load.read property
/plugin/jplayer/vendor/symfony/process/Tests/
DPipeStdinInStdoutStdErrStreamSelect.php17 $read = [\STDIN]; variable
25 while ($read || $write) {
26 $r = $read;
44 if (null === $read && '' === $out) {
55 if (null === $read && '' === $err) {
66 $read = null; variable
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DPumpStreamTest.php29 $this->assertEquals('a', $p->read(1));
31 $this->assertEquals('aaaaa', $p->read(5));
42 $this->assertEquals('a', $p->read(1));
43 $this->assertEquals('b', $p->read(1));
44 $this->assertEquals('cdef', $p->read(4));
45 $this->assertEquals('abcdefabc', $p->read(9));
67 $this->assertEquals('', $p->read(10));
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
Dfunctions.php71 $reader->read();
82 $reader->read();
86 $reader->read();
147 $reader->read();
191 $reader->read();
207 $reader->read();
211 $reader->read();
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
Dfunctions.php69 if (!$reader->read()) {
93 if (!$reader->read()) {
99 $reader->read();
160 if (!$reader->read()) {
214 $reader->read();
230 if (!$reader->read()) {
236 $reader->read();

12345678910>>...39