Home
last modified time | relevance | path

Searched refs:add (Results 1976 – 2000 of 2070) sorted by path

1...<<71727374757677787980>>...83

/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php176 $this->root->add($result);
211 $component->add($result);
439 $propObj->add(null, $namelessParameter);
H A DXML.php323 $parentComponent->add($currentComponent);
344 $parentComponent->add($property);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php78 $this->add($k, $v);
163 public function add($name, $value = null) function in Sabre\\VObject\\Property
H A DVCardConverter.php126 … $output->add('ITEM'.$x.'.X-ABDATE', $newProperty->getValue(), ['VALUE' => 'DATE-AND-OR-TIME']);
127 $output->add('ITEM'.$x.'.X-ABLABEL', '_$!<Anniversary>!$_');
240 $output->add($newProperty);
369 $newProperty->add('PREF', '1');
371 $newProperty->add($param->name, $paramPart);
381 $newProperty->add($param->name, $param->getParts());
407 $newProperty->add($param->name, $param->getParts());
418 $newProperty->add('TYPE', 'PREF');
423 $newProperty->add($param->name, $param->getParts());
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php162 $end = $end->add($duration);
272 $event->add($recurid);
H A DRRuleIterator.php575 $date = $date->add(new \DateInterval('P'.$byYearDay.'D'));
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php76 $this->objects[$uid]->add(clone $component);
98 $object->add($vtimezone);
/plugin/webdavclient/
H A Dhelper.php872 $calendarObject->add($component);
1678 … $endDate->add(\Sabre\VObject\DateTimeParser::parse($component->DURATION->getValue()));
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php108 public function add($prefix, $paths, $prepend = false) function in Composer\\Autoload\\ClassLoader
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md266 purposes. Patches are welcome to add more data.
342 * Added: You can now add() multiple parameters to a property in one call.
462 * Added: add() method to the Property class.
468 * Added: You can add new sub-components much quicker with the magic setters, and
469 add() method.
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
H A Dgenerateicalendardata.php73 $calendar->add($event);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php73 $this->add($key, $value);
76 $this->add($node);
83 $this->add($child);
87 $this->add($k, $child);
107 function add($a1, $a2 = null, $a3 = null) { function in Sabre\\VObject\\Component
558 $this->add($propName, $defaults[$propName]);
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
/plugin/webdavclient/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/webdavclient/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(
550 $icalMsg->add(clone $timezone);
612 $icalMsg->add($currentEvent);
734 $event = $icalMsg->add('VEVENT', array(
742 $event->add(clone $instanceObj->DTSTART);
751 $event->add('SUMMARY', $summary);
763 $recur = $event->add('DTSTART', $dt);
[all …]
/plugin/webdavclient/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/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php169 $end->add($duration);
283 $event->add($recurid);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php79 $this->objects[$uid]->add(clone $component);
103 $object->add($vtimezone);

1...<<71727374757677787980>>...83