Home
last modified time | relevance | path

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

123

/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/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/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/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/edittable/lib/
H A Dhandsontable.full.js21578 var createProperty = __webpack_require__(74);
21596createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.va…
21601 createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
21617 var createProperty = __webpack_require__(74);
21629 while (aLen > index) createProperty(result, index, arguments[index++]);
22767 var createProperty = __webpack_require__(74);
22779 if (desc !== undefined) createProperty(result, key, desc);
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md698 * Added: Document::createComponent and Document::createProperty.
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php196 function createProperty($name, $value = null, array $parameters = null, $valueType = null) { function in Sabre\\VObject\\Document
H A DFreeBusyGenerator.php558 $dtstart = $calendar->createProperty('DTSTART');
563 $dtend = $calendar->createProperty('DTEND');
569 $dtstamp = $calendar->createProperty('DTSTAMP');
585 $prop = $calendar->createProperty(
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/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
H A DMimeDir.php453 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
H A DXML.php195 $this->createProperty(
321 $this->createProperty(
373 … protected function createProperty(Component $parentComponent, $name, $parameters, $type, $value) { function in Sabre\\VObject\\Parser\\XML
375 $property = $this->root->createProperty(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php28 $calendar->createProperty('TRIGGER', '20120312T130000Z', ['VALUE' => 'DATE-TIME'])
37 $calendar->createProperty('TRIGGER', '-P1D', ['VALUE' => 'DURATION'])
49 …$valarm3->add($calendar->createProperty('TRIGGER', '-P1D', ['VALUE' => 'DURATION', 'RELATED' => 'E…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php54 $sub = $comp->createProperty('GROUP1.EMAIL', '1@1.com');
57 $sub = $comp->createProperty('GROUP2.EMAIL', '2@2.com');
60 $sub = $comp->createProperty('EMAIL', '3@3.com');
328 $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', ['X-PARAM' => '3']);
73 $prop = $vcal->createProperty('X-PROP', '1234256', ['X-PARAM' => '3']);
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/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/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/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/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/pdfjs/pdfjs/build/
H A Dpdf.js2554 var createProperty = __w_pdfjs_require__(66);
2574createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.va…
2580 createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
H A Dpdf.js.map1createProperty","getIterFn","from","C","aLen","mapfn","mapping","iterFn","iterator","step","ret","…
H A Dpdf.worker.js3723 var createProperty = __w_pdfjs_require__(70);
3743createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.va…
3749 createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
H A Dpdf.worker.js.map1createProperty","getIterFn","from","C","aLen","mapfn","mapping","iterFn","step","ret","$defineProp…

123