Home
last modified time | relevance | path

Searched refs:writeElement (Results 26 – 50 of 76) sorted by relevance

1234

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DAllowedSharingModes.php77 $writer->writeElement('{' . Plugin::NS_CALENDARSERVER . '}can-be-shared');
80 $writer->writeElement('{' . Plugin::NS_CALENDARSERVER . '}can-be-published');
H A DScheduleCalendarTransp.php87 $writer->writeElement('{' . Plugin::NS_CALDAV . '}transparent');
90 $writer->writeElement('{' . Plugin::NS_CALDAV . '}opaque');
H A DSupportedCollationSet.php52 $writer->writeElement('{' . Plugin::NS_CALDAV . '}supported-collation', $collation);
H A DEmailAddressSet.php74 $writer->writeElement('{http://calendarserver.org/ns/}email-address', $email);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DAllowedSharingModes.php77 $writer->writeElement('{' . Plugin::NS_CALENDARSERVER . '}can-be-shared');
80 $writer->writeElement('{' . Plugin::NS_CALENDARSERVER . '}can-be-published');
H A DScheduleCalendarTransp.php87 $writer->writeElement('{' . Plugin::NS_CALDAV . '}transparent');
90 $writer->writeElement('{' . Plugin::NS_CALDAV . '}opaque');
H A DSupportedCollationSet.php52 $writer->writeElement('{' . Plugin::NS_CALDAV . '}supported-collation', $collation);
H A DEmailAddressSet.php74 $writer->writeElement('{http://calendarserver.org/ns/}email-address', $email);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php260 $writer->writeElement('{DAV:}principal', $principal);
264 $writer->writeElement($ace['privilege']);
270 $writer->writeElement('{DAV:}protected');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php260 $writer->writeElement('{DAV:}principal', $principal);
264 $writer->writeElement($ace['privilege']);
270 $writer->writeElement('{DAV:}protected');
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php288 $writer->writeElement(
301 $writer->writeElement('code', $values[0]);
302 $writer->writeElement('description', $values[1]);
305 $writer->writeElement('data', $values[2]);
H A DFloatValue.php120 $writer->writeElement('latitude', $value[0]);
121 $writer->writeElement('longitude', $value[1]);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php132 $writer->writeElement('latitude', $value[0]);
133 $writer->writeElement('longitude', $value[1]);
H A DText.php307 $writer->writeElement(
321 $writer->writeElement('code', $values[0]);
322 $writer->writeElement('description', $values[1]);
325 $writer->writeElement('data', $values[2]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php91 $writer->writeElement('{DAV:}response', $response);
94 $writer->writeElement('{DAV:}sync-token', $syncToken);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php91 $writer->writeElement('{DAV:}response', $response);
94 $writer->writeElement('{DAV:}sync-token', $syncToken);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php275 $this->writer->writeElement("{http://sabredav.org/ns}foo", 'content');
290 …$this->writer->writeElement("{http://sabredav.org/ns}foo", new Element\KeyValue(['{http://sabredav…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php145 $writer->writeElement($cs . 'description', $this->description);
148 $writer->writeElement('{DAV:}href', $this->href);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php145 $writer->writeElement($cs . 'description', $this->description);
148 $writer->writeElement('{DAV:}href', $this->href);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedCollationSet.php42 $writer->writeElement('{urn:ietf:params:xml:ns:carddav}supported-collation', $coll);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedCollationSet.php42 $writer->writeElement('{urn:ietf:params:xml:ns:carddav}supported-collation', $coll);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DInvite.php65 $writer->writeElement('{DAV:}sharee', $sharee);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php79 $writer->writeElement($valueType, $this->getValue());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php83 $writer->writeElement($valueType, $this->getValue());
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DElements.php76 $writer->writeElement($val);

1234