Home
last modified time | relevance | path

Searched refs:Writer (Results 151 – 167 of 167) sorted by path

1234567

/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php123 protected function xmlSerializeValue(Xml\Writer $writer)
H A DRecur.php178 protected function xmlSerializeValue(Xml\Writer $writer)
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php282 protected function xmlSerializeValue(Xml\Writer $writer)
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php237 protected function xmlSerializeValue(Xml\Writer $writer)
H A DTimeStamp.php74 protected function xmlSerializeValue(Xml\Writer $writer)
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php17 class Writer class
53 $writer = new Xml\Writer();
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md56 `$classMap` property which is defined on both the `Service` and `Writer`.
173 * Removed: `Writer::$context` and `Reader::$context`.
174 * #15: Added `Reader::$baseUri` to match `Writer::$baseUri`.
192 * Added: baseUri property to the Writer class.
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DBase.php54 * @param Writer $writer
57 function xmlSerialize(Xml\Writer $writer) {
H A DCdata.php55 * @param Writer $writer
58 function xmlSerialize(Xml\Writer $writer) {
H A DElements.php72 * @param Writer $writer
75 function xmlSerialize(Xml\Writer $writer) {
H A DKeyValue.php72 * @param Writer $writer
75 function xmlSerialize(Xml\Writer $writer) {
H A DUri.php58 * @param Writer $writer
61 function xmlSerialize(Xml\Writer $writer) {
H A DXmlFragment.php7 use Sabre\Xml\Writer; alias
55 * @param Writer $writer
58 function xmlSerialize(Writer $writer) {
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php6 use Sabre\Xml\Writer; alias
37 * @param Writer $writer
41 function enum(Writer $writer, array $values) {
57 * @param Writer $writer
61 function valueObject(Writer $writer, $valueObject, $namespace) {
92 * @param Writer $writer
97 function repeatingElements(Writer $writer, array $items, $childElementName) {
160 * @param Writer $writer
164 function standardSerializer(Writer $writer, $value) {
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php77 * @return Writer
81 $w = new Writer();
233 $this->classMap[$className] = function(Writer $writer, $valueObject) use ($namespace) {
H A DWriter.php31 class Writer extends XMLWriter { class
H A DXmlSerializable.php31 * @param Writer $writer
34 function xmlSerialize(Writer $writer);

1234567