Home
last modified time | relevance | path

Searched refs:exists (Results 126 – 150 of 487) sorted by last modified time

12345678910>>...20

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndexTemplate.php89 public function exists()
74 public function exists() global() function in Elastica\\IndexTemplate
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIndicesNamespace.php374 * Returns information about whether a particular index exists.
386 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-exists.html
388 public function exists(array $params = []): bool function in Elasticsearch\\Namespaces\\IndicesNamespace
403 * Returns information about whether a particular alias exists.
433 * Returns information about whether a particular index template exists.
459 * Returns information about whether a particular index template exists.
485 * Returns information about whether a particular document type exists. (DEPRECATED)
496 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-types-exists.html
1296 * $params['body'] = (array) New index template definition, which will be included in the simulation, as if it already exists in the system
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc122 $exists = $client->exists($params);
H A Dcrud.asciidoc133 // Send the last batch if it exists
H A Dfutures.asciidoc269 example, "exists" APIs (`$client->exists()`, `$client->indices()->exists`,
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php501 * exists query.
503 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-exists-query.html
505 public function exists(string $field): Exists function in Elastica\\QueryBuilder\\DSL\\Query
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php433 * Creates a new document in the index.Returns a 409 response when a document with a same ID already exists in the index.
605 * Returns information about whether a document exists in an index.
625 public function exists(array $params = []): bool function in Elasticsearch\\Client
644 * Returns information about whether a document source exists in an index.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc30 * <<Elasticsearch_Clientexists_exists,`exists()`>>
285 .`exists(array $params = [])`
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md645 - repoint `\Elastica\Type::exists` from the deprecated /{index}/{type} endpoint to /{index}/_mapping/{type}
734 - Elastica\QueryBuilder\DSL\Query::exists
1542 - Elastica_Type::exists() added
1543 See https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-types-exists.html#indices-types-exists
1672 - Elastica\Index::exists fixed for 0.90.0. HEAD request method introduced
1828 - Elastica_Index::exists() and Elastica_Cluster::getIndexNames() added
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md51 - Ensuring that a directory exists before using the `save_to` option.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc34 * <<Elasticsearch_Namespaces_IndicesNamespaceexists_exists,`exists()`>>
288 .`exists(array $params = [])`
865 $params['body'] = (array) New index template definition, which will be included in the simulation, as if it already exists in the system
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1209 …ules) method which can be implemented by the custom style handler and if exists, it is used by the…
H A Dckeditor.js.unc12207 exists: function(a) {
H A Dckeditor.js623 …ogDefinitions[a]&&"function"!=typeof b||(this._.dialogDefinitions[a]=b)},exists:function(a){return…
H A Dconfig.js.unc377 FileBrowserError_101: 'Folder already exists.',
386 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc467 } else //Link already exists, image not.
471 } else // Image already exists.
478 //Remove Link, Image exists.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified761 FileBrowserError_101: "Folder already exists.",
770 FileBrowserError_206: " already exists; you must either delete or rename it. ",
H A Den.js-4.9.merged13 FileBrowserError_101: 'Folder already exists.',
22 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
H A Den.js.ckgedit12 FileBrowserError_101: 'Folder already exists.',
21 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
H A Den.js.unc13 FileBrowserError_101: 'Folder already exists.',
22 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
H A Dlang_array.txt673 FileBrowserError_101: 'Folder already exists.',
682 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified761 FileBrowserError_101: "Folder already exists.",
770 FileBrowserError_206: " already exists; you must either delete or rename it. ",
/plugin/ckgedit/action/
H A Dtagapi.php62 $exists = false;
64 resolve_pageID($this->tagplugin->namespace, $id, $exists);
/plugin/html5video2/syntax/
H A Dvideo.php154 $exists = false;
155 resolve_mediaid(getNS($ID), $src, $exists);
157 if($type == 'internalmedia' && !$exists) {
/plugin/changes/
H A Dsyntax.php

12345678910>>...20