Home
last modified time | relevance | path

Searched refs:serialize (Results 151 – 175 of 542) sorted by last modified time

12345678910>>...22

/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/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php173 $this->assertEquals('BDAY:20140402', rtrim($prop->serialize()));
H A DLanguageTagTest.php22 $result->serialize()
44 $result->serialize()
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php39 $result = $vcal->serialize();
H A DMissingOverriddenTest.php38 $result = $vcal->serialize();
H A DOverrideFirstEventTest.php68 $newIcs = $vcal->serialize();
113 $newIcs = $vcal->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DSlashRTest.php15 $this->assertEquals("TEST:abc\\ndef\r\n", $prop->serialize());
H A DTestCase.php43 $expected->serialize(),
44 $actual->serialize(),
H A DVCardConverterTest.php508 $vcard = $vcard->serialize();
H A DComponentTest.php341 $this->assertEquals("BEGIN:VCALENDAR\r\nEND:VCALENDAR\r\n", $comp->serialize());
352 $str = $comp->serialize();
367 $str = $comp->serialize();
394 $str = $comp->serialize();
H A DVCard21Test.php21 $output = $vobj->serialize($input);
38 $output = $vobj->serialize($input);
/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();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php142 $iTipMessage->message->serialize(),
/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
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DAceConflictTest.php18 $ex->serialize($server, $root);
H A DNoAbstractTest.php18 $ex->serialize($server, $root);
H A DNotSupportedPrivilegeTest.php18 $ex->serialize($server, $root);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md144 strings or array of strings and is used to serialize an
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md142 … support, all record datetime are now immutable, and will toString/json serialize with the correct…

12345678910>>...22