Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
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/
DAppIdentityCredentials.php80 private $clientName; variable in Google\\Auth\\Credentials\\AppIdentityCredentials
192 if (!$this->clientName) {
194 $this->clientName = AppIdentityService::getServiceAccountName();
197 return $this->clientName;
DGCECredentials.php137 private $clientName; variable in Google\\Auth\\Credentials\\GCECredentials
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
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/statistics/vendor/matomo/device-detector/
DDeviceDetector.php928 $clientName = $this->getClientAttribute('name');
1107 if (\in_array($clientName, [
/plugin/botmon/
H A Dadmin.js2540 const clientName = (data._client ? data._client.n: 'Unknown');
2652 const clientName = (data._client ? data._client.n: 'Unknown');
2680 clientName + ( data._client.v > 0 ? ' (' + data._client.v + ')' : '' ) ));
/plugin/diagramsnet/lib/js/diagramly/
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)