Home
last modified time | relevance | path

Searched refs:add (Results 676 – 700 of 2070) sorted by path

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

/plugin/datepicker/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js233 var both = outerEl.add(innerEl);
3366 start.add(this.dateDelta);
3374 end.add(this.endDelta);
3378 start.add(this.startDelta);
4438 out.add(inc, 'days');
5622 unzonedDate.add(1, 'days');
5897 end.add(1, 'day');
5908 start.add(-1, 'day');
6666 date.add(1, 'days');
10553 endDay.add(1, 'days');
[all …]
H A Dmoment.js1282 return input == null ? week : this.add((input - week) * 7, 'd');
1510 return this.add(input - day, 'd');
2545 res.add(1, 'd');
2889 this.add(localAdjust, 'm');
3086 if (base.clone().add(res.months, 'M').isAfter(other)) {
3157 var add = createAdder(1, 'add');
3279 anchor = a.clone().add(wholeMonthDiff, 'months'),
3283 anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');
3287 anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');
3833 proto.add = add;
[all …]
/plugin/davcal/
H A Dhelper.php783 $event = $vcalendar->add('VEVENT');
785 $event->add('UID', $uuid);
796 $event->add('LOCATION', $location);
802 $event->add('ATTACH', $attachment);
806 $event->add('DTSTAMP', $dtStamp);
807 $event->add('CREATED', $dtStamp);
808 $event->add('LAST-MODIFIED', $dtStamp);
834 $dtEndEv = $event->add('DTEND', $dtEnd);
1128 $dtEnd = $dtStart->add($interval);
1322 $vevent->add('DTSTAMP', $dtStamp);
[all …]
H A Dscript.js351 startDate.add(startTime);
352 endDate.add(endTime);
/plugin/davcal/syntax/
H A Dtable.php162 $from->add(new \DateInterval('P'.$days.'D'));
189 $to->add(new \DateInterval('P'.$data['numdays'].'D'));
/plugin/davcal/vendor/composer/
H A DClassLoader.php108 public function add($prefix, $paths, $prepend = false) function in Composer\\Autoload\\ClassLoader
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php249 $endDate->add(\Sabre\VObject\DateTimeParser::parse($component->DURATION->value));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php561 $endDate->add(VObject\DateTimeParser::parse($component->DURATION->getValue()));
H A DSharingSupport.php193 * @param array $add
197 function updateShares($calendarId, array $add, array $remove); argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php319 foreach ($timezones as $tz) $calendar->add($tz);
320 foreach ($objects as $obj) $calendar->add($obj);
H A DIShareableCalendar.php28 * @param array $add
32 function updateShares(array $add, array $remove); argument
H A DShareableCalendar.php29 * @param array $add
33 function updateShares(array $add, array $remove) { argument
35 $this->caldavBackend->updateShares($this->calendarInfo['id'], $add, $remove);
H A DSharingPlugin.php185 $rt->add('{' . Plugin::NS_CALENDARSERVER . '}shared-owner');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php370 $vobj->add('UID', DAV\UUIDUtil::getUUID());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php70 function add($type) { function in Sabre\\DAV\\Xml\\Property\\ResourceType
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php77 * @param array $add
81 function updateShares($calendarId, array $add, array $remove) { argument
87 foreach($add as $val) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php24 $vevent->add($valarm);
27 $vcalendar->add($vevent);
69 $vevent->add($valarm);
71 $vcalendar->add($vevent);
86 $vevent->add($valarm);
88 $vcalendar->add($vevent);
/plugin/davcal/vendor/sabre/dav/tests/
H A Dbootstrap.php8 $autoLoader->add('Sabre\\', __DIR__);
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md100 * `addHeader()` will now preserve an existing header with that name, and add a
H A DREADME.md128 For instance, you may want to add an `isLoggedIn` method to the Request
142 [decorator pattern][6] to add new behavior where you need it. `sabre/http`
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md226 purposes. Patches are welcome to add more data.
302 * Added: You can now add() multiple parameters to a property in one call.
422 * Added: add() method to the Property class.
428 * Added: You can add new sub-components much quicker with the magic setters, and
429 add() method.
/plugin/davcal/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/davcal/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]);

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