Home
last modified time | relevance | path

Searched refs:fwrite (Results 76 – 100 of 390) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php369 fwrite($stream, json_encode($input));
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php8 fwrite(STDERR, <<<HI
30 fwrite(STDERR, "Generating " . $events . " events\n");
77 fwrite(STDERR, "Validating\n");
81 fwrite(STDERR, "Errors!\n");
82 fwrite(STDERR, print_r($result,true));
86 fwrite(STDERR, "Serializing this beast\n");
90 fwrite(STDERR, "done.\n");
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php23 fwrite($stream, $data);
H A DCliTest.php132 fwrite($inputStream, <<<ICS
164 fwrite($inputStream, <<<ICS
203 fwrite($inputStream, <<<ICS
224 fwrite($inputStream, <<<JCARD
314 fwrite($inputStream, <<<VCARD
354 fwrite($inputStream, <<<VCARD
394 fwrite($inputStream, <<<VCARD
418 fwrite($inputStream, <<<VCARD
443 fwrite($inputStream, <<<VCARD
464 fwrite($inputStream, <<<VCARD
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php18 fwrite($stream, $data);
H A DVCardTest.php12 fwrite($stream, $data);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php84 fwrite($stream, $input);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php77 fwrite($stream, $xml);
138 fwrite($stream, $xml);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php76 fwrite($f, $data);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php179 fwrite($handle, serialize($newData));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php308 fwrite($stream, $data);
H A DCorePlugin.php88 fwrite($stream, $body);
498 fwrite($newBody, $firstByte);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php100 fwrite($stream, $newData);
H A DCalendarTest.php149 fwrite($file,TestUtil::getTestCalendarData());
162 fwrite($file,TestUtil::getTestCalendarData());
H A DFreeBusyReportTest.php35 fwrite($obj2,<<<ics
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php568 fwrite($stream, $newObject);
593 fwrite($stream, $newObject);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php77 fwrite($file,'foo');
H A DCardTest.php67 fwrite($file, 'newdata');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DMock.php26 fwrite($card2,"BEGIN:VCARD\nVERSION:3.0\nUID:45678\nEND:VCARD");
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php55 fwrite($stream, "222");
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DStreamingFile.php43 fwrite($stream, $data);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php151 fwrite($body, 'Ignore this. Send this sentence. Ignore this too.');
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php16 fwrite($this->stream, $msg . "\n");
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php80 fwrite($output, $body, $contentLength);

12345678910>>...16