Home
last modified time | relevance | path

Searched refs:application (Results 101 – 125 of 654) sorted by last modified time

12345678910>>...27

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php92 * Evicts application privileges from the native application privileges cache.
94 * $params['application'] = (list) A comma-separated list of application names
102 $application = $this->extractArgument($params, 'application');
107 $endpoint->setApplication($application);
233 * Removes application privileges.
235 * $params['application'] = (string) Application name
245 $application
[all...]
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md26 `function trigger_deprecation() {}` in your application.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc184 [content_type] => application/json; charset=UTF-8
225 [0] => application/json; charset=UTF-8
H A Dfutures.asciidoc274 application, which means the client can no longer inspect the response and
H A Dhttp-meta-data.asciidoc53 Content-Type: application/vnd.elasticsearch+json; compatible-with=7
54 Accept: application/vnd.elasticsearch+json; compatible-with=7
H A Drelease-notes.asciidoc228 `@trigger_error()`. With this approach, we don't break existing application
H A Dcommunity.asciidoc24 application. It does not want to hide or replace functionality of the {es} PHP
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md16 without tying your application to a specific implementation.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md132 With this approach we don't break existing application that convert PHP errors in Exception
H A DLICENSE-LGPL128 prepared so as to be conveniently linked with application programs
180 table of data to be supplied by an application program that uses
183 in the event an application does not supply such function or
189 application. Therefore, Subsection 2d requires that any
190 application-supplied function or table used by this function must
191 be optional: if the application does not supply it, the square
301 Library will not necessarily be able to recompile the application
405 through that system in reliance on consistent application of that
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc99 $params['application'] = (list) A comma-separated list of application names
153 $params['application'] = (string) Application name
267 $params['application'] = (string) Application name
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt21 Proclame la présente Déclaration universelle des droits de l’homme comme l’idéal commun à atteindre par tous les peuples et toutes les nations afin que tous les individus et tous les organes de la société, ayant cette Déclaration constamment à l’esprit, s’efforcent, par l’enseignement et l’éducation, de développer le respect de ces droits et libertés et d’en assurer, par des mesures progressives d’ordre national et international, la reconnaissance et l’application universelles et effectives, tant parmi les populations des États Membres eux‐mêmes que parmi celles des territoires placés sous leur juridiction.
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md634 your application architecture.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DClearCachedPrivileges.php31 protected $application; variable in Elasticsearch\\Endpoints\\Security\\ClearCachedPrivileges
35 $application = $this->application ?? null;
37 if (isset($application)) {
38 return "/_security/privilege/$application/_clear_cache";
55 public function setApplication($application): ClearCachedPrivileges argument
57 if (isset($application) !== true) {
60 if (is_array($application) === true) {
61 $application = implode(",", $application);
[all...]
H A DGetPrivileges.php30 protected $application; variable in Elasticsearch\\Endpoints\\Security\\GetPrivileges
35 $application = $this->application ?? null;
38 if (isset($application) && isset($name)) {
39 return "/_security/privilege/$application/$name";
41 if (isset($application)) {
42 return "/_security/privilege/$application";
59 public function setApplication($application): GetPrivileges argument
61 if (isset($application) !== true) {
64 $this->application
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt20 Proclama le presente Declaration Universal del Derectos Human como le ideal commun a attinger per tote le populos e nationes, a fin que tote le individuos e tote le organos del societate, habente iste Declaration constantemente in mente, se effortia, per le inseniamento e per le education, a disveloppar le respecto a iste derectos e libertates e a promover, per mesuras progressive de character national e international, lor recognoscentia e lor application universal e effective tanto inter le populos del Statos Membros mesme como inter los del territorios sub lor jurisdiction.
/plugin/latexcaption/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/bulletodo/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/highlight2wiki/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/imagepreview/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/dokudrawingboard/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/ocr/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/structnotification/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/code39/
H A DLICENSE221 through that system in reliance on consistent application of that
/plugin/dokutts/
H A DLICENSE221 through that system in reliance on consistent application of that

12345678910>>...27