Home
last modified time | relevance | path

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

1234

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php997 $this->serviceName = 'youtube';
999 $client->addService($this->serviceName, $this->version);
1000 …$this->activities = new Google_ActivitiesServiceResource($this, $this->serviceName, 'activities', …
1001 …$this->channelBanners = new Google_ChannelBannersServiceResource($this, $this->serviceName, 'chann…
1002 …$this->channels = new Google_ChannelsServiceResource($this, $this->serviceName, 'channels', json_d…
1003 …$this->guideCategories = new Google_GuideCategoriesServiceResource($this, $this->serviceName, 'gui…
1005 …$this->liveStreams = new Google_LiveStreamsServiceResource($this, $this->serviceName, 'liveStreams…
1007 …$this->playlists = new Google_PlaylistsServiceResource($this, $this->serviceName, 'playlists', jso…
1009 …$this->subscriptions = new Google_SubscriptionsServiceResource($this, $this->serviceName, 'subscri…
1010 …$this->thumbnails = new Google_ThumbnailsServiceResource($this, $this->serviceName, 'thumbnails', …
[all …]
H A DGoogle_DatastoreService.php180 $this->serviceName = 'datastore';
182 $client->addService($this->serviceName, $this->version);
183 …$this->datasets = new Google_DatasetsServiceResource($this, $this->serviceName, 'datasets', json_d…
H A DGoogle_PlusService.php330 $this->serviceName = 'plus';
332 $client->addService($this->serviceName, $this->version);
333 …$this->activities = new Google_ActivitiesServiceResource($this, $this->serviceName, 'activities', …
334 …$this->comments = new Google_CommentsServiceResource($this, $this->serviceName, 'comments', json_d…
335 …$this->moments = new Google_MomentsServiceResource($this, $this->serviceName, 'moments', json_deco…
336 …$this->people = new Google_PeopleServiceResource($this, $this->serviceName, 'people', json_decode(…
H A DGoogle_ShoppingService.php144 $this->serviceName = 'shopping';
146 $client->addService($this->serviceName, $this->version);
147 …$this->products = new Google_ProductsServiceResource($this, $this->serviceName, 'products', json_d…
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js309 …$share.trigger({type: 'socialshareprivacy:enable', serviceName: service_name, isClick: !event.isTr…
320 …$share.trigger({type: 'socialshareprivacy:disable', serviceName: service_name, isClick: !event.isT…
/plugin/mantis/lib/
H A Dclass.wsdl.php492 $this->serviceName = $attrs['name'];
494 $this->debug('current service: ' . $this->serviceName);
754 <html><head><title>NuSOAP: '.$this->serviceName.'</title>
830 <div class=title>'.$this->serviceName.'</div>
993 $xml .= "\n<service name=\"" . $this->serviceName . '">';
H A Dnusoap.php4481 $this->wsdl->serviceName = $serviceName;
4496 $this->wsdl->bindings[$serviceName.'Binding'] = array(
4497 'name'=>$serviceName.'Binding',
4500 'portType'=>$serviceName.'PortType');
4501 $this->wsdl->ports[$serviceName.'Port'] = array(
4502 'binding'=>$serviceName.'Binding',
5004 $this->serviceName = $attrs['name'];
5006 $this->debug('current service: ' . $this->serviceName);
5266 <html><head><title>NuSOAP: '.$this->serviceName.'</title>
5342 <div class=title>'.$this->serviceName.'</div>
[all …]
/plugin/googlesearch/
H A Dnusoap.php4038 $this->wsdl->serviceName = $serviceName;
4050 $this->wsdl->bindings[$serviceName.'Binding'] = array(
4051 'name'=>$serviceName.'Binding',
4054 'portType'=>$serviceName.'PortType');
4055 $this->wsdl->ports[$serviceName.'Port'] = array(
4056 'binding'=>$serviceName.'Binding',
4526 $this->serviceName = $attrs['name'];
4528 $this->debug('current service: ' . $this->serviceName);
4991 $xml .= "\n<service name=\"" . $this->serviceName . '">';
/plugin/socialshareprivacy2/SSP/
H A DREADME.md237 will have a `serviceName` property, holding the name of the service that was
244 will have a `serviceName` property, holding the name of the service that was
/plugin/adfs/phpsaml/
H A DREADME.md334 "serviceName" => "SP test",

1234