Home
last modified time | relevance | path

Searched refs:namespace (Results 101 – 125 of 684) sorted by last modified time

12345678910>>...28

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DCreateServiceToken.php17 namespace Elasticsearch\Endpoints\Security;
31 protected $namespace; variable in Elasticsearch\\Endpoints\\Security\\CreateServiceToken
37 if (isset($this->namespace) !== true) {
39 'namespace is required for create_service_token'
42 $namespace = $this->namespace;
52 return "/_security/service/$namespace/$service/credential/token/$name";
54 return "/_security/service/$namespace/$service/credential/token";
69 public function setNamespace($namespace): CreateServiceToken argument
71 if (isset($namespace) !
[all...]
H A DDeleteServiceToken.php17 namespace Elasticsearch\Endpoints\Security;
31 protected $namespace; variable in Elasticsearch\\Endpoints\\Security\\DeleteServiceToken
37 $namespace = $this->namespace ?? null;
41 if (isset($namespace) && isset($service) && isset($name)) {
42 return "/_security/service/$namespace/$service/credential/token/$name";
59 public function setNamespace($namespace): DeleteServiceToken argument
61 if (isset($namespace) !== true) {
64 $this->namespace = $namespace;
[all...]
H A DGetServiceAccounts.php17 namespace Elasticsearch\Endpoints\Security;
30 protected $namespace; variable in Elasticsearch\\Endpoints\\Security\\GetServiceAccounts
35 $namespace = $this->namespace ?? null;
38 if (isset($namespace) && isset($service)) {
39 return "/_security/service/$namespace/$service";
41 if (isset($namespace)) {
42 return "/_security/service/$namespace";
59 public function setNamespace($namespace): GetServiceAccounts argument
61 if (isset($namespace) !
[all...]
H A DGetServiceCredentials.php17 namespace Elasticsearch\Endpoints\Security;
31 protected $namespace; variable in Elasticsearch\\Endpoints\\Security\\GetServiceCredentials
36 $namespace = $this->namespace ?? null;
39 if (isset($namespace) && isset($service)) {
40 return "/_security/service/$namespace/$service/credential";
57 public function setNamespace($namespace): GetServiceCredentials argument
59 if (isset($namespace) !== true) {
62 $this->namespace = $namespace;
[all...]
H A DClearCachedServiceTokens.php17 namespace Elasticsearch\Endpoints\Security;
31 protected $namespace; variable in Elasticsearch\\Endpoints\\Security\\ClearCachedServiceTokens
37 $namespace = $this->namespace ?? null;
41 if (isset($namespace) && isset($service) && isset($name)) {
42 return "/_security/service/$namespace/$service/credential/token/$name/_clear_cache";
59 public function setNamespace($namespace): ClearCachedServiceTokens argument
61 if (isset($namespace) !== true) {
64 $this->namespace = $namespace;
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php17 namespace Elasticsearch\Namespaces;
155 * $params['namespace'] = (string) An identifier for the namespace
168 $namespace = $this->extractArgument($params, 'namespace');
175 $endpoint->setNamespace($namespace);
205 * $params['namespace'] = (string) An identifier for the namespace (Required)
219 $namespace = $this->extractArgument($params, 'namespace');
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc58 Note that the serializer is configured by specifying a namespace path to the
101 Note that the serializer is configured by specifying a namespace path to the
142 Note that the serializer is configured by specifying a namespace path to the
187 To then use your custom serializer, you can specify the namespace path in the
H A Dindex-operations.asciidoc11 The index operations are all contained under a distinct namespace, separated
249 ==== Other APIs in the indices namespace
251 There are a number of other APIs in the indices namespace that allow you to
256 indices namespace by typing:
H A Dselectors.asciidoc31 Note that the implementation is specified via a namespace path to the class.
67 Note that the implementation is specified via a namespace path to the class.
85 Note that the implementation is specified via a namespace path to the class.
95 namespace MyProject\Selectors;
120 You can then use your custom selector either via object injection or namespace
129 ->setSelector('\MyProject\Selectors\FirstSelector') // or namespace
H A Dconnection-pool.asciidoc51 Note that the implementation is specified via a namespace path to the class.
71 Note that the implementation is specified via a namespace path to the class.
93 Note that the implementation is specified via a namespace path to the class.
113 Note that the implementation is specified via a namespace path to the class.
198 injection or namespace instantiation:
206 ->setConnectionPool('/MyProject/ConnectionPools/MyCustomConnectionPool', []) // or namespace
H A Dendpoint-closure.asciidoc5 Endpoint object. A namespace object will construct a new Endpoint via this
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc906 Returns the asyncSearch namespace
919 Returns the autoscaling namespace
932 Returns the cat namespace
945 Returns the ccr namespace
958 Returns the cluster namespace
971 Returns the danglingIndices namespace
984 Returns the dataFrameTransformDeprecated namespace
997 Returns the enrich namespace
1010 Returns the eql namespace
1023 Returns the features namespace
[all...]
H A DClientBuilder.asciidoc199 Register namespace
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md810 - Fix namespace collision of `Type` in `Query\Ids` [#1104](https://github.com/ruflin/Elastica/pull/1104)
1027 - `StrategyFactory` now will try to find predefined strategy before looking to global namespace. [#877](https://github.com/ruflin/Elastica/pull/877)
1030 - Methods of classes in `QueryBuilder\DSL` namespace now have exact same signatures as corresponding constructors. [#878](https://github.com/ruflin/Elastica/pull/878)
1566 - Fix \Elastica\Filter\HasChild usage of \Elastica\Query as to not collide with \Elastica\Filter\Query namespace
1707 - Terms->setScript() Added, namespace Elastica\Facet
1736 - All tests where moved in Elastica\Test namespace
/plugin/scrollticker/
H A DREADME.md18 or you could fetch a list with links to the articles in namespace "news" tagged with "latest", usin…
/plugin/bookmark2wiki/
H A DREADME.md7 …and hightlighed text you want to the end of the content of the targeted namespace. It does not dir…
H A Daction.php54 $namespace="new_bookmarks"; // default namespace for bookmark
65 $targeturl = DOKU_BASE."doku.php?id=".$namespace."&do=edit";
H A Dbookmark2wiki.php36 $namespace="new_bookmarks"; // default namespace for weblog variable
H A Dplugin.info.txt6 desc to bookmark url on a targeted namespace
/plugin/achart/assets/
H A Dapexcharts.min.js6namespace().defs(),i.setData(JSON.parse(t.getAttribute("svgjs:data"))||{}),i):null;var i},a.prepar…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md128 …keditor4/latest/api/CKEDITOR_tools.html#method-throttle) functions logic into a separate namespace.
H A Dckeditor.js.unc7016 [/^\?xml:namespace$/, ""]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1 …inkwiz.$entry=jQuery("#link__wiz_entry");if(JSINFO.namespace){doku_linkwiz.$entry.val(JSINFO.names…
/plugin/ckgedit/ckeditor/lang/
H A Den.js-4.9.merged48 …creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID creates: <code>[[namespace
H A Den.js.ckgedit47 …creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID creates: <code>[[namespace

12345678910>>...28