Home
last modified time | relevance | path

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

1234

/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/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php364 $writer->writeElement('text', $value);
H A DProperty.php402 $writer->writeElement($valueType, $value);
/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/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php142 $writer->writeElement('start', $value[0][0]);
145 $writer->writeElement('duration', $value[0][1]);
148 $writer->writeElement('end', $value[0][1]);
H A DRecur.php197 $writer->writeElement($valueType, $value);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php334 $writer->writeElement($valueType, $value);
H A DTimeStamp.php83 $writer->writeElement($valueType, $this->getValue());
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md187 * Added: The writeElement method can now write complex elements.
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php44 $writer->writeElement($value);
67 $writer->writeElement('{' . $namespace . '}' . $key, $child);
71 $writer->writeElement('{' . $namespace . '}' . $key, $val);
100 $writer->writeElement($childElementName, $item);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php193 $w->writeElement($rootElementName, $value);
H A DWriter.php189 function writeElement($name, $content = null) { function in Sabre\\Xml\\Writer
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php327 $this->writer->writeElement("{http://sabredav.org/ns}foo", 'content');
342 …$this->writer->writeElement("{http://sabredav.org/ns}foo", new Element\KeyValue(['{http://sabredav…
421 $writer->writeElement('{http://sabredav.org/ns}' . $key, $val);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php209 $writer->writeElement($cs . 'uid', $this->id);
210 $writer->writeElement('{DAV:}href', $this->href);
215 $writer->writeElement($cs . 'invite-accepted');
218 $writer->writeElement($cs . 'invite-noresponse');
223 $writer->writeElement($cs . 'hosturl', [
228 $writer->writeElement($cs . 'summary', $this->summary);
233 $writer->writeElement($cs . 'read');
235 $writer->writeElement($cs . 'read-write');
243 $writer->writeElement('{DAV:}href', $this->organizer);
251 $writer->writeElement($cs . 'first-name', $this->firstName);
[all …]
H A DInviteReply.php140 $writer->writeElement('{' . CalDAV\Plugin::NS_CALENDARSERVER . '}invite-reply');
156 $writer->writeElement($cs . 'dtstamp', $this->dtStamp->format('Ymd\\THis\\Z'));
160 $writer->writeElement($cs . 'uid', $this->id);
161 $writer->writeElement($cs . 'in-reply-to', $this->inReplyTo);
162 $writer->writeElement('{DAV:}href', $this->href);
167 $writer->writeElement($cs . 'invite-accepted');
170 $writer->writeElement($cs . 'invite-declined');
175 $writer->writeElement($cs . 'hosturl', [
180 $writer->writeElement($cs . 'summary', $this->summary);
H A DSystemStatus.php145 $writer->writeElement($cs . 'description', $this->description);
148 $writer->writeElement('{DAV:}href', $this->href);
/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 DEmailAddressSet.php74 $writer->writeElement('{http://calendarserver.org/ns/}email-address', $email);
H A DInvite.php86 $writer->writeElement($cs . 'invite-accepted');
89 $writer->writeElement($cs . 'invite-declined');
92 $writer->writeElement($cs . 'invite-noresponse');
95 $writer->writeElement($cs . 'invite-invalid');
102 $writer->writeElement($cs . 'read-write');
105 $writer->writeElement($cs . 'read');
117 … $writer->writeElement($cs . 'common-name', $sharee->properties['{DAV:}displayname']);
120 $writer->writeElement($cs . 'summary', $sharee->comment);
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);
/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/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php123 …$writer->writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusC…
125 …$writer->writeElement('{DAV:}href', $writer->contextUri . \Sabre\HTTP\encodePath($this->getHref())…
137 $writer->writeElement('{DAV:}prop', $properties);
138 …$writer->writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusC…
151 $writer->writeElement('{DAV:}propstat', [
H A DSharee.php131 $writer->writeElement('{DAV:}invite-noresponse');
134 $writer->writeElement('{DAV:}invite-accepted');
137 $writer->writeElement('{DAV:}invite-declined');
140 $writer->writeElement('{DAV:}invite-invalid');

1234