Home
last modified time | relevance | path

Searched refs:add (Results 701 – 725 of 2070) sorted by path

1...<<21222324252627282930>>...83

/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php41 $effectiveTrigger->add($triggerDuration);
53 $effectiveTrigger->add($triggerDuration);
57 $effectiveTrigger->add($duration);
58 $effectiveTrigger->add($triggerDuration);
61 $effectiveTrigger->add($triggerDuration);
H A DVCalendar.php333 $this->add($newEvent);
H A DVEvent.php72 $effectiveEnd->add(VObject\DateTimeParser::parseDuration($this->DURATION));
H A DVFreeBusy.php51 $tmp->add($busyEnd);
H A DVTodo.php40 $effectiveEnd->add($duration);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php251 $endTime->add($duration);
294 $endTime->add($duration);
329 $calendar->add($vfreebusy);
334 $vfreebusy->add($dtstart);
339 $vfreebusy->add($dtend);
343 $vfreebusy->add($dtstamp);
355 $vfreebusy->add($prop);
H A DProperty.php77 $this->add($k, $v);
170 function add($name, $value = null) { function in Sabre\\VObject\\Property
H A DVCardConverter.php129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
130 $output->add('ITEM' . $x . '.X-ABLABEL', '_$!<Anniversary>!$_');
255 $output->add($newProperty);
392 $newProperty->add('PREF','1');
394 $newProperty->add($param->name, $paramPart);
405 $newProperty->add($param->name, $param->getParts());
435 $newProperty->add($param->name, $param->getParts());
446 $newProperty->add('TYPE','PREF');
451 $newProperty->add($param->name, $param->getParts());
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php283 $existingObject->add(clone $component);
293 $existingObject->add(clone $component);
442 $existingObject->add($newObject);
520 $event = $icalMsg->add('VEVENT', array(
545 $icalMsg->add(clone $timezone);
607 $icalMsg->add($currentEvent);
729 $event = $icalMsg->add('VEVENT', array(
737 $event->add(clone $instanceObj->DTSTART);
741 $event->add('SUMMARY', $summary);
753 $recur = $event->add('DTSTART', $dt);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php73 $this->root->add($this->parseProperty($prop));
76 $this->root->add($this->parseComponent($comp));
H A DMimeDir.php139 $this->root->add($result);
174 $component->add($result);
407 $propObj->add(null, $namelessParameter);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php169 $end->add($duration);
289 $event->add($recurid);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php79 $this->objects[$uid]->add(clone $component);
103 $object->add($vtimezone);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php28 $valarm1->add(
37 $valarm2->add(
43 $vevent2->add($valarm2);
50 …$valarm3->add( $calendar->createProperty('TRIGGER', '-P1D', array('VALUE'=>'DURATION', 'RELATED' =…
55 $vevent3->add($valarm3);
69 $vtodo4->add($valarm4);
83 $vevent5->add($valarm5);
95 $vevent6->add($valarm6);
110 $vevent7->add($valarm7);
123 $vevent7->add($valarm7);
[all …]
H A DVEventTest.php81 $vevent8->add('EXDATE', '20130405T140000');
82 $vevent8->add('EXDATE', '20130329T140000');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php16 $comp->add($sub);
19 $comp->add($sub);
38 $comp->add($sub);
41 $comp->add($sub);
56 $comp->add($sub);
59 $comp->add($sub);
62 $comp->add($sub);
82 $comp->add($sub);
85 $comp->add($sub);
159 $comp->add($event);
[all …]
H A DDocumentTest.php28 $vcal->add($event);
33 $event->add($prop);
H A DEmptyParameterTest.php53 $vcard->PHOTO->add(null,'BASE64');
H A DIssue40Test.php15 …$card->add('N', array('van der Harten', array('Rene','J.'), "", 'Sir','R.D.O.N.'), array('SORT-AS'…
H A DJCalTest.php11 $event = $cal->add('VEVENT', array(
29 $event->add("X-BOOL", true, array('VALUE' => 'BOOLEAN'));
30 $event->add("X-TIME", "08:00:00", array('VALUE' => 'TIME'));
31 $event->add("ATTACH", "attachment", array('VALUE' => 'BINARY'));
32 …$event->add("ATTENDEE", "mailto:dominik@example.org", array("CN" => "Dominik", "PARTSTAT" => "DECL…
34 $event->add('REQUEST-STATUS', array("2.0", "Success"));
35 …$event->add('REQUEST-STATUS', array("3.7", "Invalid Calendar User", "ATTENDEE:mailto:jsmith@exampl…
37 $event->add('DTEND', '20150108T133000');
H A DJCardTest.php29 $card->add('BDAY', '1979-12-25', array('VALUE' => 'DATE', 'X-PARAM' => array(1,2)));
30 $card->add('BDAY', '1979-12-25T02:00:00', array('VALUE' => 'DATE-TIME'));
33 $card->add('X-TRUNCATED', '--1225', array('VALUE' => 'DATE'));
34 $card->add('X-TIME-LOCAL', '123000', array('VALUE' => 'TIME'));
35 $card->add('X-TIME-UTC', '12:30:00Z', array('VALUE' => 'TIME'));
36 $card->add('X-TIME-OFFSET', '12:30:00-08:00', array('VALUE' => 'TIME'));
37 $card->add('X-TIME-REDUCED', '23', array('VALUE' => 'TIME'));
38 $card->add('X-TIME-TRUNCATED', '--30', array('VALUE' => 'TIME'));
40 $card->add('X-KARMA-POINTS', '42', array('VALUE' => 'INTEGER'));
41 $card->add('X-GRADE', '1.3', array('VALUE' => 'FLOAT'));
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DBinaryTest.php15 $vcard->add('PHOTO', array('a','b'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php13 $property = $vobj->add('ATTENDEE', $input);
H A DDateTimeTest.php277 $event->add($elem);
283 $this->vcal->add($event);
284 $this->vcal->add($timezone);
304 $event->add($elem);
311 $this->vcal->add($event);
312 $this->vcal->add($timezone);
347 $vevent = $vcal->add('VEVENT');
349 $dtstart = $vevent->add(
H A DDurationTest.php13 $event = $vcal->add('VEVENT', array('DURATION' => array('PT1H')));

1...<<21222324252627282930>>...83