Home
last modified time | relevance | path

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

12345

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
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 DLock.php59 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\Lock
64 $values = KeyValue::xmlDeserialize($reader);
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/Request/
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 DLock.php59 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\Lock
64 $values = KeyValue::xmlDeserialize($reader);
H A DSyncCollectionReport.php72 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport
79 $elems = KeyValue::xmlDeserialize($reader);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
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/Property/
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/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php117 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Property\\ScheduleCalendarTransp
119 $elems = Elements::xmlDeserialize($reader);
/plugin/webdav/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);
/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);
/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);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
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/xml/lib/
H A DXmlDeserializable.php36 static function xmlDeserialize(Reader $reader); function
/plugin/icalevents/vendor/sabre/xml/lib/
H A DXmlDeserializable.php36 static function xmlDeserialize(Reader $reader); function
/plugin/davcal/vendor/sabre/xml/lib/
H A DXmlDeserializable.php36 static function xmlDeserialize(Reader $reader); function
/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
/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/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DMock.php53 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Mock
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalSearchPropertySetReport.php44 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\PrincipalSearchPropertySetReport
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalSearchPropertySetReport.php44 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\PrincipalSearchPropertySetReport
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DBase.php84 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Base
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DBase.php84 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Base
H A DKeyValue.php102 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\KeyValue
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DBase.php84 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Base

12345