Home
last modified time | relevance | path

Searched refs:serialize (Results 101 – 125 of 542) sorted by last modified time

12345678910>>...22

/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php231 function serialize() { function in Sabre\\VObject\\Property
238 $str.=';' . $param->serialize();
H A DComponent.php253 function serialize() { function in Sabre\\VObject\\Component
314 foreach($this->children as $child) $str.=$child->serialize();
H A DNode.php66 abstract public function serialize(); function in Sabre\\VObject\\Node
H A DParameter.php279 public function serialize() { function in Sabre\\VObject\\Parameter
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DAttachIssueTest.php18 $this->assertEquals($event, $obj->serialize());
H A DDocumentTest.php40 $out = $vcal->serialize();
H A DEmptyParameterTest.php23 $vcard = $vcard->serialize();
56 $result = $vcard->serialize();
H A DFreeBusyGeneratorTest.php361 …hat were not found in the output: ' . "\n" . print_r($expected,true) . "\n" . $result->serialize()
H A DParameterTest.php70 $this->assertEquals('NAME=value',$param->serialize());
78 $this->assertEquals('NAME=',$param->serialize());
86 $this->assertEquals('NAME=val1,"val2;","val3^^","val4^n","val5^\'"',$param->serialize());
100 $this->assertEquals('EMAIL="user+something@example.org"',$param->serialize());
123 $this->assertEquals('NAME="va:lue"',$param->serialize());
131 $this->assertEquals('NAME="va;lue"',$param->serialize());
H A DPropertyTest.php124 $this->assertEquals("PROPNAME:propvalue\r\n",$property->serialize());
136 …quals("PROPNAME;PARAMNAME=paramvalue;PARAMNAME2=paramvalue2:propvalue\r\n",$property->serialize());
145 $this->assertEquals("SUMMARY:line1\\nline2\r\n",$property->serialize());
157 $this->assertEquals($expected,$property->serialize());
167 $this->assertEquals($expected, $property->serialize());
H A DReaderTest.php356 $this->assertEquals($expected, $result->serialize());
387 $this->assertEquals($expected, $result->serialize());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php26 $output = VObject\Reader::read($output)->serialize();
28 $this->assertEquals($output, $vcal->serialize());
H A DVCardTest.php29 $vcard->serialize()
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
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/vobject/tests/VObject/ITip/
H A DBrokerTester.php32 $message->message->serialize()
93 $result = $result->serialize();
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards237 echo $vcard->serialize();
H A Dgenerateicalendardata.php88 echo $calendar->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php164 $result = $vobj->serialize();
313 $result = $vobj->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php30 $result = $vcal->serialize();
84 $result = $vcal->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php41 $return .= $object->serialize();
80 $return .= $object->serialize();
139 $return .= $object->serialize();
141 $this->assertEquals($expected, $object->serialize());
167 $return .= $object->serialize();
275 $this->assertEquals($expected, $object->serialize());
276 $return .= $object->serialize();
318 $return .= $object->serialize();
/plugin/davcal/
H A Dhelper.php843 $eventStr = $vcalendar->serialize();
1363 $eventStr = $vcal->serialize();
1650 $out .= $evt->serialize();
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md96 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
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

12345678910>>...22