Home
last modified time | relevance | path

Searched refs:serviceName (Results 1 – 25 of 85) sorted by last modified time

1234

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php64 * @param string $serviceName Name of the service
71 public function registerService($serviceName, $className) argument
81 $this->serviceClassMap[$version][ucfirst($serviceName)] = $className;
95 * @param string $serviceName Name of service to create
105 $serviceName, argument
118 $fullyQualifiedServiceName = $this->getFullyQualifiedServiceName($serviceName, $version);
138 * @param string $serviceName The name of the service of which to get the fully qualified name
143 private function getFullyQualifiedServiceName($serviceName, $type) argument
145 $serviceName = ucfirst($serviceName);
168 buildV2Service($serviceName, CredentialsInterface $credentials, TokenStorageInterface $storage, array $scopes, UriInterface $baseApiUri = null, $apiVersion = '') global() argument
193 resolveScopes($serviceName, array $scopes) global() argument
226 buildV1Service($serviceName, CredentialsInterface $credentials, TokenStorageInterface $storage, $scopes, UriInterface $baseApiUri = null) global() argument
[all...]
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php64 * @param string $serviceName Name of the service
71 public function registerService($serviceName, $className) argument
104 $serviceName, argument
136 $serviceName = ucfirst($serviceName);
139 return $this->serviceClassMap[$type][$serviceName];
159 $serviceName, argument
165 return new $serviceName(
169 $this->resolveScopes($serviceName, $scopes),
182 private function resolveScopes($serviceName, array $scopes) argument
184 $reflClass = new \ReflectionClass($serviceName);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DAccess.php39 public $serviceName; variable in Google\\Service\\SecurityCommandCenter\\Access
104 public function setServiceName($serviceName) argument
106 $this->serviceName = $serviceName;
113 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DReportRequest.php26 public $serviceName; variable in Google\\Service\\Networkconnectivity\\ReportRequest
50 public function setServiceName($serviceName) argument
52 $this->serviceName = $serviceName;
56 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuditLog.php68 public $serviceName; variable in Google\\Service\\ServiceControl\\AuditLog
257 public function setServiceName($serviceName) argument
259 $this->serviceName = $serviceName;
266 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DRollout.php39 public $serviceName; variable in Google\\Service\\ServiceManagement\\Rollout
106 public function setServiceName($serviceName) argument
108 $this->serviceName = $serviceName;
115 return $this->serviceName;
H A DManagedService.php29 public $serviceName; variable in Google\\Service\\ServiceManagement\\ManagedService
48 public function setServiceName($serviceName) argument
50 $this->serviceName = $serviceName;
57 return $this->serviceName;
H A DGenerateConfigReportResponse.php34 public $serviceName; variable in Google\\Service\\ServiceManagement\\GenerateConfigReportResponse
81 public function setServiceName($serviceName) argument
83 $this->serviceName = $serviceName;
90 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceManagement.php129 'serviceName' => [
143 'serviceName' => [
153 'serviceName' => [
222 'serviceName' => [
242 'serviceName' => [
252 'serviceName' => [
271 'serviceName' => [
289 'serviceName' => [
349 'serviceName' => [
359 'serviceName' => [
[all …]
H A DServiceControl.php70 'path' => 'v2/services/{serviceName}:check',
73 'serviceName' => [
80 'path' => 'v2/services/{serviceName}:report',
83 'serviceName' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DForwardingRule.php134 public $serviceName; variable in Google\\Service\\Compute\\ForwardingRule
525 public function setServiceName($serviceName) argument
527 $this->serviceName = $serviceName;
534 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/Resource/
H A DServices.php53 * @param string $serviceName The service name as specified in its service
62 public function check($serviceName, CheckRequest $postBody, $optParams = []) argument
64 $params = ['serviceName' => $serviceName, 'postBody' => $postBody];
83 * @param string $serviceName The service name as specified in its service
92 public function report($serviceName, ReportRequest $postBody, $optParams = []) argument
94 $params = ['serviceName' => $serviceName, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/Resource/
H A DServicesConfigs.php43 * @param string $serviceName Required. The name of the service. See the
50 public function create($serviceName, Service $postBody, $optParams = []) argument
52 $params = ['serviceName' => $serviceName, 'postBody' => $postBody];
59 * @param string $serviceName Required. The name of the service. See the
71 public function get($serviceName, $configId, $optParams = []) argument
73 $params = ['serviceName' => $serviceName, 'configId' => $configId];
81 * @param string $serviceName Required. The name of the service. See the
91 public function listServicesConfigs($serviceName, $optParams = []) argument
93 $params = ['serviceName' => $serviceName];
107 * @param string $serviceName Required. The name of the service. See the
[all …]
H A DServicesRollouts.php45 * @param string $serviceName Required. The name of the service. See the
52 public function create($serviceName, Rollout $postBody, $optParams = []) argument
54 $params = ['serviceName' => $serviceName, 'postBody' => $postBody];
61 * @param string $serviceName Required. The name of the service. See the
68 public function get($serviceName, $rolloutId, $optParams = []) argument
70 $params = ['serviceName' => $serviceName, 'rolloutId' => $rolloutId];
78 * @param string $serviceName Required. The name of the service. See the
92 public function listServicesRollouts($serviceName, $optParams = []) argument
94 $params = ['serviceName' => $serviceName];
H A DServices.php65 * @param string $serviceName Required. The name of the service. See the
71 public function delete($serviceName, $optParams = []) argument
73 $params = ['serviceName' => $serviceName];
102 * @param string $serviceName Required. The name of the service. See the
108 public function get($serviceName, $optParams = []) argument
110 $params = ['serviceName' => $serviceName];
118 * @param string $serviceName Required. The name of the service. See the
130 public function getConfig($serviceName, $optParams = []) argument
132 $params = ['serviceName' => $serviceName];
227 public function undelete($serviceName, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DRevisionStatus.php40 public $serviceName; variable in Google\\Service\\CloudRun\\RevisionStatus
101 public function setServiceName($serviceName) argument
103 $this->serviceName = $serviceName;
110 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DPrivilege.php48 public $serviceName; variable in Google\\Service\\Directory\\Privilege
137 public function setServiceName($serviceName) argument
139 $this->serviceName = $serviceName;
146 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DClusterIstio.php33 public $serviceName; variable in Google\\Service\\Monitoring\\ClusterIstio
70 public function setServiceName($serviceName) argument
72 $this->serviceName = $serviceName;
79 return $this->serviceName;
H A DMeshIstio.php29 public $serviceName; variable in Google\\Service\\Monitoring\\MeshIstio
52 public function setServiceName($serviceName) argument
54 $this->serviceName = $serviceName;
61 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPickupServicesPickupService.php33 public $serviceName; variable in Google\\Service\\ShoppingContent\\PickupServicesPickupService
66 public function setServiceName($serviceName) argument
68 $this->serviceName = $serviceName;
75 return $this->serviceName;
H A DPickupCarrierService.php29 public $serviceName; variable in Google\\Service\\ShoppingContent\\PickupCarrierService
48 public function setServiceName($serviceName) argument
50 $this->serviceName = $serviceName;
57 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php55 private $serviceName; variable in Google\\Service\\Resource
66 public function __construct($service, $serviceName, $resourceName, $resource) argument
71 $this->serviceName = $serviceName;
92 'service' => $this->serviceName,
100 "{$this->serviceName}->{$this->resourceName}->{$name}()"
147 'service' => $this->serviceName,
165 'service' => $this->serviceName,
187 'service' => $this->serviceName,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DApiOperation.php28 public $serviceName; variable in Google\\Service\\AccessContextManager\\ApiOperation
47 public function setServiceName($serviceName) argument
49 $this->serviceName = $serviceName;
56 return $this->serviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1ApiOperation.php28 public $serviceName; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1ApiOperation
47 public function setServiceName($serviceName) argument
49 $this->serviceName = $serviceName;
56 return $this->serviceName;
/plugin/adfs/phpsaml/
H A DREADME.md334 "serviceName" => "SP test",

1234