Home
last modified time | relevance | path

Searched refs:remove (Results 176 – 200 of 799) sorted by last modified time

12345678910>>...32

/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default9 Feel free to remove this paragraph (beside the title)...\\
H A Duserhomepage_public.default9 Feel free to remove this paragraph (beside the title)...\\
H A Duserhomepage_publicspace.default11 Feel free to remove this paragraph (beside the title)...\\
/plugin/dokucrypt2/
H A Dscript.js497 // remove line breaks
2207 textArea.remove();
/plugin/avtaskbox/
H A DREADME.md34 * Updated this wiki page to remove comments that have been fixed.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php194 * @param array $remove
197 function updateShares($calendarId, array $add, array $remove); argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js355 el.remove();
3459 this.el.remove();
7176 this.helperEls.remove();
7730 rowStruct.moreEls.remove();
9574 this.el.remove();
9705 this.el.remove();
9984 this.el.remove();
10871 this.contentEl.remove();
13301 seg.el.remove();
13695 rowStruct.tbodyEl.remove();
[all …]
H A Dfullcalendar.less1069 /* remove top rounded corners */
1077 /* remove bottom rounded corners */
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DShareableCalendar.php30 * @param array $remove
33 function updateShares(array $add, array $remove) { argument
35 $this->caldavBackend->updateShares($this->calendarInfo['id'], $add, $remove);
H A DSharingPlugin.php220 $remove = [];
222 $remove[] = $share['href'];
224 $node->updateShares([], $remove);
289 $node->updateShares($message->set, $message->remove);
H A DIShareableCalendar.php29 * @param array $remove
32 function updateShares(array $add, array $remove); argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php42 public $remove = []; variable in Sabre\\CalDAV\\Xml\\Request\\Share
48 * @param array $remove
50 function __construct(array $set, array $remove) { argument
53 $this->remove = $remove;
86 $remove = [];
106 $remove[] = $elem['value']['{DAV:}href'];
112 return new self($set, $remove);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php148 function remove($item) { function in Sabre\\VObject\\Component
/plugin/davcal/
H A Dhelper.php1315 $vevent->remove('DESCRIPTION');
1316 $vevent->remove('DTSTAMP');
1317 $vevent->remove('LAST-MODIFIED');
1318 $vevent->remove('ATTACH');
1319 $vevent->remove('LOCATION');
1352 $vevent->remove('DTSTART');
1353 $vevent->remove('DTEND');
H A Dscript.js756 tr.remove();
846 dw_davcal__modals.$editEventDialog.remove();
855 dw_davcal__modals.$dialog.remove();
864 dw_davcal__modals.$settingsDialog.remove();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php107 foreach ($elem['value']['{DAV:}prop'] as $remove => $value) {
108 $self->properties[$remove] = null;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php78 * @param array $remove
81 function updateShares($calendarId, array $add, array $remove) { argument
94 if (in_array($share['href'], $remove)) {
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md29 * Updated: It's now possible to remove all listeners for every event.
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1969 datetimepicker.remove();
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md381 * Changed: Component::remove() will throw an exception when trying to a node
413 * Added: remove() method for easily removing properties and sub-components
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php290 $existingObject->remove($component);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php431 $comp->remove('prop2');
443 $comp->remove($prop);
456 $comp->remove($prop);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesDnsZones.php66 public function remove($parent, RemoveDnsZoneRequest $postBody, $optParams = []) function in Google\\Service\\ServiceNetworking\\Resource\\ServicesDnsZones
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md282 …* Added DeduplicationHandler to remove duplicate records from notifications across multiple reques…
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php64 $filesystem->remove($realpath);
65 $filesystem->remove($realpath . '.php');

12345678910>>...32