Home
last modified time | relevance | path

Searched refs:clientName (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DClient.php29 public $clientName; variable in Google\\Service\\AdExchangeBuyerII\\Client
76 public function setClientName($clientName) argument
78 $this->clientName = $clientName;
85 return $this->clientName;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php80 private $clientName; variable in Google\\Auth\\Credentials\\AppIdentityCredentials
192 if (!$this->clientName) {
194 $this->clientName = AppIdentityService::getServiceAccountName();
197 return $this->clientName;
H A DGCECredentials.php137 private $clientName; variable in Google\\Auth\\Credentials\\GCECredentials
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DProject.php49 public $clientName; variable in Google\\Service\\Dfareporting\\Project
196 public function setClientName($clientName) argument
198 $this->clientName = $clientName;
205 return $this->clientName;
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js28 function addLogo(img, title, mode, clientName, labels, clientFn) argument
141 if (clientName != null && editorUi[clientName] == null)
166 if (editorUi[clientName] == null)
175 if (editorUi[clientName] != null && evt.getProperty('client') == editorUi[clientName])
183 if (clientName == 'drive' && p3.parentNode != null)
4084 function addLogo(img, title, mode, clientName) argument
4123 if (clientName != null && editorUi[clientName] == null)
4148 if (editorUi[clientName] == null)
4157 if (editorUi[clientName] != null)