Home
last modified time | relevance | path

Searched refs:endpoints (Results 51 – 71 of 71) sorted by last modified time

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DListEndpointsResponse.php33 public function setEndpoints($endpoints) argument
35 $this->endpoints = $endpoints;
42 return $this->endpoints;
H A DService.php51 public function setEndpoints($endpoints) argument
53 $this->endpoints = $endpoints;
60 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceDirectory.php346 'endpoints',
350 'path' => 'v1/{+parent}/endpoints',
384 'path' => 'v1/{+parent}/endpoints',
H A DIDS.php110 'endpoints',
114 'path' => 'v1/{+parent}/endpoints',
170 'path' => 'v1/{+parent}/endpoints',
H A DRealTimeBidding.php150 'endpoints',
164 'path' => 'v1/{+parent}/endpoints',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php217 public function setEndpoints($endpoints) argument
219 $this->endpoints = $endpoints;
226 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php217 public function setEndpoints($endpoints) argument
219 $this->endpoints = $endpoints;
226 return $this->endpoints;
H A DGoogleApiServiceusageV1ServiceConfig.php93 public function setEndpoints($endpoints) argument
95 $this->endpoints = $endpoints;
102 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Environment.php108 public function setEndpoints(GoogleCloudDataplexV1EnvironmentEndpoints $endpoints) argument
110 $this->endpoints = $endpoints;
117 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php217 public function setEndpoints($endpoints) argument
219 $this->endpoints = $endpoints;
226 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IDS/
H A DListEndpointsResponse.php37 public function setEndpoints($endpoints) argument
39 $this->endpoints = $endpoints;
46 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DListEndpointsResponse.php33 public function setEndpoints($endpoints) argument
35 $this->endpoints = $endpoints;
42 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DCluster.php139 public function setEndpoints($endpoints) argument
141 $this->endpoints = $endpoints;
148 return $this->endpoints;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …oints);\n\n // Construct the hull polygon, removing possible duplicate endpoints.\n var skipLeft…
H A D3.3.js.map1 …page. Content policies mostly specify allowed server origins and script endpoints which help guard…
H A D2.2.js.map1 …dicates that the stroke for each subpath does not extend beyond its two endpoints.\"\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …oints);\n\n // Construct the hull polygon, removing possible duplicate endpoints.\n var skipLeft…
/plugin/adfs/phpsaml/
H A DREADME.md235 #### `endpoints/` ####
237 The toolkit has three endpoints:
244 You can use the files provided by the toolkit or create your own endpoints
246 endpoints files uses the setting file of the toolkit's base folder.
702 provides examples of those views in the endpoints directory.
704 ##### SP Metadata `endpoints/metadata.php` #####
746 ##### Attribute Consumer Service(ACS) `endpoints/acs.php` #####
888 ##### Single Logout Service (SLS) `endpoints/sls.php` #####
920 If the SLS endpoints receives a Logout Response, the response is
1031 default SLS provided by the toolkit (`endpoints/sls.php`), then the SLS
[all …]
/plugin/fedauth/Auth/Yadis/
H A DYadis.php150 $endpoints = call_user_func_array($xrds_parse_func,
154 if ($endpoints === null) {
155 $endpoints = array();
158 return array($yadis_result->normalized_uri, $endpoints);
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php592 list($new_uri, $endpoints) = $result;
594 foreach ($endpoints as $e) {
H A DTrustRoot.php406 list($rp_url_after_redirects, $endpoints) =
419 $matching_endpoints = Auth_OpenID_extractReturnURL($endpoints);

123