Home
last modified time | relevance | path

Searched refs:endpoint (Results 101 – 125 of 132) sorted by last modified time

123456

/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/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1 … using class as a property..\n *\n * class Test\n * def endpoint\n * self.class.endpoint || …
H A D3.3.js.map1endpoint. Ports are designated by numbers, and below 1024 each port is associated by default with …
/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/adfs/
H A Dadmin.php77 …$data['endpoint'] = (string)($xml->xpath($proto . '/md:SingleSignOnService[@Binding="urn:oasis:nam…
/plugin/vimeo/
H A Dsyntax.php121 $endpoint = '/me/albums/' . $albumID . '/videos?sort=manual&per_page=100&fields=' . $fields;
123 $respData = $this->sendVimeoRequest($accessToken, $endpoint, $errors);
146 * @param string $endpoint The endpoint to which to connect, must begin with a /
153 protected function sendVimeoRequest($accessToken, $endpoint, &$errors) argument
/plugin/issuelinks/services/
H A DGitHub.service.php123 protected function makeGitHubGETRequest($endpoint, $max = null) argument
170 * @param string $endpoint
192 $url = $this->githubUrl . $endpoint;
225 $endpoint = "/orgs/$organisation/repos";
227 $repos = $this->makeGitHubGETRequest($endpoint);
239 $endpoint = "/repos/$repoData[full_name]/hooks";
438 $endpoint = '/user/orgs';
461 $endpoint = '/repos/' . $repo . '/issues/' . $issueNumber;
462 $result = $this->makeGitHubGETRequest($endpoint);
467 $result = $this->makeGitHubGETRequest($endpoint);
[all …]
H A DGitLab.service.php108 protected function makeSingleGitLabGetRequest($endpoint) argument
110 return $this->makeGitLabRequest($endpoint, [], 'GET');
128 $url = $this->gitlabUrl . '/api/v4' . strtolower($endpoint);
215 $repoHooks = $this->makeSingleGitLabGetRequest($endpoint);
264 $endpoint = "/projects/$encProject/hooks/$hookid";
266 $data = $this->makeGitLabRequest($endpoint, [], 'DELETE');
314 $endpoint = '/projects/' . $repoUrlEnc . '/' . $notable . '/' . $issue->getKey();
315 $info = $this->makeSingleGitLabGetRequest($endpoint);
325 $endpoint = '/projects/' . $repoUrlEnc . '/labels';
326 $projectLabelData = $this->makeSingleGitLabGetRequest($endpoint);
[all …]
H A DJira.service.php145 protected function makeJiraRequest($endpoint, array $data, $method, array $headers = []) argument
147 $url = $this->jiraUrl . $endpoint;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1endpoint","line_width","_render_link_arrow","borderColor","isLegacyRender","viewportLeft","viewPor…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js22972 var endpoint = _render_link_arrow(dots[dots.length - 1], direction, view);
22974 endpoint.style.borderColor = link.color;
22976 div.appendChild(endpoint);
/plugin/swarmwebhook/
H A DREADME.md7 A webhook endpoint for swarm Check-Ins forwarded by IFTTT or Zapier into a struct table
H A Dplugin.info.txt6 desc A webhook endpoint for swarm checkins forwarded by IFTTT into a struct table
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md21 This release brings a new endpoint that make sure that you can't shoot yourself in the foot by call…
/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/bugzillaint/docs/
H A Dbugzillaint.txt126 In order to use this plugin, you must provide your bugzilla endpoint
/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/youtrack/
H A Dhelper.php88 * @param string $endpoint API endpoint
92 function request($method, $endpoint, $params = false) { argument
98 $url = $this->getBaseUrl().$endpoint;
/plugin/mantis/lib/
H A Dclass.soap_server.php1029 if(false == $endpoint) {
1035 $endpoint = "$SCHEME://$SERVER_NAME$SERVER_PORT$SCRIPT_NAME";
1044 $this->wsdl->endpoint = $endpoint;
1065 'location'=>$endpoint,
H A Dclass.wsdl.php35 var $endpoint = ''; variable in wsdl
1856 'endpoint' => $this->endpoint,
H A Dchangelog148 - wsdl: Include port in endpoint address when serializing
189 - soap_server: use the WSDL URL scheme as the default endpoint URL scheme
251 - wsdl: propagate debug value from query string to SOAP endpoint in programmatic WSDL generation
435 - soap_server: use PHP_SELF instead of SCRIPT_NAME for WSDL endpoint

123456