Home
last modified time | relevance | path

Searched refs:xmlDeserialize (Results 51 – 75 of 101) sorted by last modified time

12345

/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/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php104 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Property\\GetLastModified
H A DHref.php149 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));
H A DShareAccess.php123 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Property\\ShareAccess
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php61 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\MkCol
H A DPropPatch.php89 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\PropPatch
H A DShareResource.php61 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAV\\Xml\\Request\\ShareResource
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php177 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Property\\Principal
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DAclPrincipalPropSetReport.php45 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\AclPrincipalPropSetReport
H A DPrincipalPropertySearchReport.php77 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\PrincipalPropertySearchReport
H A DExpandPropertyReport.php56 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\ExpandPropertyReport
H A DPrincipalMatchReport.php76 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\PrincipalMatchReport
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 DKeyValue.php102 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\KeyValue
H A DUri.php93 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Uri
H A DBase.php84 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Base
/plugin/webdav/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/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php60 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\MkCalendar
H A DShare.php62 static function xmlDeserialize(Reader $reader) { function in Sabre\\CalDAV\\Xml\\Request\\Share
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md156 `xmlDeserialize`. This is so that it matches PHP's `JsonSerializable`
/plugin/webdav/vendor/sabre/xml/lib/
H A DXmlDeserializable.php36 static function xmlDeserialize(Reader $reader); function

12345