Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DExpiringCache.php37 $this->cache->remove($key.'.expires');
38 $this->cache->remove($key);
55 public function remove($key) function in Assetic\\Cache\\ExpiringCache
57 $this->cache->remove($key.'.expires');
58 $this->cache->remove($key);
/plugin/pdfjs/
H A Dscript.js4 $iframes.contents().find('#openFile').remove();
5 $iframes.contents().find('#secondaryOpenFile').remove();
7 $iframes.contents().find('#download').remove();
8 $iframes.contents().find('#secondaryDownload').remove();
/plugin/stale/
H A Dstale.js41 let remove = function (jElement) { function
44 jElement.remove();
56 remove(dialogElement)
63 remove(dialogElement)
66 remove(dialogElement)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Access.php51 public function setRemove(GoogleCloudApigeeV1AccessRemove $remove) argument
53 $this->remove = $remove;
60 return $this->remove;
/plugin/zoom/
H A Dscript.js9remove();$ie6Fix=null}};this.removeBits=function(){if(lens){lens.remove();lens=null}if($tint){$tin…
/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 DIShareableCalendar.php29 * @param array $remove
32 function updateShares(array $add, array $remove); argument
/plugin/imgpaste/
H A Dscript.js57 box.classList.remove('info');
61 box.remove();
68 box.classList.remove('info');
72 box.remove();
/plugin/darcs/
H A Dadmin.php71 if (is_array($_REQUEST['remove'])) {
72 while (list($plugin_id, $plugin_name) = each($_REQUEST['remove'])) {
135 $this->lang['remove'].' ^ '.$this->lang['update']." ^\n";
230 if (($_REQUEST['remove_plugins']!='') && (is_array($_REQUEST['remove']))) {
242 $this->lang['remove'].' ^ '.$this->lang['update']." ^\n";
244 while (list($plugin_id, $plugin_name) = each($_REQUEST['remove'])) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php176 * @param callable|string $remove Middleware to remove by instance or name.
178 public function remove($remove) function in GuzzleHttp\\HandlerStack
181 $idx = is_callable($remove) ? 0 : 1;
184 function ($tuple) use ($idx, $remove) {
185 return $tuple[$idx] !== $remove;
/plugin/swiftmail/Swift/
H A DRecipientList.php82 public function remove($address, $where="to") function in Swift_RecipientList
147 $this->remove($address, "to");
181 $this->remove($address, "cc");
215 $this->remove($address, "bcc");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php64 public function remove($filename) function in Mpdf\\Fonts\\FontCache
66 return $this->cache->remove($filename);
75 $this->remove($filename);
/plugin/bookcreator/
H A Dstyle.css105 .dokuwiki .bookcreator__pagelist ul.selected li a.action.remove {
116 .dokuwiki .bookcreator__pagelist ul.deleted li a.action.remove {
174 * show add/remove icon
182 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookplus {
185 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookmin {
196 .tools a.plugin_bookcreator__addtobook.remove .bookplus {
199 .tools a.plugin_bookcreator__addtobook.remove .bookmin {
205 /* * page add/remove button*/
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js102 remove = convert('remove', _.remove),
113 remove = convert('remove', _.remove, allFalseOptions);
121 assert.deepEqual(remove(), []);
187 remove = convert('remove', _.remove, { 'cap': false }),
193 remove = convert('remove', _.remove, { 'curry': false });
194 actual = remove(isEven);
202 remove = convert('remove', _.remove, { 'immutable': false });
203 actual = remove(isEven)(value);
209 remove = convert('remove', _.remove, { 'rearg': false });
299 remove = isFp ? lodash.remove : lodash,
[all …]
/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/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/codeprettify/code-prettify/src/
H A Dlang-xq.js64remove-properties|xdmp:document-remove-permissions|xdmp:document-remove-collections|xdmp:document-…
/plugin/structsection/lib/
H A Dbundle.js1remove(),jQuery("#plugin__structsection_output").on("submit","form.btn_secedit",(function(e){e.pre…
/plugin/structsection/script/
H A Dmain.js10 jQuery('#plugin__structsection_output').find('.editbutton_table').remove();
87 $div.remove();
109 $div.remove();
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle6AuthHandler.php63 $config['handler']->remove('google_auth');
85 $config['handler']->remove('google_auth');
98 $config['handler']->remove('google_auth');
/plugin/struct/script/
H A DInlineEditor.js79 $div.remove();
80 // sums are now out of date - remove them til page is reloaded
81 $self.parents('table').find('tr.summarize').remove();
106 $div.remove();
/plugin/deletehistory/lang/en/
H A Dintro.txt1 Deleting history will irretrievably remove previous revisions of pages and media. All edits will be…
5 :!: You probably want to run this plugin only once and then remove it from your installation after …
/plugin/dropfiles/src/
H A Dupload.js37 jQuery('#' + ERROR_DIALOG_ID).remove();
50 jQuery('#' + ERROR_DIALOG_ID).remove();
63 jQuery('#' + ERROR_DIALOG_ID).remove();
82 $errorDialog.remove();
92 $errorDialog.remove();
308 $uploadBarsDone.remove();
309 $widget.find('.error').remove();
/plugin/log/
H A Dscript.js25 loading && loading.remove()
29 loading.remove();

12345678910>>...32