Home
last modified time | relevance | path

Searched refs:endpoint (Results 76 – 100 of 132) sorted by relevance

123456

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DClientInterface.php17 * @param UriInterface $endpoint
27 UriInterface $endpoint, argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DClientInterface.php14 * Any implementing HTTP providers should send a request to the provided endpoint with the parameters.
17 * @param UriInterface $endpoint
27 UriInterface $endpoint, argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc1 [[endpoint-closure]]
9 For example, we could add a new endpoint like so:
38 wiring the Transport and Serializer into each endpoint
H A Dconfiguration.asciidoc24 * <<endpoint-closure>>
52 include::endpoint-closure.asciidoc[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DStep.php156 public function setEndpoint(EndpointInfo $endpoint) argument
158 $this->endpoint = $endpoint;
165 return $this->endpoint;
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt34 …cheme and API endpoint pairs. If you know the endpoint you can also use the ''%%!direct%%'' keywor…
50 use the API endpoint directly
H A Ddokuwiki-oembed.org40 …L scheme and API endpoint pairs. If you know the endpoint you can also use the ~!direct~ keyword t…
56 use the API endpoint directly
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DRecovery.php97 $endpoint = new RecoveryEndpoint();
99 $this->_response = $this->getIndex()->requestEndpoint($endpoint);
/plugin/oauth/
H A DHTTPClient.php17 UriInterface $endpoint,
26 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
18 retrieveResponse(UriInterface $endpoint, $requestBody, array $extraHeaders = array(), $method = 'POST') global() argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DInsightOpsHandler.php52 $endpoint = $useSSL
57 $endpoint,
H A DLogEntriesHandler.php49 $endpoint = $useSSL ? 'ssl://' . $host . ':443' : $host . ':80';
51 $endpoint,
/plugin/oauthazure/
H A DAzure.php57 if (!isset($this->discovery[$endpoint])) return '';
58 return $this->discovery[$endpoint];
/plugin/youtrack/
H A Dhelper.php88 * @param string $endpoint API endpoint
92 function request($method, $endpoint, $params = false) { argument
98 $url = $this->getBaseUrl().$endpoint;
/plugin/openid/Auth/OpenID/
H A DSReg.php98 * @param Auth_OpenID_ServiceEndpoint $endpoint The endpoint object as returned by OpenID discovery.
102 function Auth_OpenID_supportsSReg($endpoint) argument
104 return ($endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_1) ||
105 $endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_0));
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCluster.php76 public $endpoint; variable in Google\\Service\\Container\\Cluster
447 public function setEndpoint($endpoint) argument
449 $this->endpoint = $endpoint;
456 return $this->endpoint;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php188 private function responseFor($endpoint, $class, $ipAddress) argument
190 $path = implode('/', [self::$basePath, $endpoint, $ipAddress]);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php188 $endpoint = (new Restore())
197 return $this->_client->requestEndpoint($endpoint);
/plugin/fedauth/Auth/OpenID/
H A DSReg.php97 function Auth_OpenID_supportsSReg($endpoint) argument
99 return ($endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_1) ||
100 $endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_0));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md13 - Added the API description in phpdoc section for each endpoint
56 - Fixed reset custom header after endpoint call
137 - Add missing leading slash in the URL of put mapping endpoint
139 - Fix pre 7.2 endpoint class name with aliases + reapply fix #947.
266 - Added `track_total_hits` in `search` endpoint [0c9ff47](https://github.com/elastic/elasticsearch-php/commit/9f4f0dfa331c4f50d2c88c0068afd3062e6ea353)
271 - Added `seq_no_primary_term` parameter in `bulk` endpoint [#884](https://github.com/elastic/elasticsearch-php/pull/884)
272 - Added `include_type_name`, `if_primary_term`, `if_seq_no` in `delete` endpoint [#884](https://github.com/elastic/elasticsearch-php/pull/884)
274 - Added `seq_no_primary_term` in `search` endpoint [#884](https://github.com/elastic/elasticsearch-php/pull/884)
275 - Added `if_primary_term', 'if_seq_no`in `update` endpoint [#884](https://github.com/elastic/elasticsearch-php/pull/884)
287 - Remove `_suggest` endpoint, whic
[all...]
/plugin/swarmwebhook/
H A Dplugin.info.txt6 desc A webhook endpoint for swarm checkins forwarded by IFTTT into a struct table
/plugin/sfauth/
H A Dhelper.php137 public function apicall($method, $endpoint, $data = array(), $usejson = true) { argument
141 $url = $this->authdata['instance_url'] . '/services/data/v24.0' . $endpoint;
168 return $this->apicall($method, $endpoint, $data);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc181 .`setEndpoint(callable $endpoint)`
186 Set the endpoint
454 .`instantiate(Elasticsearch\Transport $transport, callable $endpoint, array $registeredNamespaces)`
/plugin/matrixnotifier/
H A Dhelper.php159 …$endpoint = $homeserver.'/_matrix/client/r0/rooms/'.$roomid.'/send/m.room.message/'.uniqid('docuwi…
167 $ch = curl_init($endpoint);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php86 * Set the parameters for this endpoint
191 protected function getOptionalURI(string $endpoint): string argument
196 $uri[] = $endpoint;

123456