Home
last modified time | relevance | path

Searched refs:serviceName (Results 1 – 25 of 85) sorted by relevance

1234

/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/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/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/
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/ServiceManagement/
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;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
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;
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;
/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/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/issuelinks/helper/
H A Ddb.php282 * @param string $serviceName The name of the project management service
288 public function loadIssue($serviceName, $projectKey, $issueId, $isMergeRequest) argument
334 * @param string $serviceName The name of the project management service
340 public function getAllPageLinkingToIssue($serviceName, $projectKey, $issue_id, $isMergeRequest) argument
356 * @param string $serviceName The name of the project management service
363 public function removeOldLinks($serviceName, $projectKey, $issue_id, $isMergeRequest, $pages) argument
375 'service' => $serviceName,
392 * @param string $serviceName The name of the project management service
422 'service' => $serviceName,
465 * @param string $serviceName The name of the project management service
[all …]
H A Ddata.php30 * @param string $serviceName The name of the project management service
35 public function importAllIssues($serviceName, $projectKey) argument
37 $lockfileKey = $this->getImportLockID($serviceName, $projectKey);
47 dbglog($serviceName);
48 $serviceClass = $services[$serviceName];
80 "Downloading all issues from $serviceName fpr project $projectKey failed ",
98 public function getImportLockID($serviceName, $projectKey) argument
100 return "_plugin__issuelinks_import_$serviceName-$projectKey";
228 public function getMergeRequestsForIssue($serviceName, $projectKey, $issueId, $isMergeRequest) argument
232 …$issues = $db->getMergeRequestsReferencingIssue($serviceName, $projectKey, $issueId, $isMergeReque…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
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;
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;
/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/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/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/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/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/issuelinks/action/
H A Dajax.php190 $serviceName = $INPUT->str('servicename');
194 if (empty($serviceName) || empty($projectKey)) {
211 $data->importAllIssues($serviceName, $projectKey);
239 $serviceName = $INPUT->str('issuelinks-service');
246 list($code, $data) = $this->checkImportStatus($serviceName, $projectKey);
249 …list($code, $data) = $this->getIssueTooltipHTML($serviceName, $projectKey, $issueId, $isMergeReque…
253 $serviceName,
266 protected function checkImportStatus($serviceName, $projectKey) argument
274 $lockID = $data->getImportLockID($serviceName, $projectKey);

1234