Home
last modified time | relevance | path

Searched refs:xmlDeserialize (Results 1 – 25 of 101) sorted by last modified time

12345

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
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/xml/
H A DCHANGELOG.md89 `xmlDeserialize`. This is so that it matches PHP's `JsonSerializable`
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php61 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Eater
H A DMock.php53 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Mock
/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);
H A DMkCol.php61 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\MkCol
H A DPropFind.php57 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\PropFind
64 foreach (KeyValue::xmlDeserialize($reader) as $k => $v) {
H A DPropPatch.php89 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\PropPatch
H A DSyncCollectionReport.php72 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport
79 $elems = KeyValue::xmlDeserialize($reader);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php120 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Response\\MultiStatus
/plugin/davcal/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

12345