Home
last modified time | relevance | path

Searched refs:serialize (Results 51 – 75 of 542) sorted by path

12345678910>>...22

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php163 serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']))
166 echo serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\CalDAV\\Exception\\InvalidComponentType
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php251 $mergedCalendar = $mergedCalendar->serialize();
H A DPlugin.php462 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
567 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
613 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
696 $result = $result->serialize();
808 $data = $vobj->serialize();
891 $data = $vobj->serialize();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php142 $iTipMessage->message->serialize(),
H A DPlugin.php460 $inbox->createFile($newFileName, $iTipMessage->message->serialize());
478 $calendar->createFile($newFileName, $newObject->serialize());
491 $objectNode->put($newObject->serialize());
725 …ppendChild($dom->createTextNode(str_replace("\r\n", "\n", $result['calendar-data']->serialize())));
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php352 $data = $vobj->serialize();
371 $data = $vobj->serialize();
802 return $data->serialize();
805 return $data->serialize();
H A DVCFExportPlugin.php106 VObject\Reader::read($nodeData)->serialize();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DException.php38 function serialize(Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception
H A DServer.php300 $e->serialize($this, $error);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DConflictingLock.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\ConflictingLock
H A DInvalidResourceType.php26 function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\InvalidResourceType
H A DInvalidSyncToken.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\InvalidSyncToken
H A DLockTokenMatchesRequestUri.php34 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\LockTokenMatchesRequestUri
H A DLocked.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\Locked
H A DPreconditionFailed.php61 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\PreconditionFailed
H A DReportNotSupported.php25 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\ReportNotSupported
H A DTooManyMatches.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\TooManyMatches
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php179 fwrite($handle, serialize($newData));
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php130 $value = serialize($value);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DAceConflict.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAVACL\\Exception\\AceConflict
H A DNeedPrivileges.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAVACL\\Exception\\NeedPrivileges
H A DNoAbstract.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAVACL\\Exception\\NoAbstract
H A DNotRecognizedPrincipal.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAVACL\\Exception\\NotRecognizedPrincipal
H A DNotSupportedPrivilege.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAVACL\\Exception\\NotSupportedPrivilege

12345678910>>...22