Home
last modified time | relevance | path

Searched refs:stream (Results 176 – 200 of 459) sorted by path

12345678910>>...19

/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/
H A Dics.php48 $stream = $hlp->getCalendarAsICSFeed($calid); variable
52 echo $stream;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php7 protected $stream; variable in CliLog
11 $this->stream = fopen('php://stdout','w');
16 fwrite($this->stream, $msg . "\n");
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php87 $stream = fopen('php://temp', 'r+');
88 fwrite($stream, $body);
89 rewind($stream);
90 $body = $stream;
H A DTree.php307 $stream = fopen('php://temp', 'r+');
308 fwrite($stream, $data);
309 rewind($stream);
310 $data = $stream;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php99 $stream = fopen('php://temp','r+');
100 fwrite($stream, $newData);
101 rewind($stream);
102 $children[0]->put($stream);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php567 $stream = fopen('php://memory','r+');
568 fwrite($stream, $newObject);
569 rewind($stream);
575 &$stream,
579 $newObject = $stream;
592 $stream = fopen('php://memory','r+');
593 fwrite($stream, $newObject);
594 rewind($stream);
598 &$stream,
604 $newObject = $stream;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php54 $stream = fopen('php://memory','r+');
55 fwrite($stream, "222");
56 rewind($stream);
60 $file->patch($stream, 2, 3);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DStreamingFile.php42 $stream = fopen('php://memory','r+');
43 fwrite($stream, $data);
44 rewind($stream);
45 $data = $stream;
/plugin/davcal/vendor/sabre/http/
H A DREADME.md473 * Returns the body as a readable stream resource.
475 * Note that the stream may not be rewindable, and therefore may only be
485 * Note that because the underlying data may be based on a stream, this
495 * This could be either a string or a stream.
502 * Updates the body resource with a new stream.
617 * Returns the body as a readable stream resource.
619 * Note that the stream may not be rewindable, and therefore may only be
629 * Note that because the underlying data may be based on a stream, this
639 * This could be either a string or a stream.
647 * Updates the body resource with a new stream.
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php51 $stream = fopen('php://temp', 'r+');
52 fwrite($stream, $body);
53 rewind($stream);
54 return $stream;
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md259 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
385 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php83 $stream = fopen('php://temp', 'r+');
84 fwrite($stream, $input);
85 rewind($stream);
86 $this->input = $stream;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php368 $stream = fopen('php://memory','r+');
369 fwrite($stream, json_encode($input));
370 rewind($stream);
372 $result = VObject\Reader::readJson($stream,0);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php22 $stream = fopen('php://memory', 'r+');
23 fwrite($stream, $data);
24 rewind($stream);
26 $result = Reader::read($stream);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php17 $stream = fopen('php://memory','r+');
18 fwrite($stream, $data);
19 rewind($stream);
20 return $stream;
H A DVCardTest.php11 $stream = fopen('php://memory','r+');
12 fwrite($stream, $data);
13 rewind($stream);
14 return $stream;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php76 $stream = fopen('php://memory', 'r+');
77 fwrite($stream, $xml);
78 rewind($stream);
81 $result = $util->parse($stream, null, $rootElement);
137 $stream = fopen('php://memory', 'r+');
138 fwrite($stream, $xml);
139 rewind($stream);
142 $result = $util->expect('{http://sabre.io/ns}root', $stream);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md299 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php83 $stream = fopen('php://temp', 'r+');
84 fwrite($stream, $input);
85 rewind($stream);
86 $this->input = $stream;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php368 $stream = fopen('php://memory','r+');
369 fwrite($stream, json_encode($input));
370 rewind($stream);
372 $result = VObject\Reader::readJson($stream,0);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php22 $stream = fopen('php://memory', 'r+');
23 fwrite($stream, $data);
24 rewind($stream);
26 $result = Reader::read($stream);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php17 $stream = fopen('php://memory','r+');
18 fwrite($stream, $data);
19 rewind($stream);
20 return $stream;
H A DVCardTest.php11 $stream = fopen('php://memory','r+');
12 fwrite($stream, $data);
13 rewind($stream);
14 return $stream;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12345678910>>...19