Home
last modified time | relevance | path

Searched refs:getProjectId (Results 101 – 110 of 110) sorted by path

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DListEnvironmentsResponse.php108 public function getProjectId() function in Google\\Service\\ToolResults\\ListEnvironmentsResponse
H A DPerfMetricsSummary.php144 public function getProjectId() function in Google\\Service\\ToolResults\\PerfMetricsSummary
H A DPerfSampleSeries.php97 public function getProjectId() function in Google\\Service\\ToolResults\\PerfSampleSeries
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php167 public function getProjectId(callable $httpHandler = null) function in Google\\Auth\\Credentials\\AppIdentityCredentials
H A DGCECredentials.php497 public function getProjectId(callable $httpHandler = null) function in Google\\Auth\\Credentials\\GCECredentials
H A DServiceAccountCredentials.php241 public function getProjectId(callable $httpHandler = null) function in Google\\Auth\\Credentials\\ServiceAccountCredentials
H A DServiceAccountJwtAccessCredentials.php183 public function getProjectId(callable $httpHandler = null) function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php169 public function getProjectId(callable $httpHandler = null) function in Google\\Auth\\FetchAuthTokenCache
178 return $this->fetcher->getProjectId($httpHandler);
H A DProjectIdProviderInterface.php31 public function getProjectId(callable $httpHandler = null); function
/plugin/mantisreporter/
H A Dsyntax.php114 private function getProjectId() { function in syntax_plugin_mantisreporter
200 $projectId = $this->getProjectId();
264 …SoapClient('mc_project_get_users', array('project_id' => (int) $this->getProjectId(), 'access' => …
279 …s->callSoapClient('mc_project_get_categories', array('project_id' => (int) $this->getProjectId()));
289 $projectId = $this->getProjectId();

12345