Home
last modified time | relevance | path

Searched refs:serialize (Results 101 – 125 of 542) sorted by relevance

12345678910>>...22

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DLineFoldingIssueTest.php19 $this->assertEquals($event, $obj->serialize());
H A DIssue40Test.php26 $this->assertEquals($expected, $card->serialize());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DAttachIssueTest.php18 $this->assertEquals($event, $obj->serialize());
H A DLineFoldingIssueTest.php19 $this->assertEquals($event, $obj->serialize());
H A DSlashRTest.php15 $this->assertEquals("TEST:abc\\ndef\r\n", $prop->serialize());
H A DIssue40Test.php26 $this->assertEquals($expected, $card->serialize());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php43 $json = $this->serializer->serialize($school, 'json');
53 $json = $this->serializer->serialize($student, 'json');
80 $json = $this->serializer->serialize($reloadedClass, 'json');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DException.php38 function serialize(Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DUriTest.php22 $output = Reader::read($input)->serialize();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DException.php38 function serialize(Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php27 $restoredMeta = unserialize(serialize($meta));
39 $restoredMeta = unserialize(serialize($meta));
H A DStaticPropertyMetadataTest.php16 $restoredMeta = unserialize(serialize($meta));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php163 $cacheKey .= serialize($filter);
169 $cacheKey .= serialize($values);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DInvalidResourceType.php26 function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\InvalidResourceType
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
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
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php26 $this->assertEquals($expected, $card->serialize());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DInvalidResourceType.php26 function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\InvalidResourceType
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
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
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php28 $this->assertEquals($expected, $card->serialize());

12345678910>>...22