Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 180) sorted by path

12345678

/plugin/adfs/phpsaml/
H A DREADME.md1678 `const_name_identifier_format`) and the user/account specific
/plugin/adhoctags/images/
H A Dcard-account-details-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>card-account-details-outline</title><path d="M22,3H2C0.91,3.04 0.04,3.91 0,5V19C0.04,20.09 0.91,20.96 2,21H22C2 (…)
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe48168 Ġun account
/plugin/airtable/
H A DREADME.md8 * Create an airtable account and get an API key: https://airtable.com/api - also see their document…
10 * Make sure your account is **READ ONLY**
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …\n\t case 'base64':\n\t // Warning: maxLength not taken into account in base64Write\n\…
/plugin/authdrupal7/
H A DREADME.md6 …g public information about a student's group. All members have an drupal account to do certain mod…
/plugin/authdrupal8/
H A Dpassword.inc215 * $account object, for example the uid to look up the hash in a custom table
220 * @param $account
226 function user_check_password($password, $account) {
227 if (substr($account->pass, 0, 2) == 'U$') {
230 $stored_hash = substr($account->pass, 1);
234 $stored_hash = $account->pass;
266 * on the fields in $account.
268 * @param $account
274 function user_needs_new_hash($account) {
276 if ((substr($account
[all...]
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md59 * You can add a leeway to account for when there is a clock skew times between
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DListPublisherAccountsResponse.php33 public function setAccount($account) argument
35 $this->account = $account;
42 return $this->account;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdsense.php362 'path' => 'v2/{+account}/reports:generate',
365 'account' => [
436 'path' => 'v2/{+account}/reports:generateCsv',
439 'account' => [
H A DAndroidEnterprise.php324 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/account',
H A DCloudchannel.php86 'path' => 'v1/{+account}:listSubscribers',
89 'account' => [
124 'path' => 'v1/{+account}:register',
127 'account' => [
134 'path' => 'v1/{+account}:unregister',
137 'account' => [
719 'account' => [
755 'account' => [
H A DGoogleAnalyticsAdmin.php176 'path' => 'v1alpha/{+account}:searchChangeHistoryEvents',
179 'account' => [
H A DPlaycustomapp.php66 'path' => 'playcustomapp/v1/accounts/{account}/customApps',
69 'account' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/Resource/
H A DAccountsReports.php36 * @param string $account Required. The account which owns the collection of
83 public function generate($account, $optParams = []) argument
85 $params = ['account' => $account];
92 * @param string $account Required. The account which owns the collection of
139 public function generateCsv($account, $optParams = []) argument
141 $params = ['account' => $account];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccountTicket.php44 public function setAccount(Account $account) argument
46 $this->account = $account;
53 return $this->account;
H A DAccountTreeResponse.php36 public function setAccount(Account $account) argument
38 $this->account = $account;
45 return $this->account;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/
H A DAccounts.php77 * @param string $account Required. Resource name of the account.
90 public function listSubscribers($account, $optParams = []) argument
92 $params = ['account' => $account];
155 * @param string $account Required. Resource name of the account.
160 …public function register($account, GoogleCloudChannelV1RegisterSubscriberRequest $postBody, $optPa… argument
162 $params = ['account' => $account, 'postBody' => $postBody];
181 * @param string $account Required. Resource name of the account.
186 …public function unregister($account, GoogleCloudChannelV1UnregisterSubscriberRequest $postBody, $o… argument
188 $params = ['account' => $account, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaAccountSummary.php26 public $account; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaAccountSummary
41 public function setAccount($account) argument
43 $this->account = $account;
50 return $this->account;
H A DGoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.php52 public function setAccount(GoogleAnalyticsAdminV1alphaAccount $account) argument
54 $this->account = $account;
61 return $this->account;
H A DGoogleAnalyticsAdminV1alphaProperty.php25 public $account; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaProperty
78 public function setAccount($account) argument
80 $this->account = $account;
87 return $this->account;
H A DGoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.php32 public function setAccount(GoogleAnalyticsAdminV1alphaAccount $account) argument
34 $this->account = $account;
41 return $this->account;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/
H A DAccounts.php153 * @param string $account Required. The account resource for which to return
159 …public function searchChangeHistoryEvents($account, GoogleAnalyticsAdminV1alphaSearchChangeHistory… argument
161 $params = ['account' => $account, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playcustomapp/Resource/
H A DAccountsCustomApps.php35 * @param string $account Developer account ID.
40 public function create($account, CustomApp $postBody, $optParams = []) argument
42 $params = ['account' => $account, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DV1GenerateServiceAccountResponse.php28 public function setAccount(V1ServiceAccount $account) argument
30 $this->account = $account;
37 return $this->account;

12345678