Home
last modified time | relevance | path

Searched refs:accountId (Results 151 – 157 of 157) sorted by path

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DMatterPermission.php25 public $accountId; variable in Google\\Service\\Vault\\MatterPermission
34 public function setAccountId($accountId) argument
36 $this->accountId = $accountId;
43 return $this->accountId;
H A DRemoveMatterPermissionsRequest.php25 public $accountId; variable in Google\\Service\\Vault\\RemoveMatterPermissionsRequest
30 public function setAccountId($accountId) argument
32 $this->accountId = $accountId;
39 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/
H A DMattersHoldsAccounts.php56 * @param string $accountId The ID of the account to remove from the hold.
60 public function delete($matterId, $holdId, $accountId, $optParams = []) argument
62 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId];
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js113 new DrawioUser(user.accountId, user.username,
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md260 object with your `$accountId` and `$licenseKey`, then you call the method
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php55 * @param int $accountId your MaxMind account ID
68 $accountId, argument
87 $this->client = new WsClient($accountId, $licenseKey, $options);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php35 private $accountId; variable in MaxMind\\WebService\\Client
38 * @param int $accountId your MaxMind account ID
50 $accountId, argument
54 $this->accountId = $accountId;
155 . base64_encode($this->accountId . ':' . $this->licenseKey),

1234567