Home
last modified time | relevance | path

Searched full:trash (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
DUsersThreads.php37 * Prefer `threads.trash` instead. (threads.delete)
76 * @opt_param bool includeSpamTrash Include threads from `SPAM` and `TRASH` in
114 * Moves the specified thread to the trash. Any messages that belong to the
115 * thread are also moved to the trash. (threads.trash)
119 * @param string $id The ID of the thread to Trash.
123 public function trash($userId, $id, $optParams = []) function in Google\\Service\\Gmail\\Resource\\UsersThreads
127 return $this->call('trash', [$params], Thread::class);
130 * Removes the specified thread from the trash. Any messages that belong to the
131 * thread are also removed from the trash. (threads.untrash)
135 * @param string $id The ID of the thread to remove from Trash.
DUsersMessages.php67 * cannot be undone. Prefer `messages.trash` instead. (messages.delete)
114 * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and
141 * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and
161 * @opt_param bool includeSpamTrash Include messages from `SPAM` and `TRASH` in
214 * Moves the specified message to the trash. (messages.trash)
218 * @param string $id The ID of the message to Trash.
222 public function trash($userId, $id, $optParams = []) function in Google\\Service\\Gmail\\Resource\\UsersMessages
226 return $this->call('trash', [$params], Message::class);
229 * Removes the specified message from the trash. (messages.untrash)
233 * @param string $id The ID of the message to remove from Trash.
DUsersDrafts.php51 * trash it. (drafts.delete)
88 * @opt_param bool includeSpamTrash Include drafts from `SPAM` and `TRASH` in
/plugin/filelist/conf/
Dignore.txt12 # Linux trash folder which might appear on any partition or disk
13 .Trash-*
40 Network Trash Folder
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
Dfrmcreatefolder.html149 …rMoveLabel">move </span><span id='is_mac'>Ctrl</span>+<img alt="trash" src="images/trash.png"><br …
Dfrmupload.html164 <span id='is_mac'>Ctrl</span>+<img alt="trash" src="images/trash.png">&nbsp;
Dfrmresourceslist.html207 var trash = 'images/trash.png';
209 sUnlink += '<img src="' + trash + '" border="0"></a><\/td>';
/plugin/deletepagebutton/
DDeletePageButton.php23 protected $svg = __DIR__ . '/images/trash-can-outline.svg';
DREADME.md70 Icon: <https://materialdesignicons.com/icon/trash-can-outline>
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dtrash-fill.svg1 <svg class="bi bi-trash-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
H A Dtrash.svg1 <svg class="bi bi-trash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="ht…
/plugin/pagebuttons/
DREADME.md44 * https://materialdesignicons.com/icon/trash-can-outline
DDeletePageButton.php30 protected $svg = __DIR__ . '/images/trash-can-outline.svg';
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
Dfrmupload.html166 <span id='is_mac'>Ctrl</span>+<img alt="trash" src="images/trash.png">&nbsp;
Dfrmresourceslist.html236 var Unlink,sUnlink,trash,sLink,sTitle;
244 var trash = 'images/trash.png';
246 sUnlink += '<img src="' + trash + '" border="0"></a><\/td>';
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
Dfrmupload.html166 <span id='is_mac'>Ctrl</span>+<img alt="trash" src="images/trash.png">&nbsp;
Dfrmresourceslist.html236 var Unlink,sUnlink,trash,sLink;
241 var trash = 'images/trash.png';
243 sUnlink += '<img src="' + trash + '" border="0"></a><\/td>';
/plugin/qrcode/syntax/
Di_nigmacode.php20 …=BEGIN%3AVCARD%0AN%3ANName%2C%20VName%0ATEL%3A0241112%0AEMAIL%3Aschrott%40trash-mail.com%0AEND%3AV…
192 …=BEGIN%3AVCARD%0AN%3ANName%2C%20VName%0ATEL%3A0241112%0AEMAIL%3Aschrott%40trash-mail.com%0AEND%3AV…
/plugin/html2pdf/html2pdf/html2ps/
Dxhtml.autoclose.inc.php33 // messy code containing trash between TD, TR and TABLE tags.
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
Ddmn-codes.css34 .dmn-icon-trash:before { content: '\e820'; } /* '' */
/plugin/icons/exe/
Dlist-glyphicon.php255 'trash',
Dlist-font-awesome.php710 'trash',
711 'trash-o',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DGmail.php552 ],'trash' => [
553 'path' => 'gmail/v1/users/{userId}/messages/{id}/trash',
1202 ],'trash' => [
1203 'path' => 'gmail/v1/users/{userId}/threads/{id}/trash',
/plugin/struct/script/
H A DAggregationEditor.js46 … const $btn = jQuery('<button' + isDisabled + '><i class="ui-icon ui-icon-trash"></i></button>')
/plugin/unusedmedias/admin/
Dlist.php135 …<img src="'.DOKU_BASE.'lib/images/trash.png" alt="'.$lang['btn_delete'].'" title="'.$lang['btn_del…

123456