Home
last modified time | relevance | path

Searched refs:Writer (Results 76 – 100 of 167) sorted by path

1234567

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php91 abstract function xmlSerialize(Xml\Writer $writer);
H A DParameter.php361 function xmlSerialize(Xml\Writer $writer) {
H A DProperty.php351 function xmlSerialize(Xml\Writer $writer) {
396 protected function xmlSerializeValue(Xml\Writer $writer) {
H A DWriter.php17 class Writer { class
55 $writer = new Xml\Writer();
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php122 protected function xmlSerializeValue(Xml\Writer $writer) {
H A DText.php301 protected function xmlSerializeValue(Xml\Writer $writer) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php138 protected function xmlSerializeValue(Xml\Writer $writer) {
H A DRecur.php192 protected function xmlSerializeValue(Xml\Writer $writer) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php261 protected function xmlSerializeValue(Xml\Writer $writer) {
H A DTimeStamp.php78 protected function xmlSerializeValue(Xml\Writer $writer) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php258 VObject\Writer::write($component)
2890 $this->assertXmlStringEqualsXmlString($xml, VObject\Writer::writeXML($component));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DWriterTest.php16 $result = Writer::write($this->getComponent());
23 $result = Writer::writeJson($this->getComponent());
30 $result = Writer::writeXml($this->getComponent());
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md50 `$classMap` property which is defined on both the `Service` and `Writer`.
167 * Removed: `Writer::$context` and `Reader::$context`.
168 * #15: Added `Reader::$baseUri` to match `Writer::$baseUri`.
186 * Added: baseUri property to the Writer class.
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DBase.php54 * @param Writer $writer
57 function xmlSerialize(Xml\Writer $writer) {
H A DCdata.php55 * @param Writer $writer
58 function xmlSerialize(Xml\Writer $writer) {
H A DElements.php72 * @param Writer $writer
75 function xmlSerialize(Xml\Writer $writer) {
H A DKeyValue.php72 * @param Writer $writer
75 function xmlSerialize(Xml\Writer $writer) {
H A DUri.php58 * @param Writer $writer
61 function xmlSerialize(Xml\Writer $writer) {
H A DXmlFragment.php7 use Sabre\Xml\Writer; alias
55 * @param Writer $writer
58 function xmlSerialize(Writer $writer) {
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php6 use Sabre\Xml\Writer; alias
37 * @param Writer $writer
41 function enum(Writer $writer, array $values) {
57 * @param Writer $writer
61 function valueObject(Writer $writer, $valueObject, $namespace) {
92 * @param Writer $writer
97 function repeatingElements(Writer $writer, array $items, $childElementName) {
160 * @param Writer $writer
164 function standardSerializer(Writer $writer, $value) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php77 * @return Writer
81 $w = new Writer();
232 $this->classMap[$className] = function(Writer $writer, $valueObject) use ($namespace) {
H A DWriter.php31 class Writer extends XMLWriter { class
H A DXmlSerializable.php31 * @param Writer $writer
34 function xmlSerialize(Writer $writer);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php6 use Sabre\Xml\Writer; alias
34 $writer = new Writer();
H A DEater.php32 function xmlSerialize(Xml\Writer $writer) {

1234567