Home
last modified time | relevance | path

Searched refs:createProperty (Results 51 – 71 of 71) sorted by path

123

/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md759 * Added: Document::createComponent and Document::createProperty.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php192 … public function createProperty($name, $value = null, array $parameters = null, $valueType = null) function in Sabre\\VObject\\Document
H A DFreeBusyGenerator.php519 $dtstart = $calendar->createProperty('DTSTART');
524 $dtend = $calendar->createProperty('DTEND');
530 $dtstamp = $calendar->createProperty('DTSTAMP');
545 $prop = $calendar->createProperty(
H A DVCardConverter.php89 $newProperty = $output->createProperty(
135 $newProperty = $output->createProperty('X-ABSHOWAS', 'COMPANY');
144 $newProperty = $output->createProperty('X-ADDRESSBOOKSERVER-KIND', 'GROUP');
172 $newProperty = $output->createProperty('KIND', 'ORG');
177 $newProperty = $output->createProperty('KIND', 'GROUP');
235 $tempProperty = $output->createProperty($newProperty->name);
258 $newProperty = $output->createProperty(
316 $newProperty = $output->createProperty(
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
H A DMimeDir.php436 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
H A DXML.php176 $this->createProperty(
293 $this->createProperty(
336 protected function createProperty(Component $parentComponent, $name, $parameters, $type, $value) function in Sabre\\VObject\\Parser\\XML
338 $property = $this->root->createProperty(
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md533 * Added: Document::createComponent and Document::createProperty.
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { function in Sabre\\VObject\\Document
H A DFreeBusyGenerator.php332 $dtstart = $calendar->createProperty('DTSTART');
337 $dtend = $calendar->createProperty('DTEND');
341 $dtstamp = $calendar->createProperty('DTSTAMP');
350 $prop = $calendar->createProperty(
H A DVCardConverter.php87 $newProperty = $output->createProperty(
140 $newProperty = $output->createProperty('X-ABSHOWAS','COMPANY');
149 $newProperty = $output->createProperty('X-ADDRESSBOOKSERVER-KIND','GROUP');
185 $newProperty = $output->createProperty('KIND','ORG');
190 $newProperty = $output->createProperty('KIND','GROUP');
250 $tempProperty = $output->createProperty($newProperty->name);
274 $newProperty = $output->createProperty(
333 $newProperty = $output->createProperty(
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
H A DMimeDir.php404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php29 $calendar->createProperty('TRIGGER', '20120312T130000Z', array('VALUE' => 'DATE-TIME'))
38 $calendar->createProperty('TRIGGER', '-P1D', array('VALUE' => 'DURATION'))
50 …$valarm3->add( $calendar->createProperty('TRIGGER', '-P1D', array('VALUE'=>'DURATION', 'RELATED' =…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php55 $sub = $comp->createProperty('GROUP1.EMAIL','1@1.com');
58 $sub = $comp->createProperty('GROUP2.EMAIL','2@2.com');
61 $sub = $comp->createProperty('EMAIL','3@3.com');
329 $comp->add($comp->createProperty('FOO','BAR'));
416 $comp->createProperty('UID', '12345'),
455 $prop = $comp->createProperty('A','B');
H A DDocumentTest.php30 $prop = $vcal->createProperty('X-PROP','1234256',array('X-PARAM' => '3'));
H A DPropertyTest.php15 $property = $cal->createProperty('propname','propvalue');
43 $property = $cal->createProperty('propname','propvalue');
54 $property = $cal->createProperty('propname','propvalue');
66 $property = $cal->createProperty('propname','propvalue');
153 $property = $cal->createProperty('propname',$value);
165 $property = $cal->createProperty('propname', $value);
195 $property = $cal->createProperty('EMAIL');
210 $prop = $cal->createProperty('EMAIL');
222 $prop = $cal->createProperty('EMAIL');
238 $property = $cal->createProperty('EMAIL','value');
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php18 $elem = $vcard->createProperty('ORG');
33 $elem = $vcard->createProperty('ORG');
44 $elem = $vcard->createProperty('ORG', null);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php25 $elem = $this->vcal->createProperty('DTSTART');
42 $elem = $this->vcal->createProperty('DTSTART');
57 $elem = $this->vcal->createProperty('DTSTART');
72 $elem = $this->vcal->createProperty('DTSTART');
87 $elem = $this->vcal->createProperty('DTSTART');
104 $elem = $this->vcal->createProperty('DTSTART');
123 $elem = $this->vcal->createProperty('DTSTART');
142 $elem = $this->vcal->createProperty('DTSTART');
157 $elem = $this->vcal->createProperty('DTSTART');
174 $elem = $this->vcal->createProperty('DTSTART');
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php17 $prop = $vcard->createProperty('BDAY', $input);
90 $prop = $vcard->createProperty('BDAY');
106 $prop = $vcard->createProperty('BDAY');
118 $prop = $vcard->createProperty('BDAY');
131 $prop = $vcard->createProperty('BDAY');
144 $prop = $vcard->createProperty('BDAY');
158 $prop = $vcard->createProperty('BDAY', $datetime);
170 $prop = $vcard->createProperty('BDAY', $datetime, null, 'DATE');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php18 $dtStart = $vcal->createProperty('DTSTART');
41 $dtStart = $vcal->createProperty('DTSTART');
81 $dtStart = $vcal->createProperty('DTSTART');
133 $dtStart = $vcal->createProperty('DTSTART');
180 $dtStart = $vcal->createProperty('DTSTART');
222 $dtStart = $vcal->createProperty('DTSTART');
275 $dtStart = $vcal->createProperty('DTSTART');
328 $dtStart = $vcal->createProperty('DTSTART');
381 $dtStart = $vcal->createProperty('DTSTART');
432 $dtStart = $vcal->createProperty('DTSTART');
[all …]

123