Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 25 of 161) sorted by relevance

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DMlNamespace.php50 $endpoint = $endpointBuilder('Ml\CloseJob');
51 $endpoint->setParams($params);
52 $endpoint->setJobId($job_id);
53 $endpoint->setBody($body);
55 return $this->performRequest($endpoint);
71 $endpoint = $endpointBuilder('Ml\DeleteCalendar');
72 $endpoint->setParams($params);
73 $endpoint->setCalendarId($calendar_id);
75 return $this->performRequest($endpoint);
93 $endpoint = $endpointBuilder('Ml\DeleteCalendarEvent');
[all …]
DIndicesNamespace.php51 $endpoint = $endpointBuilder('Indices\AddBlock');
52 $endpoint->setParams($params);
53 $endpoint->setIndex($index);
54 $endpoint->setBlock($block);
56 return $this->performRequest($endpoint);
74 $endpoint = $endpointBuilder('Indices\Analyze');
75 $endpoint->setParams($params);
76 $endpoint->setIndex($index);
77 $endpoint->setBody($body);
79 return $this->performRequest($endpoint);
[all …]
DSecurityNamespace.php42 $endpoint = $endpointBuilder('Security\Authenticate');
43 $endpoint->setParams($params);
45 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Security\ChangePassword');
65 $endpoint->setParams($params);
66 $endpoint->setUsername($username);
67 $endpoint->setBody($body);
69 return $this->performRequest($endpoint);
85 $endpoint = $endpointBuilder('Security\ClearApiKeyCache');
86 $endpoint->setParams($params);
[all …]
DCatNamespace.php51 $endpoint = $endpointBuilder('Cat\Aliases');
52 $endpoint->setParams($params);
53 $endpoint->setName($name);
55 return $this->performRequest($endpoint);
79 $endpoint = $endpointBuilder('Cat\Allocation');
80 $endpoint->setParams($params);
81 $endpoint->setNodeId($node_id);
83 return $this->performRequest($endpoint);
104 $endpoint = $endpointBuilder('Cat\Count');
105 $endpoint->setParams($params);
[all …]
DClusterNamespace.php46 $endpoint = $endpointBuilder('Cluster\AllocationExplain');
47 $endpoint->setParams($params);
48 $endpoint->setBody($body);
50 return $this->performRequest($endpoint);
68 $endpoint = $endpointBuilder('Cluster\DeleteComponentTemplate');
69 $endpoint->setParams($params);
70 $endpoint->setName($name);
72 return $this->performRequest($endpoint);
87 $endpoint = $endpointBuilder('Cluster\DeleteVotingConfigExclusions');
88 $endpoint->setParams($params);
[all …]
DSnapshotNamespace.php46 $endpoint = $endpointBuilder('Snapshot\CleanupRepository');
47 $endpoint->setParams($params);
48 $endpoint->setRepository($repository);
50 return $this->performRequest($endpoint);
73 $endpoint = $endpointBuilder('Snapshot\CloneSnapshot');
74 $endpoint->setParams($params);
75 $endpoint->setRepository($repository);
76 $endpoint->setSnapshot($snapshot);
77 $endpoint->setTargetSnapshot($target_snapshot);
78 $endpoint->setBody($body);
[all …]
DCcrNamespace.php44 $endpoint = $endpointBuilder('Ccr\DeleteAutoFollowPattern');
45 $endpoint->setParams($params);
46 $endpoint->setName($name);
48 return $this->performRequest($endpoint);
67 $endpoint = $endpointBuilder('Ccr\Follow');
68 $endpoint->setParams($params);
69 $endpoint->setIndex($index);
70 $endpoint->setBody($body);
72 return $this->performRequest($endpoint);
88 $endpoint = $endpointBuilder('Ccr\FollowInfo');
[all …]
DWatcherNamespace.php46 $endpoint = $endpointBuilder('Watcher\AckWatch');
47 $endpoint->setParams($params);
48 $endpoint->setWatchId($watch_id);
49 $endpoint->setActionId($action_id);
51 return $this->performRequest($endpoint);
67 $endpoint = $endpointBuilder('Watcher\ActivateWatch');
68 $endpoint->setParams($params);
69 $endpoint->setWatchId($watch_id);
71 return $this->performRequest($endpoint);
87 $endpoint = $endpointBuilder('Watcher\DeactivateWatch');
[all …]
DIlmNamespace.php44 $endpoint = $endpointBuilder('Ilm\DeleteLifecycle');
45 $endpoint->setParams($params);
46 $endpoint->setPolicy($policy);
48 return $this->performRequest($endpoint);
66 $endpoint = $endpointBuilder('Ilm\ExplainLifecycle');
67 $endpoint->setParams($params);
68 $endpoint->setIndex($index);
70 return $this->performRequest($endpoint);
86 $endpoint = $endpointBuilder('Ilm\GetLifecycle');
87 $endpoint->setParams($params);
[all …]
DRollupNamespace.php47 $endpoint = $endpointBuilder('Rollup\DeleteJob');
48 $endpoint->setParams($params);
49 $endpoint->setId($id);
51 return $this->performRequest($endpoint);
70 $endpoint = $endpointBuilder('Rollup\GetJobs');
71 $endpoint->setParams($params);
72 $endpoint->setId($id);
74 return $this->performRequest($endpoint);
93 $endpoint = $endpointBuilder('Rollup\GetRollupCaps');
94 $endpoint->setParams($params);
[all …]
DDataFrameTransformDeprecatedNamespace.php48 $endpoint = $endpointBuilder('DataFrameTransformDeprecated\DeleteTransform');
49 $endpoint->setParams($params);
50 $endpoint->setTransformId($transform_id);
52 return $this->performRequest($endpoint);
75 $endpoint = $endpointBuilder('DataFrameTransformDeprecated\GetTransform');
76 $endpoint->setParams($params);
77 $endpoint->setTransformId($transform_id);
79 return $this->performRequest($endpoint);
101 $endpoint = $endpointBuilder('DataFrameTransformDeprecated\GetTransformStats');
102 $endpoint->setParams($params);
[all …]
DTransformNamespace.php45 $endpoint = $endpointBuilder('Transform\DeleteTransform');
46 $endpoint->setParams($params);
47 $endpoint->setTransformId($transform_id);
49 return $this->performRequest($endpoint);
69 $endpoint = $endpointBuilder('Transform\GetTransform');
70 $endpoint->setParams($params);
71 $endpoint->setTransformId($transform_id);
73 return $this->performRequest($endpoint);
92 $endpoint = $endpointBuilder('Transform\GetTransformStats');
93 $endpoint->setParams($params);
[all …]
DSlmNamespace.php44 $endpoint = $endpointBuilder('Slm\DeleteLifecycle');
45 $endpoint->setParams($params);
46 $endpoint->setPolicyId($policy_id);
48 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Slm\ExecuteLifecycle');
65 $endpoint->setParams($params);
66 $endpoint->setPolicyId($policy_id);
68 return $this->performRequest($endpoint);
82 $endpoint = $endpointBuilder('Slm\ExecuteRetention');
83 $endpoint->setParams($params);
[all …]
DNodesNamespace.php49 $endpoint = $endpointBuilder('Nodes\ClearRepositoriesMeteringArchive');
50 $endpoint->setParams($params);
51 $endpoint->setNodeId($node_id);
52 $endpoint->setMaxArchiveVersion($max_archive_version);
54 return $this->performRequest($endpoint);
73 $endpoint = $endpointBuilder('Nodes\GetRepositoriesMeteringInfo');
74 $endpoint->setParams($params);
75 $endpoint->setNodeId($node_id);
77 return $this->performRequest($endpoint);
99 $endpoint = $endpointBuilder('Nodes\HotThreads');
[all …]
DSqlNamespace.php44 $endpoint = $endpointBuilder('Sql\ClearCursor');
45 $endpoint->setParams($params);
46 $endpoint->setBody($body);
48 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Sql\DeleteAsync');
65 $endpoint->setParams($params);
66 $endpoint->setId($id);
68 return $this->performRequest($endpoint);
88 $endpoint = $endpointBuilder('Sql\GetAsync');
89 $endpoint->setParams($params);
[all …]
DIngestNamespace.php46 $endpoint = $endpointBuilder('Ingest\DeletePipeline');
47 $endpoint->setParams($params);
48 $endpoint->setId($id);
50 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Ingest\GeoIpStats');
65 $endpoint->setParams($params);
67 return $this->performRequest($endpoint);
85 $endpoint = $endpointBuilder('Ingest\GetPipeline');
86 $endpoint->setParams($params);
87 $endpoint->setId($id);
[all …]
DLicenseNamespace.php42 $endpoint = $endpointBuilder('License\Delete');
43 $endpoint->setParams($params);
45 return $this->performRequest($endpoint);
61 $endpoint = $endpointBuilder('License\Get');
62 $endpoint->setParams($params);
64 return $this->performRequest($endpoint);
78 $endpoint = $endpointBuilder('License\GetBasicStatus');
79 $endpoint->setParams($params);
81 return $this->performRequest($endpoint);
95 $endpoint = $endpointBuilder('License\GetTrialStatus');
[all …]
DSearchableSnapshotsNamespace.php47 $endpoint = $endpointBuilder('SearchableSnapshots\CacheStats');
48 $endpoint->setParams($params);
49 $endpoint->setNodeId($node_id);
51 return $this->performRequest($endpoint);
73 $endpoint = $endpointBuilder('SearchableSnapshots\ClearCache');
74 $endpoint->setParams($params);
75 $endpoint->setIndex($index);
77 return $this->performRequest($endpoint);
103 $endpoint = $endpointBuilder('SearchableSnapshots\Mount');
104 $endpoint->setParams($params);
[all …]
DEnrichNamespace.php44 $endpoint = $endpointBuilder('Enrich\DeletePolicy');
45 $endpoint->setParams($params);
46 $endpoint->setName($name);
48 return $this->performRequest($endpoint);
65 $endpoint = $endpointBuilder('Enrich\ExecutePolicy');
66 $endpoint->setParams($params);
67 $endpoint->setName($name);
69 return $this->performRequest($endpoint);
85 $endpoint = $endpointBuilder('Enrich\GetPolicy');
86 $endpoint->setParams($params);
[all …]
DEqlNamespace.php44 $endpoint = $endpointBuilder('Eql\Delete');
45 $endpoint->setParams($params);
46 $endpoint->setId($id);
48 return $this->performRequest($endpoint);
66 $endpoint = $endpointBuilder('Eql\Get');
67 $endpoint->setParams($params);
68 $endpoint->setId($id);
70 return $this->performRequest($endpoint);
86 $endpoint = $endpointBuilder('Eql\GetStatus');
87 $endpoint->setParams($params);
[all …]
DAsyncSearchNamespace.php44 $endpoint = $endpointBuilder('AsyncSearch\Delete');
45 $endpoint->setParams($params);
46 $endpoint->setId($id);
48 return $this->performRequest($endpoint);
67 $endpoint = $endpointBuilder('AsyncSearch\Get');
68 $endpoint->setParams($params);
69 $endpoint->setId($id);
71 return $this->performRequest($endpoint);
87 $endpoint = $endpointBuilder('AsyncSearch\Status');
88 $endpoint->setParams($params);
[all …]
DAutoscalingNamespace.php44 $endpoint = $endpointBuilder('Autoscaling\DeleteAutoscalingPolicy');
45 $endpoint->setParams($params);
46 $endpoint->setName($name);
48 return $this->performRequest($endpoint);
62 $endpoint = $endpointBuilder('Autoscaling\GetAutoscalingCapacity');
63 $endpoint->setParams($params);
65 return $this->performRequest($endpoint);
81 $endpoint = $endpointBuilder('Autoscaling\GetAutoscalingPolicy');
82 $endpoint->setParams($params);
83 $endpoint->setName($name);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
DClient.php269 * @param callable $endpoint
272 … public function __construct(Transport $transport, callable $endpoint, array $registeredNamespaces) argument
275 $this->endpoints = $endpoint;
276 $this->asyncSearch = new AsyncSearchNamespace($transport, $endpoint);
277 $this->autoscaling = new AutoscalingNamespace($transport, $endpoint);
278 $this->cat = new CatNamespace($transport, $endpoint);
279 $this->ccr = new CcrNamespace($transport, $endpoint);
280 $this->cluster = new ClusterNamespace($transport, $endpoint);
281 $this->danglingIndices = new DanglingIndicesNamespace($transport, $endpoint);
282 …s->dataFrameTransformDeprecated = new DataFrameTransformDeprecatedNamespace($transport, $endpoint);
[all …]
/plugin/openid/Auth/OpenID/
DConsumer.php339 $endpoint = $disco->getNextService($this->discoverMethod,
350 if ($endpoint === null) {
353 return $this->beginWithoutDiscovery($endpoint,
365 * @param Auth_OpenID_ServiceEndpoint $endpoint an OpenID service
374 function beginWithoutDiscovery($endpoint, $anonymous=false) argument
377 $auth_req = $this->consumer->begin($endpoint);
379 $loader->toSession($auth_req->endpoint));
427 $endpoint =
431 $response = $this->consumer->complete($message, $endpoint,
662 $r->endpoint->claimed_id;
[all …]
/plugin/fedauth/Auth/OpenID/
DConsumer.php338 $endpoint = $disco->getNextService($this->discoverMethod,
349 if ($endpoint === null) {
352 return $this->beginWithoutDiscovery($endpoint,
364 * @param Auth_OpenID_ServiceEndpoint $endpoint an OpenID service
373 function beginWithoutDiscovery($endpoint, $anonymous=false) argument
376 $auth_req = $this->consumer->begin($endpoint);
378 $loader->toSession($auth_req->endpoint));
426 $endpoint =
430 $response = $this->consumer->complete($message, $endpoint,
640 $r->endpoint->claimed_id;
[all …]

1234567