Home
last modified time | relevance | path

Searched refs:serviceId (Results 1 – 16 of 16) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudRun.php384 'serviceId' => [
H A DDataprocMetastore.php179 'serviceId' => [
H A DMonitoring.php933 'serviceId' => [
H A DServiceDirectory.php234 'serviceId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/
H A DService.php37 public $serviceId; variable in Google\\Service\\Cloudbilling\\Service
84 public function setServiceId($serviceId) argument
86 $this->serviceId = $serviceId;
93 return $this->serviceId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DPrivilege.php44 public $serviceId; variable in Google\\Service\\Directory\\Privilege
123 public function setServiceId($serviceId) argument
125 $this->serviceId = $serviceId;
132 return $this->serviceId;
H A DRoleRolePrivileges.php29 public $serviceId; variable in Google\\Service\\Directory\\RoleRolePrivileges
48 public function setServiceId($serviceId) argument
50 $this->serviceId = $serviceId;
57 return $this->serviceId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DEnableFailure.php29 public $serviceId; variable in Google\\Service\\ServiceUsage\\EnableFailure
48 public function setServiceId($serviceId) argument
50 $this->serviceId = $serviceId;
57 return $this->serviceId;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1serviceId, factory) {\n this._serviceId = serviceId;\n this._factory = facto…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryTest.php52 abstract protected function registerHandlerService($serviceId, $listener); argument
H A DLazyHandlerRegistryWithPsr11ContainerTest.php16 protected function registerHandlerService($serviceId, $listener) argument
18 $this->container->set($serviceId, $listener);
H A DLazyHandlerRegistryWithSymfonyContainerTest.php16 protected function registerHandlerService($serviceId, $listener) argument
18 $this->container->set($serviceId, $listener);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherTest.php63 abstract protected function registerListenerService($serviceId, MockListener $listener); argument
H A DLazyEventDispatcherWithPsr11ContainerTest.php16 protected function registerListenerService($serviceId, MockListener $listener) argument
18 $this->container->set($serviceId, $listener);
H A DLazyEventDispatcherWithSymfonyContainerTest.php16 protected function registerListenerService($serviceId, MockListener $listener) argument
18 $this->container->set($serviceId, $listener);
/plugin/issuelinks/action/
H A Dajax.php67 $serviceId = $INPUT->str('servicename');
71 $service = $services[$serviceId]::getInstance();
112 $serviceId = $INPUT->str('servicename');
115 $html = $this->createOrgRepoHTML($serviceId, $organisation);
129 public function createOrgRepoHTML($serviceId, $org) argument
133 $service = $services[$serviceId]::getInstance();