Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 1465) sorted by relevance

12345678910>>...59

/plugin/combo/resources/theme/default/components/css/
H A Dprofile-delete.css2 .form-profile-delete {
8 .form-profile-delete h1 {
17 .form-profile-delete .checkbox {
21 .form-profile-delete .form-floating:focus-within {
25 .form-profile-delete input[type="text"] {
32 .form-profile-delete input[type="password"] {
36 .form-profile-delete .rememberMe {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DWrite.php28 public $delete; variable in Google\\Service\\Firestore\\Write
55 public function setDelete($delete) argument
57 $this->delete = $delete;
64 return $this->delete;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DHttpRule.php34 public $delete; variable in Google\\Service\\ServiceUsage\\HttpRule
105 public function setDelete($delete) argument
107 $this->delete = $delete;
114 return $this->delete;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DHttpRule.php34 public $delete; variable in Google\\Service\\ServiceNetworking\\HttpRule
105 public function setDelete($delete) argument
107 $this->delete = $delete;
114 return $this->delete;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DHttpRule.php34 public $delete; variable in Google\\Service\\ServiceConsumerManagement\\HttpRule
105 public function setDelete($delete) argument
107 $this->delete = $delete;
114 return $this->delete;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DHttpRule.php34 public $delete; variable in Google\\Service\\ServiceManagement\\HttpRule
105 public function setDelete($delete) argument
107 $this->delete = $delete;
114 return $this->delete;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
DMutation.php36 public function setDelete(Delete $delete) argument
38 $this->delete = $delete;
45 return $this->delete;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DZipper.php38 $t = $z->delete(); // delete the "dummy hole"
94 public function delete() { function in HTMLPurifier_Zipper
142 public function splice($t, $delete, $replacement) { argument
146 for ($i = $delete; $i > 0; $i--) {
148 $r = $this->delete();
DHTMLDefinition.php324 $delete = true;
326 if ($delete && isset($allowed_attributes[$key])) {
327 $delete = false;
333 if ($delete) {
341 $delete = true;
343 if ($delete && isset($allowed_attributes[$key])) {
344 $delete = false;
350 if ($delete) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DMutation.php56 public function setDelete(Key $delete) argument
58 $this->delete = $delete;
65 return $this->delete;
/plugin/cleanup/
Dhelper.php93 public function delete($file, $type) { function in helper_plugin_cleanup
151 $this->delete($base.$file, 'cache');
173 $this->delete($base.$file, 'attic');
198 $this->delete($base.$file, 'mediattic');
221 $this->delete($base.$file, 'meta');
244 $this->delete($base.$file, 'mediameta');
263 $this->delete($base.$file, 'lock');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DActionDetail.php76 public function setDelete(Delete $delete) argument
78 $this->delete = $delete;
85 return $this->delete;
/plugin/zip/pear/File/Archive/Predicate/
DDuplicate.php103 $delete = false;
107 $delete = $comp < 0 ||
112 return $delete;
/plugin/dokumicrobugtracker/
DCHANGELOG4 Version 2010-08-17 Add several feature, email notification, delete (for admin only), dynamic captc…
7 Version 2011-01-05 Implement Ajax edition, add count feature, remove delete button
12 …n for Status, Add default stylesheet, Column size are now resizable, add delete feature with confi…
14 Version 2011-10-18 Fix link to the stylesheet in action.php, fix the delete feature.
/plugin/qna/
Daction.php129 $this->rewriter->delete($index);
143 $this->rewriter->delete($index);
174 $this->rewriter->delete($index);
226 public function delete($index) { function in qna_instruction_rewriter
333 $delete = false;
339 $delete = true;
354 if (!$delete) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D98f14fddddea54a7d6149ab7b92e099d.asciidoc1 // indices/delete-index.asciidoc:10
8 $response = $client->indices()->delete($params);
/plugin/accscounter/lang/en/
Dmovedirection.txt7 **Be careful, once you click one of following links, the system will __start to move or delete the …
12 * [[?do=accscounter_datatransfer&mode=delete|Don't move the files, just delete them]]
/plugin/fileshare/syntax/
DFileshare.php134 $delete = false;
138 $delete = true;
151 $renderer->doc .= $this->readFileList ( $fileDir, $delete);
163 private function readFileList($dir, $delete) { argument
181 … if( $delete == true && isset ( $_GET[$fileHash] )&& strcmp ( $_GET[$fileHash], 'on' ) == 0){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAndroidManagement.php95 ],'delete' => [
184 'delete' => [
275 ],'delete' => [
337 ],'delete' => [
357 'delete' => [
429 ],'delete' => [
DMyBusinessQA.php75 ],'delete' => [
139 'delete' => [
140 'path' => 'v1/{+name}/answers:delete',
DDLP.php163 ],'delete' => [
239 ],'delete' => [
315 ],'delete' => [
435 ],'delete' => [
511 ],'delete' => [
595 ],'delete' => [
671 ],'delete' => [
787 ],'delete' => [
873 ],'delete' => [
967 ],'delete' => [
[all …]
DApigee.php163 ],'delete' => [
277 ],'delete' => [
361 ],'delete' => [
431 'delete' => [
491 ],'delete' => [
583 ],'delete' => [
675 ],'delete' => [
695 'delete' => [
843 ],'delete' => [
949 ],'delete' => [
[all …]
/plugin/charpicker/
DREADME.md6 Use this plugin to add characters to the Special Chars picker or to delete unused characters from t…
7 Enter the characters in the configuration manager, in either the add or delete box, as a comma deli…
/plugin/struct/_test/
H A DSchemaTest.php72 $schema->delete();
81 $schema->delete();
/plugin/authgoogle/google/cache/
DGoogle_ApcCache.php76 $this->delete($key);
95 public function delete($key) { function in googleApcCache

12345678910>>...59