Home
last modified time | relevance | path

Searched refs:xmlDeserialize (Results 1 – 25 of 101) sorted by path

12345

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php51 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Filter\\CalendarData
H A DCompFilter.php48 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Filter\\CompFilter
H A DParamFilter.php46 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Filter\\ParamFilter
H A DPropFilter.php48 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Filter\\PropFilter
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php187 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Property\\Invite
H A DScheduleCalendarTransp.php117 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Property\\ScheduleCalendarTransp
119 $elems = Elements::xmlDeserialize($reader);
H A DSupportedCalendarComponentSet.php109 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Property\\SupportedCalendarComponentSet
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php85 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
H A DCalendarQueryReport.php85 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\CalendarQueryReport
H A DFreeBusyQueryReport.php59 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\FreeBusyQueryReport
H A DInviteReply.php102 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\InviteReply
104 $elems = KeyValue::xmlDeserialize($reader);
H A DMkCalendar.php60 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\MkCalendar
H A DShare.php78 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\Share
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DAddressData.php47 static function xmlDeserialize(Reader $reader) { function in Sabre\\CardDAV\\Xml\\Filter\\AddressData
H A DParamFilter.php47 static function xmlDeserialize(Reader $reader) { function in Sabre\\CardDAV\\Xml\\Filter\\ParamFilter
H A DPropFilter.php47 static function xmlDeserialize(Reader $reader) { function in Sabre\\CardDAV\\Xml\\Filter\\PropFilter
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php75 static function xmlDeserialize(Reader $reader) { function in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
H A DAddressBookQueryReport.php113 static function xmlDeserialize(Reader $reader) { function in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php43 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Element\\Prop
106 $value = Complex::xmlDeserialize($reader);
H A DResponse.php162 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Element\\Response
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php41 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Property\\Complex
H A DGetLastModified.php104 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Property\\GetLastModified
H A DHref.php160 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Property\\Href
H A DResourceType.php98 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Property\\ResourceType
101 new self(parent::xmlDeserialize($reader));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php59 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\Lock
64 $values = KeyValue::xmlDeserialize($reader);

12345