Home
last modified time | relevance | path

Searched refs:createProperty (Results 1 – 25 of 71) sorted by relevance

123

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
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/icalevents/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php14 $property = $cal->createProperty('propname', 'propvalue');
42 $property = $cal->createProperty('propname', 'propvalue');
53 $property = $cal->createProperty('propname', 'propvalue');
152 $property = $cal->createProperty('propname', $value);
164 $property = $cal->createProperty('propname', $value);
194 $property = $cal->createProperty('EMAIL');
209 $prop = $cal->createProperty('EMAIL');
221 $prop = $cal->createProperty('EMAIL');
237 $property = $cal->createProperty('EMAIL', 'value');
250 $property = $cal->createProperty('X-PROP', 'value', [
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
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/davcal/vendor/sabre/vobject/tests/VObject/
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/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php23 $elem = $this->vcal->createProperty('DTSTART');
40 $elem = $this->vcal->createProperty('DTSTART');
55 $elem = $this->vcal->createProperty('DTSTART');
69 $elem = $this->vcal->createProperty('DTSTART');
84 $elem = $this->vcal->createProperty('DTSTART');
99 $elem = $this->vcal->createProperty('DTSTART');
116 $elem = $this->vcal->createProperty('DTSTART');
135 $elem = $this->vcal->createProperty('DTSTART');
154 $elem = $this->vcal->createProperty('DTSTART');
169 $elem = $this->vcal->createProperty('DTSTART');
[all …]
H A DRecurTest.php204 … $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=0');
217 … $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=0');
230 … $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=bla');
243 … $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=bla');
257 … $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=14');
323 $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYWEEKNO=11');
334 $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYWEEKNO=55;BYDAY=WE');
377 $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYWEEKNO=55;BYDAY=WE');
390 $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYYEARDAY=119');
401 … $property = $calendar->createProperty('RRULE', 'FREQ=YEARLY;COUNT=6;BYYEARDAY=367;BYDAY=WE');
[all …]
/plugin/davcard/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/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/davcal/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/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php16 $prop = $vcard->createProperty('BDAY', $input);
89 $prop = $vcard->createProperty('BDAY');
102 $prop = $vcard->createProperty('BDAY');
118 $prop = $vcard->createProperty('BDAY');
130 $prop = $vcard->createProperty('BDAY');
143 $prop = $vcard->createProperty('BDAY');
156 $prop = $vcard->createProperty('BDAY');
169 $prop = $vcard->createProperty('BDAY');
183 $prop = $vcard->createProperty('BDAY', $datetime);
195 $prop = $vcard->createProperty('BDAY', $datetime, null, 'DATE');
/plugin/davcard/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/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/davcal/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/icalevents/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 …]
/plugin/davcard/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 …]
/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 …]
/plugin/davcal/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 …]
/plugin/webdav/vendor/sabre/vobject/lib/
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/davcard/vendor/sabre/vobject/lib/
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/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php91 $newProperty = $output->createProperty(
144 $newProperty = $output->createProperty('X-ABSHOWAS', 'COMPANY');
153 $newProperty = $output->createProperty('X-ADDRESSBOOKSERVER-KIND', 'GROUP');
189 $newProperty = $output->createProperty('KIND', 'ORG');
194 $newProperty = $output->createProperty('KIND', 'GROUP');
254 $tempProperty = $output->createProperty($newProperty->name);
279 $newProperty = $output->createProperty(
339 $newProperty = $output->createProperty(
/plugin/webdavclient/vendor/sabre/vobject/lib/
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/davcal/vendor/sabre/vobject/lib/
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/davcard/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/icalevents/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/
H A DCompoundTest.php18 $elem = $vcard->createProperty('ORG');
33 $elem = $vcard->createProperty('ORG');
44 $elem = $vcard->createProperty('ORG', null);

123