Home
last modified time | relevance | path

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

123456

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A 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
[all...]
H A 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...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A 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 $this->dataFrameTransformDeprecated = new DataFrameTransformDeprecatedNamespace($transport, $endpoint);
1939 performRequest(AbstractEndpoint $endpoint) global() argument
[all...]
/plugin/openid/Auth/OpenID/
H A DConsumer.php350 if ($endpoint === null) {
427 $endpoint =
827 $endpoint = $result;
1086 if ($endpoint !== null) {
1209 if (!$endpoint) {
1239 return $endpoint;
1854 public $endpoint; variable in Auth_OpenID_AuthRequest
1879 $this->endpoint = $endpoint;
2120 public $endpoint; variable in Auth_OpenID_ConsumerResponse
2127 $this->endpoint = $endpoint;
[all …]
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php349 if ($endpoint === null) {
426 $endpoint =
781 $endpoint = $result;
1029 if ($endpoint !== null) {
1043 return $endpoint;
1147 if (!$endpoint) {
1177 return $endpoint;
1758 $this->endpoint = $endpoint;
1979 $this->endpoint = $endpoint;
1980 if ($endpoint === null) {
[all …]

123456