Home
last modified time | relevance | path

Searched refs:xmlDeserialize (Results 26 – 50 of 101) sorted by path

12345

/plugin/davcal/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 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
H A DPrincipal.php177 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Property\\Principal
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php56 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\ExpandPropertyReport
H A DPrincipalPropertySearchReport.php77 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\PrincipalPropertySearchReport
H A DPrincipalSearchPropertySetReport.php44 static function xmlDeserialize(Reader $reader) { function in Sabre\\DAVACL\\Xml\\Request\\PrincipalSearchPropertySetReport
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md89 `xmlDeserialize`. This is so that it matches PHP's `JsonSerializable`
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DBase.php84 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Base
H A DElements.php102 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Elements
H A DKeyValue.php101 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
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php247 $value = Element\Base::xmlDeserialize($this);
H A DXmlDeserializable.php36 static function xmlDeserialize(Reader $reader); function
/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/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 DBase.php84 static function xmlDeserialize(Xml\Reader $reader) { function in Sabre\\Xml\\Element\\Base
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

12345