Home
last modified time | relevance | path

Searched refs:delete (Results 51 – 75 of 1419) sorted by last modified time

12345678910>>...57

/plugin/combo/ComboStrap/
H A DSqlite.php42 * Otherwise, it's not possible to delete the database file. See {@link self::deleteDatabasesFile()}
180 * Used in test to delete the database file
182 * @throws ExceptionFileSystem - if we can delete the databases
192 * If error on delete, see {@link self::close()}
206 FileSystems::delete($child);
292 * TODO: delete ?
366 * of dokuwiki test cannot delete it
369 * RuntimeException: Unable to delete the file
461 * This is needed to be able to delete the database file.
H A DIconDownloader.php233 // We delete them
236 FileSystems::delete($this->path);
468 * The `@` delete the E_WARNING upon failure
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md770 * `FIX`: correct IE 11 delete keybinding ([#904](https://github.com/bpmn-io/bpmn-js/issues/904))
/plugin/randomtables/
H A Dstyle.css32 .randomtable-well .results button[class="delete"] {
/plugin/farmer/lang/en/
H A Dtab_delete.txt1 You can delete existing animals here. This deletes **all data, including pages and media files** of the selected animal. **This is irreversible!**
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php175 return $this->connection->delete($associationKey);
/plugin/blogtng/helper/
H A Dcomments.php192 public function delete($cid) { function in helper_plugin_blogtng_comments
H A Dentry.php146 $this->delete();
155 private function delete(){ function in helper_plugin_blogtng_entry
/plugin/blogtng/
H A Dadmin.php96 $this->commenthelper->delete($INPUT->post->str('comment-cid'));
108 $this->commenthelper->delete($cid);
/plugin/twofactoraltemail/
H A Daction.php56 $this->settings->delete('email');
76 $this->settings->delete('email');
/plugin/advanced/lang/en/config/
H A Dacl.txt21 | delete | 16 | namespaces | mediafiles may be overwritten or deleted | AUTH_DELETE |
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.css14 .delete-message {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php323 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete.html
350 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html
391 public function delete(): Response
397 * Uses the "_bulk" endpoint to delete documents from the server.
499 $this->delete();
346 public function delete(): Response global() function in Elastica\\Index
H A DIndexTemplate.php57 public function delete()
50 public function delete() global() function in Elastica\\IndexTemplate
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEqlNamespace.php39 public function delete(array $params = []) function in Elasticsearch\\Namespaces\\EqlNamespace
H A DIndicesNamespace.php233 * $params['index'] = (list) A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices
242 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html
244 public function delete(array $params = []) function in Elasticsearch\\Namespaces\\IndicesNamespace
259 * $params['name'] = (list) A comma-separated list of aliases to delete (supports wildcards); use `_all` to delete all aliases for the specified indices. (Required)
283 * $params['name'] = (list) A comma-separated list of data streams to delete; use `*` to delete all data streams
H A DSnapshotNamespace.php147 public function delete(array $params = []) function in Elasticsearch\\Namespaces\\SnapshotNamespace
H A DLicenseNamespace.php36 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-license.html
38 public function delete(array $params = []) function in Elasticsearch\\Namespaces\\LicenseNamespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
H A D98f14fddddea54a7d6149ab7b92e099d.asciidoc1 // indices/delete-index.asciidoc:10
8 $response = $client->indices()->delete($params);
H A Dae9ccfaa146731ab9176df90670db1c2.asciidoc17 'delete' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md6 - When `delete` with an empty `id` an `Elasticsearch\Common\Exceptions\RuntimeException\Missing404Exception`
H A DCHANGELOG.md228 - Improved the speed of integration tests removing snapshots delete from `YamlRunnerTest::clean`
272 - Added `include_type_name`, `if_primary_term`, `if_seq_no` in `delete` endpoint [#884](https://github.com/elastic/elasticsearch-php/pull/884)
289 - Fixing script get and delete by removing `lang` from endpoint url [#814](https://github.com/elastic/elasticsearch-php/pull/814)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc248 Finally, you can delete documents by specifying their full `/index/_doc_/id`
259 $response = $client->delete($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php315 * Allows to perform multiple index/update/delete operations in a single request.
474 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
478 * $params['if_seq_no'] = (number) only perform the delete operation if the last operation that has changed the document has the specified sequence number
479 * $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
485 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html
487 public function delete(array $params = []) function in Elasticsearch\\Client
514 * $params['conflicts'] = (enum) What to do when the delete by query hits version conflicts? (Options = abort,proceed) (Default = abort)
535 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete by query operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
536 * $params['scroll_size'] = (number) Size on the scroll request powering the delete by query (Default = 100)
537 * $params['wait_for_completion'] = (boolean) Should the request should block until the delete b
[all...]

12345678910>>...57