Home
last modified time | relevance | path

Searched refs:xmlDeserialize (Results 76 – 100 of 101) sorted by last modified time

12345

/plugin/webdav/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/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php41 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Property\\Complex
/plugin/webdav/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);
H A DPropFind.php57 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\PropFind
64 foreach (KeyValue::xmlDeserialize($reader) as $k => $v) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php170 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Property\\Acl
H A DCurrentUserPrivilegeSet.php120 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DElements.php102 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Elements
/plugin/webdav/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.php103 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\InviteReply
105 $elems = KeyValue::xmlDeserialize($reader);
/plugin/webdav/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.php120 static function xmlDeserialize(Reader $reader) { function in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php117 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Property\\ScheduleCalendarTransp
H A DSupportedCalendarComponentSet.php109 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Property\\SupportedCalendarComponentSet
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php40 static function xmlDeserialize(SabreXml\Reader $reader) { function in Sabre\\VObject\\Parser\\XML\\Element\\KeyValue
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md150 `xmlDeserialize`. This is so that it matches PHP's `JsonSerializable`
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DElements.php102 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Elements
H A DKeyValue.php102 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\KeyValue
H A DBase.php84 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Base
H A DUri.php93 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Uri
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DMock.php53 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Mock
/plugin/icalevents/vendor/sabre/xml/lib/
H A DXmlDeserializable.php36 static function xmlDeserialize(Reader $reader); function

12345