Home
last modified time | relevance | path

Searched refs:service (Results 101 – 125 of 782) sorted by relevance

12345678910>>...32

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DEnableServiceResponse.php28 public function setService(GoogleApiServiceusageV1Service $service) argument
30 $this->service = $service;
37 return $this->service;
H A DDisableServiceResponse.php28 public function setService(GoogleApiServiceusageV1Service $service) argument
30 $this->service = $service;
37 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DResolveServiceResponse.php28 public function setService(Service $service) argument
30 $this->service = $service;
37 return $this->service;
/plugin/evesso/
H A Dauth.php71 $service = $hlp->loadService($servicename);
72 if(is_null($service)) {
77 if($service->checkToken()) {
138 $service = $hlp->loadService($servicename);
139 if(is_null($service)) return false;
163 $service->login();
176 $uinfo = $service->getUser();
347 * @param string $service
400 $service = $hlp->loadService();
401 if (!is_null($service)) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DUrlMapTest.php48 public $service; variable in Google\\Service\\Compute\\UrlMapTest
137 public function setService($service) argument
139 $this->service = $service;
146 return $this->service;
H A DHttpRouteRule.php40 public $service; variable in Google\\Service\\Compute\\HttpRouteRule
117 public function setService($service) argument
119 $this->service = $service;
126 return $this->service;
H A DTargetTcpProxy.php57 public $service; variable in Google\\Service\\Compute\\TargetTcpProxy
174 public function setService($service) argument
176 $this->service = $service;
183 return $this->service;
H A DTargetSslProxy.php54 public $service; variable in Google\\Service\\Compute\\TargetSslProxy
165 public function setService($service) argument
167 $this->service = $service;
174 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaUpdateServiceRequest.php32 public function setService(GoogleFirebaseAppcheckV1betaService $service) argument
34 $this->service = $service;
41 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Job.php41 public $service; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Job
118 public function setService($service) argument
120 $this->service = $service;
127 return $this->service;
H A DGoogleCloudDataplexV1JobEvent.php41 public $service; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1JobEvent
118 public function setService($service) argument
120 $this->service = $service;
127 return $this->service;
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php27 $service = new ServiceNews($this->sqlite);
31 $feed = $service->getById($ar['news_id']);
58 $service = new ServiceStream($this->sqlite);
60 $streams[] = $service->getById($row['child']);
71 $service = new ServiceStream($this->sqlite);
73 $streams[] = $service->getById($row['parent']);
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php82 foreach ($servicesToKeep as $service) {
83 if (!preg_match('/^[a-zA-Z0-9]*$/', $service)) {
87 $service
92 $finder->in($serviceDir . '/' . $service);
97 $service
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DServicecontrolResource.php57 public $service; variable in Google\\Service\\ServiceControl\\ServicecontrolResource
186 public function setService($service) argument
188 $this->service = $service;
195 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProductShipping.php63 public $service; variable in Google\\Service\\ShoppingContent\\ProductShipping
208 public function setService($service) argument
210 $this->service = $service;
217 return $this->service;
/plugin/evesso/classes/
H A DAbstractAdapter.php96 $this->oAuth->getStorage()->clearToken($this->oAuth->service());
97 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());
146 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());
159 …ge()->hasAccessToken($this->oAuth->service()) && $this->oAuth->getStorage()->retrieveAccessToken($…
180 if ($this->oAuth->getStorage()->hasAccessToken($this->oAuth->service())) {
181 …Auth->refreshAccessToken($this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->service()));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxDriver.php24 $service = FirefoxDriverService::createDefaultService();
26 return static::startUsingDriverService($service, $capabilities);
38 FirefoxDriverService $service, argument
45 $executor = new DriverCommandExecutor($service);
/plugin/shorty/
H A Dhelper.php54 function getShortUrl($pageID, $service='default') { argument
56 if ($service == 'default')
57 $service = $this->getconf('default_service');
59 switch ($service) {
63 $shortURL = $this->getBitlyURL($pageID, $service);
/plugin/openid/Auth/Yadis/
H A DXRDS.php344 * @param string $service
346 function _addService($priority, $service) argument
354 $this->serviceList[$priority][] = $service;
443 foreach ($service_obj_list as $service) {
449 if (call_user_func_array($filter, [$service])) {
453 $pri = $service->getPriority();
462 $filtered[$pri][] = $service;
471 $pri = $service->getPriority();
479 $filtered[$pri][] = $service;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
H A DEnumTest.php11 $service = new Service();
12 $service->namespaceMap['urn:test'] = null;
14 $xml = $service->write('{urn:test}root', function($writer) {
H A DRepeatingElementsTest.php11 $service = new Service();
12 $service->namespaceMap['urn:test'] = null;
13 $xml = $service->write('{urn:test}collection', function($writer) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DRepeatingElementsTest.php11 $service = new Service();
12 $service->elementMap['{urn:test}collection'] = function($reader) {
24 $result = $service->parse($xml);
/plugin/issuelinks/helper/
H A Ddb.php108 * @param string $service The name of the repository management service
113 public function saveWebhook($service, $repo, $id, $secret) argument
116 'service' => $service,
164 public function getWebhookSecrets($service, $repo) argument
167 $secrets = $this->sqlArrayQuery($sql, [$service, $repo]);
199 * @param string $service
203 public function deleteWebhook($service, $repo, $id) argument
206 'service' => $service,
233 public function getWebhooks($service, $repo = null, $id = null) argument
236 $params = [$service];
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php331 function _addService($priority, $service) argument
339 $this->serviceList[$priority][] = $service;
426 foreach ($service_obj_list as $service) {
432 if (call_user_func_array($filter, array(&$service))) {
436 $pri = $service->getPriority();
445 $filtered[$pri][] = $service;
454 $pri = $service->getPriority();
462 $filtered[$pri][] = $service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/Resource/
H A DProjectsLocationsServices.php101 * @param string $service Required. The relative resource name of the metastore
108 public function exportMetadata($service, ExportMetadataRequest $postBody, $optParams = []) argument
110 $params = ['service' => $service, 'postBody' => $postBody];
239 * @param string $service Required. The relative resource name of the metastore
246 public function restore($service, RestoreServiceRequest $postBody, $optParams = []) argument
248 $params = ['service' => $service, 'postBody' => $postBody];

12345678910>>...32