Home
last modified time | relevance | path

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

123456

/plugin/adfs/
H A Dadmin.php77 …$data['endpoint'] = (string)($xml->xpath($proto . '/md:SingleSignOnService[@Binding="urn:oasis:nam…
/plugin/adfs/phpsaml/
H A DCHANGELOG29 * Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted si…
H A DREADME.md75 * Enable an Assertion Consumer Service endpoint.
76 * Enable a Single Logout Service endpoint.
353 // only for this endpoint.
386 // only for this endpoint.
389 // SLO endpoint info of the IdP.
398 // only for this endpoint.
1574 Single Logout Service endpoint). The SLS endpoint (`index.php?sls`) of the SP
1580 Request to the SP (SLS endpoint, `index.php?sls`). The SLS endpoint of the SP
1634 ACS endpoint, in this case `acs.php` of the endpoints folder.
1651 The SLS endpoint of the SP process the Logout Response and if is
[all …]
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/authfacebook/lib/
H A DFacebook.php324 * @param string $endpoint
337 $endpoint,
348 * @param string $endpoint
362 $endpoint,
373 * @param string $endpoint
387 $endpoint,
453 * @param string $endpoint
522 * @param string $endpoint
541 $endpoint,
596 $endpoint = '/'.$target.'/videos';
[all …]
H A DFacebookRequest.php59 protected $endpoint; variable in Facebook\\FacebookRequest
92 * @param string|null $endpoint
97 …onstruct(FacebookApp $app = null, $accessToken = null, $method = null, $endpoint = null, array $pa… argument
102 $this->setEndpoint($endpoint);
258 public function setEndpoint($endpoint) argument
261 $params = FacebookUrlManipulator::getParamsAsArray($endpoint);
268 $this->endpoint = FacebookUrlManipulator::removeParamsFromUrl($endpoint, $filterParams);
281 return $this->endpoint;
510 $endpoint = FacebookUrlManipulator::forceSlashPrefix($this->getEndpoint());
512 $url = $graphVersion . $endpoint;
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php78 * @param string $endpoint
85 public function start($endpoint, FacebookFile $file) argument
91 $response = $this->sendUploadRequest($endpoint, $params);
99 * @param string $endpoint
107 public function transfer($endpoint, FacebookTransferChunk $chunk, $allowToThrow = false) argument
117 $response = $this->sendUploadRequest($endpoint, $params);
134 * @param string $endpoint
142 public function finish($endpoint, $uploadSessionId, $metadata = []) argument
148 $response = $this->sendUploadRequest($endpoint, $params);
156 * @param string $endpoint The endpoint to POST to.
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md198 // this endpoint: https://www.gstatic.com/iap/verify/public_key-jwk
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DOperationMetadata.php37 public $endpoint; variable in Google\\Service\\AIPlatformNotebooks\\OperationMetadata
100 public function setEndpoint($endpoint) argument
102 $this->endpoint = $endpoint;
109 return $this->endpoint;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1RuntimeTraceConfig.php26 public $endpoint; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RuntimeTraceConfig
51 public function setEndpoint($endpoint) argument
53 $this->endpoint = $endpoint;
60 return $this->endpoint;
H A DGoogleCloudApigeeV1TraceConfig.php25 public $endpoint; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TraceConfig
36 public function setEndpoint($endpoint) argument
38 $this->endpoint = $endpoint;
45 return $this->endpoint;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1LakeMetastoreStatus.php25 public $endpoint; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1LakeMetastoreStatus
42 public function setEndpoint($endpoint) argument
44 $this->endpoint = $endpoint;
51 return $this->endpoint;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNotificationEndpointGrpcSettings.php29 public $endpoint; variable in Google\\Service\\Compute\\NotificationEndpointGrpcSettings
58 public function setEndpoint($endpoint) argument
60 $this->endpoint = $endpoint;
67 return $this->endpoint;
H A DServiceAttachmentConnectedEndpoint.php25 public $endpoint; variable in Google\\Service\\Compute\\ServiceAttachmentConnectedEndpoint
38 public function setEndpoint($endpoint) argument
40 $this->endpoint = $endpoint;
47 return $this->endpoint;
/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/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembership.php124 public function setEndpoint(MembershipEndpoint $endpoint) argument
126 $this->endpoint = $endpoint;
133 return $this->endpoint;
/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/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,
H A DLogglyHandler.php65 * @param string $endpoint
69 protected function getCurlHandler(string $endpoint) argument
71 if (!array_key_exists($endpoint, $this->curlHandlers)) {
72 $this->curlHandlers[$endpoint] = $this->loadCurlHandle($endpoint);
75 return $this->curlHandlers[$endpoint];
81 * @param string $endpoint
85 private function loadCurlHandle(string $endpoint) argument
87 $url = sprintf("https://%s/%s/%s/", static::HOST, $endpoint, $this->token);
140 protected function send(string $data, string $endpoint): void argument
142 $ch = $this->getCurlHandler($endpoint);
H A DLogmaticHandler.php63 $endpoint = $useSSL ? 'ssl://api.logmatic.io:10515' : 'api.logmatic.io:10514';
64 $endpoint .= '/v1/';
67 $endpoint,
/plugin/authloginapi/
H A Daction.php11 protected $endpoint; variable in action_plugin_authloginapi
29 $this->endpoint = $this->getConf('endpoint');
79 $form->params['action'] = $this->endpoint;
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt126 In order to use this plugin, you must provide your bugzilla endpoint
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js6047 function updateEndpoint(cell, endpoint, source, ignoreX, ignoreY, endCell) argument
6049 if (endpoint != null)
6051 if (endpoint.LinkX != null && endpoint.LinkY != null)
6053 endpoint.LinkX = Math.round(endpoint.LinkX * 1000) / 1000;
6054 endpoint.LinkY = Math.round(endpoint.LinkY * 1000) / 1000;
6058 endpoint.LinkX = 1 - endpoint.LinkX;
6063 endpoint.LinkY = 1 - endpoint.LinkY;
6066 cell.style += ((!ignoreX) ? ((source) ? 'exitX' : 'entryX') + '=' + endpoint.LinkX + ';' : '') +
6067 ((!ignoreY) ? (((source) ? 'exitY' : 'entryY') + '=' + endpoint.LinkY + ';') : '') +
6070 if (endpoint.Inside)
[all …]
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDrive.js6endpoint){case c.default.AAD:t=(o=e,f.appendQueryStrings(y,{redirect_uri:o.redirectUri,client_id:o…

123456