Home
last modified time | relevance | path

Searched refs:addService (Results 1 – 25 of 54) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
DDocBlockFactory.php54 $tagFactory->addService($descriptionFactory);
55 $tagFactory->addService(new TypeResolver($fqsenResolver));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DTagFactory.php58 public function addService($service); function
DStandardTagFactory.php102 $this->addService($fqsenResolver, FqsenResolver::class);
136 public function addService($service, $alias = null) function in phpDocumentor\\Reflection\\DocBlock\\StandardTagFactory
/plugin/authgoogle/google/contrib/
DGoogle_YouTubeAnalyticsService.php83 $client->addService($this->serviceName, $this->version);
DGoogle_WebfontsService.php73 $client->addService($this->serviceName, $this->version);
DGoogle_AndroidpublisherService.php122 $client->addService($this->serviceName, $this->version);
DGoogle_TranslateService.php138 $client->addService($this->serviceName, $this->version);
DGoogle_AppstateService.php148 $client->addService($this->serviceName, $this->version);
DGoogle_Oauth2Service.php112 $client->addService($this->serviceName, $this->version);
DGoogle_AuditService.php83 $client->addService($this->serviceName, $this->version);
DGoogle_GroupssettingsService.php108 $client->addService($this->serviceName, $this->version);
DGoogle_SiteVerificationService.php172 $client->addService($this->serviceName, $this->version);
DGoogle_LicensingService.php191 $client->addService($this->serviceName, $this->version);
DGoogle_UrlshortenerService.php110 $client->addService($this->serviceName, $this->version);
DGoogle_GamesManagementService.php221 $client->addService($this->serviceName, $this->version);
DGoogle_FreebaseService.php111 $client->addService($this->serviceName, $this->version);
DGoogle_TaskqueueService.php224 $client->addService($this->serviceName, $this->version);
DGoogle_PagespeedonlineService.php78 $client->addService($this->serviceName, $this->version);
DGoogle_ReportsService.php152 $client->addService($this->serviceName, $this->version);
DGoogle_TasksService.php325 $client->addService($this->serviceName, $this->version);
DGoogle_ResellerService.php291 $client->addService($this->serviceName, $this->version);
DGoogle_AdexchangebuyerService.php270 $client->addService($this->serviceName, $this->version);
DGoogle_AdExchangeSellerService.php375 $client->addService($this->serviceName, $this->version);
DGoogle_CoordinateService.php358 $client->addService($this->serviceName, $this->version);
/plugin/authgoogle/google/
DGoogle_Client.php112 public function addService($service, $version = false) { function in Google_Client

123