Home
last modified time | relevance | path

Searched refs:serviceName (Results 26 – 50 of 85) sorted by relevance

1234

/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php48 private $serviceName; variable in Google_ServiceResource
56 public function __construct($service, $serviceName, $resourceName, $resource) { argument
58 $this->serviceName = $serviceName;
71 …throw new Google_Exception("Unknown function: {$this->serviceName}->{$this->resourceName}->{$name}…
84 if (is_array($parameters['postBody']) && 'latitude' == $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/authgoogle/google/contrib/
H A DGoogle_GamesManagementService.php219 $this->serviceName = 'gamesManagement';
221 $client->addService($this->serviceName, $this->version);
222 …$this->achievements = new Google_AchievementsServiceResource($this, $this->serviceName, 'achieveme…
223 …$this->applications = new Google_ApplicationsServiceResource($this, $this->serviceName, 'applicati…
224 …$this->players = new Google_PlayersServiceResource($this, $this->serviceName, 'players', json_deco…
225 …$this->rooms = new Google_RoomsServiceResource($this, $this->serviceName, 'rooms', json_decode('{"…
226 …$this->scores = new Google_ScoresServiceResource($this, $this->serviceName, 'scores', json_decode(…
H A DGoogle_TranslateService.php136 $this->serviceName = 'translate';
138 $client->addService($this->serviceName, $this->version);
139 …$this->detections = new Google_DetectionsServiceResource($this, $this->serviceName, 'detections', …
140 …$this->languages = new Google_LanguagesServiceResource($this, $this->serviceName, 'languages', jso…
141 …$this->translations = new Google_TranslationsServiceResource($this, $this->serviceName, 'translati…
H A DGoogle_FreebaseService.php109 $this->serviceName = 'freebase';
111 $client->addService($this->serviceName, $this->version);
112 …$this->text = new Google_TextServiceResource($this, $this->serviceName, 'text', json_decode('{"met…
113 …$this->topic = new Google_TopicServiceResource($this, $this->serviceName, 'topic', json_decode('{"…
115 …$this->image = new Google_ImageServiceResource($this, $this->serviceName, 'image', json_decode('{"…
116 …$this->mqlread = new Google_MqlreadServiceResource($this, $this->serviceName, 'mqlread', json_deco…
117 …$this->mqlwrite = new Google_MqlwriteServiceResource($this, $this->serviceName, 'mqlwrite', json_d…
H A DGoogle_AdSenseService.php1037 $this->serviceName = 'adsense';
1039 $client->addService($this->serviceName, $this->version);
1041 …_adclients = new Google_AccountsAdclientsServiceResource($this, $this->serviceName, 'adclients', j…
1044 …$this->accounts_alerts = new Google_AccountsAlertsServiceResource($this, $this->serviceName, 'aler…
1050 …channels = new Google_AccountsUrlchannelsServiceResource($this, $this->serviceName, 'urlchannels',…
1051 …$this->adclients = new Google_AdclientsServiceResource($this, $this->serviceName, 'adclients', jso…
1053 …annels = new Google_AdunitsCustomchannelsServiceResource($this, $this->serviceName, 'customchannel…
1054 …$this->alerts = new Google_AlertsServiceResource($this, $this->serviceName, 'alerts', json_decode(…
1057 …imensions = new Google_MetadataDimensionsServiceResource($this, $this->serviceName, 'dimensions', …
1058 …$this->metadata_metrics = new Google_MetadataMetricsServiceResource($this, $this->serviceName, 'me…
[all …]
H A DGoogle_AndroidpublisherService.php120 $this->serviceName = 'androidpublisher';
122 $client->addService($this->serviceName, $this->version);
123 …$this->inapppurchases = new Google_InapppurchasesServiceResource($this, $this->serviceName, 'inapp…
124 …$this->purchases = new Google_PurchasesServiceResource($this, $this->serviceName, 'purchases', jso…
H A DGoogle_YouTubeAnalyticsService.php81 $this->serviceName = 'youtubeAnalytics';
83 $client->addService($this->serviceName, $this->version);
84 …$this->reports = new Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_deco…
H A DGoogle_AdExchangeSellerService.php373 $this->serviceName = 'adexchangeseller';
375 $client->addService($this->serviceName, $this->version);
376 …$this->adclients = new Google_AdclientsServiceResource($this, $this->serviceName, 'adclients', jso…
377 …$this->adunits = new Google_AdunitsServiceResource($this, $this->serviceName, 'adunits', json_deco…
378 …annels = new Google_AdunitsCustomchannelsServiceResource($this, $this->serviceName, 'customchannel…
379 …$this->customchannels = new Google_CustomchannelsServiceResource($this, $this->serviceName, 'custo…
380 …dunits = new Google_CustomchannelsAdunitsServiceResource($this, $this->serviceName, 'adunits', jso…
381 …$this->reports = new Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_deco…
382 …$this->reports_saved = new Google_ReportsSavedServiceResource($this, $this->serviceName, 'saved', …
383 …$this->urlchannels = new Google_UrlchannelsServiceResource($this, $this->serviceName, 'urlchannels…
H A DGoogle_WebfontsService.php71 $this->serviceName = 'webfonts';
73 $client->addService($this->serviceName, $this->version);
74 …$this->webfonts = new Google_WebfontsServiceResource($this, $this->serviceName, 'webfonts', json_d…
H A DGoogle_Oauth2Service.php110 $this->serviceName = 'oauth2';
112 $client->addService($this->serviceName, $this->version);
113 …$this->userinfo = new Google_UserinfoServiceResource($this, $this->serviceName, 'userinfo', json_d…
114 …$this->userinfo_v2_me = new Google_UserinfoV2MeServiceResource($this, $this->serviceName, 'me', js…
H A DGoogle_AppstateService.php146 $this->serviceName = 'appstate';
148 $client->addService($this->serviceName, $this->version);
149 …$this->states = new Google_StatesServiceResource($this, $this->serviceName, 'states', json_decode(…
H A DGoogle_ModeratorService.php906 $this->serviceName = 'moderator';
908 $client->addService($this->serviceName, $this->version);
913 …ubmissions = new Google_SeriesSubmissionsServiceResource($this, $this->serviceName, 'submissions',…
914 …$this->series_responses = new Google_SeriesResponsesServiceResource($this, $this->serviceName, 're…
916 …ubmissions = new Google_TopicsSubmissionsServiceResource($this, $this->serviceName, 'submissions',…
917 …series = new Google_ModeratorGlobalSeriesServiceResource($this, $this->serviceName, 'series', json…
918 …$this->profiles = new Google_ProfilesServiceResource($this, $this->serviceName, 'profiles', json_d…
919 …$this->featured_series = new Google_FeaturedSeriesServiceResource($this, $this->serviceName, 'seri…
920 …$this->myrecent_series = new Google_MyrecentSeriesServiceResource($this, $this->serviceName, 'seri…
921 …$this->my_series = new Google_MySeriesServiceResource($this, $this->serviceName, 'series', json_de…
[all …]
H A DGoogle_AuditService.php81 $this->serviceName = 'audit';
83 $client->addService($this->serviceName, $this->version);
84 …$this->activities = new Google_ActivitiesServiceResource($this, $this->serviceName, 'activities', …
H A DGoogle_ReportsService.php150 $this->serviceName = 'admin';
152 $client->addService($this->serviceName, $this->version);
153 …$this->activities = new Google_ActivitiesServiceResource($this, $this->serviceName, 'activities', …
154 …Reports = new Google_CustomerUsageReportsServiceResource($this, $this->serviceName, 'customerUsage…
155 …$this->userUsageReport = new Google_UserUsageReportServiceResource($this, $this->serviceName, 'use…
H A DGoogle_CoordinateService.php356 $this->serviceName = 'coordinate';
358 $client->addService($this->serviceName, $this->version);
359 …$this->customFieldDef = new Google_CustomFieldDefServiceResource($this, $this->serviceName, 'custo…
360 …$this->jobs = new Google_JobsServiceResource($this, $this->serviceName, 'jobs', json_decode('{"met…
361 …$this->location = new Google_LocationServiceResource($this, $this->serviceName, 'location', json_d…
362 …$this->schedule = new Google_ScheduleServiceResource($this, $this->serviceName, 'schedule', json_d…
363 …$this->worker = new Google_WorkerServiceResource($this, $this->serviceName, 'worker', json_decode(…
H A DGoogle_AdsensehostService.php670 $this->serviceName = 'adsensehost';
672 $client->addService($this->serviceName, $this->version);
673 …$this->accounts = new Google_AccountsServiceResource($this, $this->serviceName, 'accounts', json_d…
674 …_adclients = new Google_AccountsAdclientsServiceResource($this, $this->serviceName, 'adclients', j…
675 …$this->accounts_adunits = new Google_AccountsAdunitsServiceResource($this, $this->serviceName, 'ad…
676 …$this->accounts_reports = new Google_AccountsReportsServiceResource($this, $this->serviceName, 're…
677 …$this->adclients = new Google_AdclientsServiceResource($this, $this->serviceName, 'adclients', jso…
678 …sessions = new Google_AssociationsessionsServiceResource($this, $this->serviceName, 'associationse…
679 …$this->customchannels = new Google_CustomchannelsServiceResource($this, $this->serviceName, 'custo…
680 …$this->reports = new Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_deco…
[all …]
H A DGoogle_GroupssettingsService.php106 $this->serviceName = 'groupssettings';
108 $client->addService($this->serviceName, $this->version);
109 …$this->groups = new Google_GroupsServiceResource($this, $this->serviceName, 'groups', json_decode(…
H A DGoogle_LicensingService.php189 $this->serviceName = 'licensing';
191 $client->addService($this->serviceName, $this->version);
192 …signments = new Google_LicenseAssignmentsServiceResource($this, $this->serviceName, 'licenseAssign…
H A DGoogle_SiteVerificationService.php170 $this->serviceName = 'siteVerification';
172 $client->addService($this->serviceName, $this->version);
173 …$this->webResource = new Google_WebResourceServiceResource($this, $this->serviceName, 'webResource…
H A DGoogle_AdexchangebuyerService.php268 $this->serviceName = 'adexchangebuyer';
270 $client->addService($this->serviceName, $this->version);
271 …$this->accounts = new Google_AccountsServiceResource($this, $this->serviceName, 'accounts', json_d…
272 …$this->creatives = new Google_CreativesServiceResource($this, $this->serviceName, 'creatives', jso…
273 …$this->directDeals = new Google_DirectDealsServiceResource($this, $this->serviceName, 'directDeals…
274 …anceReport = new Google_PerformanceReportServiceResource($this, $this->serviceName, 'performanceRe…
H A DGoogle_TaskqueueService.php222 $this->serviceName = 'taskqueue';
224 $client->addService($this->serviceName, $this->version);
225 …$this->taskqueues = new Google_TaskqueuesServiceResource($this, $this->serviceName, 'taskqueues', …
226 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
/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/issuelinks/admin/
H A Drepoadmin.php114 $serviceName = $service::DISPLAY_NAME;
115 return $html . "<li><a data-service='$serviceID'>" . $serviceName . '</a></li>';
131 $serviceName = $service::DISPLAY_NAME;
145 $html .= '<p>No organisations available for ' . $serviceName . '</p>';
/plugin/issuelinks/classes/
H A DIssue.php42 private function __construct($serviceName, $projectKey, $issueId, $isMergeRequest) argument
44 if (empty($serviceName) || empty($projectKey) || empty($issueId) || !is_numeric($issueId)) {
51 $this->serviceID = $serviceName;
68 $serviceName, argument
74 $issueHash = $serviceName . $projectKey . $issueId . '!' . $isMergeRequest;
76 … self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);

1234