Home
last modified time | relevance | path

Searched refs:set (Results 376 – 400 of 1255) sorted by path

1...<<11121314151617181920>>...51

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1491 this.set({
3902 this.set('dateProfile', newDateProfile);
3922 this.set('currentEvents', eventsPayload);
3923 this.set('hasEvents', true);
5243 Model.prototype.set = function (name, val) {
5326 _this.set(name, val);
5330 _this.set(name, res);
9978 this.set('isInDom', true);
10845 _this.view.set('businessHourGenerator', _this.businessHourGenerator);
10931 this.view.set('businessHourGenerator', this.businessHourGenerator);
H A Dfullcalendar.less135 /* extra precedence b/c buttons have margin set to zero */
H A Dfullcalendar.print.less55 /* undo height that JS set in distributeHeight */
H A Dmoment.js350 function set (config) {
397 this.set(config);
3858 proto.set = stringSet;
3957 proto$1.set = set;
3987 var utc = createUTC().set(setter, index);
/plugin/davcal/vendor/composer/
H A DClassLoader.php200 public function set($prefix, $paths) function in Composer\\Autoload\\ClassLoader
H A Dautoload_real.php28 $loader->set($namespace, $path);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php385 $propFind->set($propRead, new Href($readList));
386 $propFind->set($propWrite, new Href($writeList));
H A DSharingPlugin.php289 $node->updateShares($message->set, $message->remove);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php79 $propFind->set($prop, '', 200);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php33 public $set = []; variable in Sabre\\CalDAV\\Xml\\Request\\Share
47 * @param array $set
50 function __construct(array $set, array $remove) { argument
52 $this->set = $set;
85 $set = [];
97 $set[] = [
112 return new self($set, $remove);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php674 $propFind->set('{DAV:}getcontenttype', 'text/x-vcard');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php74 function set($propertyName, $value, $status = null) { function in Sabre\\DAV\\Browser\\PropFindAll
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php851 $propFind->set($propertyName, $nodeProperties[$propertyName], 200);
H A DPropFind.php121 function set($propertyName, $value, $status = null) { function in Sabre\\DAV\\PropFind
H A DServer.php108 '{DAV:}supported-privilege-set',
109 '{DAV:}current-user-privilege-set',
112 '{DAV:}inherited-acl-set',
115 '{DAV:}supported-method-set',
116 '{DAV:}supported-report-set',
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php87 $propFind->set($row['name'], $row['value']);
90 $propFind->set($row['name'], new Complex($row['value']));
93 $propFind->set($row['name'], unserialize($row['value']));
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php856 $propFind->set($requestedProperty, null, 403);
910 $propFind->set('{DAV:}current-user-privilege-set', null, 403);
921 $propFind->set('{DAV:}acl', null, 403);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php146 …'{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new CalDAV\Xml\Property\Suppo…
167 '{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => 'blabla',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php393 $propFind->set('{' . Plugin::NS_CALDAV . '}schedule-inbox-URL', null, 403);
429 $propFind->set('{' . Plugin::NS_CALDAV . '}calendar-home-set', null, 403);
464 $propFind->set('{' . Plugin::NS_CALDAV . '}schedule-default-calendar-URL', null, 403);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DPluginTest.php41 $propFind->set($propName,null,200);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DSogoStripContentTypeTest.php50 $propFind->set('{DAV:}getcontenttype', 'text/plain');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPropFindAllTest.php31 $pf->set('{DAV:}displayname', 'foo');
41 $pf->set('{DAV:}displayname', null);
51 $pf->set('{DAV:}displayname', null);
62 $pf->set('{DAV:}displayname', 'foo');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DPropFindTest.php44 $propFind->set('{DAV:}displayname', 'bar');
56 $propFind->set('{DAV:}customproperty', 'bar');
67 $propFind->set('{DAV:}displayname', 'bar');
68 $propFind->set('{DAV:}displayname', null);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php40 $propFind->set('{DAV:}displayname', 'foo');
H A DMock.php33 $propFind->set($name, $value);

1...<<11121314151617181920>>...51