| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
| H A D | Share.php | 42 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/ |
| D | ExpiringCache.php | 37 $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/ |
| D | script.js | 4 $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/ |
| D | stale.js | 41 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/ |
| D | GoogleCloudApigeeV1Access.php | 51 public function setRemove(GoogleCloudApigeeV1AccessRemove $remove) argument 53 $this->remove = $remove; 60 return $this->remove;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | HandlerStack.php | 179 * @param callable|string $remove Middleware to remove by instance or name. 181 public function remove($remove): void argument 183 if (!is_string($remove) && !is_callable($remove)) { 188 $idx = \is_callable($remove) ? 0 : 1; 191 static function ($tuple) use ($idx, $remove) { 192 return $tuple[$idx] !== $remove;
|
| /plugin/zoom/ |
| D | script.js | 9 …remove();$ie6Fix=null}};this.removeBits=function(){if(lens){lens.remove();lens=null}if($tint){$tin…
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
| H A D | ShareableCalendar.php | 30 * @param array $remove 33 function updateShares(array $add, array $remove) { argument 35 $this->caldavBackend->updateShares($this->calendarInfo['id'], $add, $remove);
|
| H A D | IShareableCalendar.php | 29 * @param array $remove 32 function updateShares(array $add, array $remove); argument
|
| /plugin/addmedianamespace/ |
| D | script.js | 24 let remove=url.substring(index); 25 let newurl=url.replace(remove,""); 47 let remove=url.substring(index); 48 let newurl=url.replace(remove,"");
|
| /plugin/darcs/ |
| D | admin.php | 71 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/ |
| D | HandlerStack.php | 176 * @param callable|string $remove Middleware to remove by instance or name. 178 public function remove($remove) argument 181 $idx = is_callable($remove) ? 0 : 1; 184 function ($tuple) use ($idx, $remove) { 185 return $tuple[$idx] !== $remove;
|
| /plugin/swiftmail/Swift/ |
| D | RecipientList.php | 82 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/bookcreator/ |
| D | style.css | 105 .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/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | FontCache.php | 64 public function remove($filename) function in Mpdf\\Fonts\\FontCache 66 return $this->cache->remove($filename); 75 $this->remove($filename);
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test-fp.js | 102 remove = convert('remove', _.remove), 103 actual = remove(isEven)(array); 113 remove = convert('remove', _.remove, allFalseOptions); 115 var actual = remove(array, function(n, index) { 121 assert.deepEqual(remove(), []); 129 lodash = convert({ 'remove': _.remove }), property 130 actual = lodash.remove(isEven)(array); 145 lodash = convert({ 'remove': _.remove }, allFalseOptions), property 146 actual = lodash.remove(array, isEvenIndex); 150 assert.deepEqual(lodash.remove(), []); [all …]
|
| /plugin/imgpaste/ |
| D | script.js | 103 box.remove(); 171 box.classList.remove('info'); 175 box.remove(); 179 box.classList.remove('info'); 183 box.remove();
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-xq.js | 64 …remove-properties|xdmp:document-remove-permissions|xdmp:document-remove-collections|xdmp:document-…
|
| /plugin/mizarverifiabledocs/ |
| H A D | script.js | 120 spinner.remove(); 128 spinner.remove(); 138 spinner.remove(); 146 spinner.remove();
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
| H A D | SharingSupport.php | 194 * @param array $remove 197 function updateShares($calendarId, array $add, array $remove); argument
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
| H A D | MockSharing.php | 78 * @param array $remove 81 function updateShares($calendarId, array $add, array $remove) { argument 94 if (in_array($share['href'], $remove)) {
|
| /plugin/structsection/script/ |
| D | main.js | 10 jQuery('#plugin__structsection_output').find('.editbutton_table').remove(); 87 $div.remove(); 109 $div.remove();
|
| /plugin/structsection/lib/ |
| D | bundle.js | 1 …remove(),jQuery("#plugin__structsection_output").on("submit","form.btn_secedit",(function(e){e.pre…
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | remove.js | 32 function remove(array, predicate) { function 53 module.exports = remove;
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/ |
| D | Guzzle6AuthHandler.php | 63 $config['handler']->remove('google_auth'); 85 $config['handler']->remove('google_auth'); 98 $config['handler']->remove('google_auth');
|