Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 25 of 71) sorted by path

123

/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/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/CloudRedis/
H A DCluster.php139 public function setEndpoints($endpoints) argument
141 $this->endpoints = $endpoints;
148 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DRuntimeInfo.php29 public $endpoints; variable in Google\\Service\\Dataproc\\RuntimeInfo
52 public function setEndpoints($endpoints) argument
54 $this->endpoints = $endpoints;
61 return $this->endpoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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',
H A DServiceDirectory.php346 'endpoints',
350 'path' => 'v1/{+parent}/endpoints',
384 'path' => 'v1/{+parent}/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/ServiceConsumerManagement/
H A DService.php217 public function setEndpoints($endpoints) argument
219 $this->endpoints = $endpoints;
226 return $this->endpoints;
/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/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/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/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 …dicates that the stroke for each subpath does not extend beyond its two endpoints.\"\n …
H A D3.3.js.map1 …page. Content policies mostly specify allowed server origins and script endpoints which help guard…
H A Dbundle.js.map1 …oints);\n\n // Construct the hull polygon, removing possible duplicate endpoints.\n var skipLeft…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …oints);\n\n // Construct the hull polygon, removing possible duplicate endpoints.\n var skipLeft…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md19 - Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper
44 - Updated endpoints and namespaces for Elasticsearch 7.10
63 - Updated endpoints and namespaces for Elasticsearch 7.9
74 - Updated endpoints and namespaces for Elasticsearch 7.8
83 - Removed setId() into endpoints, fixed `util/GenerateEndpoints.php`
91 - Added the XPack endpoints
102 - Generated the new endpoints for Elasticsearch 7.6.0
121 this allows passing a `Traversable` body for some endpoints
146 - Added the code generation for endpoints and namespaces based on
150 - Fixed the asciidoc [endpoints documentatio
[all...]
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
14 Starting from version `7.7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is/open-x-pack) of Elasticsearch.
67 **Note:** [X-Pack](https://www.elastic.co/what-is/open-x-pack) endpoints are included from elasticsearch-php 7.7+.
455 That was just a crash-course overview of the client and its syntax. If you are familiar with Elasticsearch, you'll notice that the methods are named just like REST endpoints.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dclasses.asciidoc5 This is a complete list of namespaces and their associated endpoints.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc225 endpoints.
H A Dendpoint-closure.asciidoc7 available set of API endpoints available.
36 Obviously, by doing this you take responsibility that all existing endpoints

123