Home
last modified time | relevance | path

Searched refs:username (Results 26 – 50 of 248) sorted by path

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DMasterAuth.php43 public $username; variable in Google\\Service\\Container\\MasterAuth
118 public function setUsername($username) argument
120 $this->username = $username;
127 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DMySqlConnectionProfile.php47 public $username; variable in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
136 public function setUsername($username) argument
138 $this->username = $username;
145 return $this->username;
H A DPostgreSqlConnectionProfile.php47 public $username; variable in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
136 public function setUsername($username) argument
138 $this->username = $username;
145 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DForwardSshTunnelConnectivity.php41 public $username; variable in Google\\Service\\Datastream\\ForwardSshTunnelConnectivity
102 public function setUsername($username) argument
104 $this->username = $username;
111 return $this->username;
H A DMysqlProfile.php39 public $username; variable in Google\\Service\\Datastream\\MysqlProfile
100 public function setUsername($username) argument
102 $this->username = $username;
109 return $this->username;
H A DOracleProfile.php45 public $username; variable in Google\\Service\\Datastream\\OracleProfile
120 public function setUsername($username) argument
122 $this->username = $username;
129 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3WebhookGenericWebService.php42 public $username; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookGenericWebService
103 public function setUsername($username) argument
105 $this->username = $username;
112 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserPosixAccount.php61 public $username; variable in Google\\Service\\Directory\\UserPosixAccount
192 public function setUsername($username) argument
194 $this->username = $username;
201 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmtpMsa.php41 public $username; variable in Google\\Service\\Gmail\\SmtpMsa
102 public function setUsername($username) argument
104 $this->username = $username;
111 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DBasicAuthentication.php29 public $username; variable in Google\\Service\\Monitoring\\BasicAuthentication
48 public function setUsername($username) argument
50 $this->username = $username;
57 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DImClient.php43 public $username; variable in Google\\Service\\PeopleService\\ImClient
118 public function setUsername($username) argument
120 $this->username = $username;
127 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDemoteMasterMySqlReplicaConfiguration.php45 public $username; variable in Google\\Service\\SQLAdmin\\DemoteMasterMySqlReplicaConfiguration
120 public function setUsername($username) argument
122 $this->username = $username;
129 return $this->username;
H A DMySqlReplicaConfiguration.php61 public $username; variable in Google\\Service\\SQLAdmin\\MySqlReplicaConfiguration
196 public function setUsername($username) argument
198 $this->username = $username;
205 return $this->username;
H A DOnPremisesConfiguration.php55 public $username; variable in Google\\Service\\SQLAdmin\\OnPremisesConfiguration
172 public function setUsername($username) argument
174 $this->username = $username;
181 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedFetchSchedule.php53 public $username; variable in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule
160 public function setUsername($username) argument
162 $this->username = $username;
169 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DVmwareSourceDetails.php33 public $username; variable in Google\\Service\\VMMigrationService\\VmwareSourceDetails
70 public function setUsername($username) argument
72 $this->username = $username;
79 return $this->username;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md247 'auth' => ['username', 'pass'], // auth option handled by your application
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php115 private $username; variable in Google\\Auth\\OAuth2
867 if (!is_null($this->username) && !is_null($this->password)) {
949 return $this->username;
955 * @param string $username
958 public function setUsername($username) argument
960 $this->username = $username;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md915 $required = array('base_url', 'username', 'api_key');
920 $config->get('username'),
941 $required = array('base_url', 'username', 'api_key');
946 $config->get('username'),
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md757 Example: `http://example.org/%7Eusern%61me/` → `http://example.org/~username/`
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md14 * Added support for username/userIcon in SlackWebhookHandler (#1617)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php50 private $username; variable in Monolog\\Handler\\Slack\\SlackRecord
97 ?string $username = null, argument
107 ->setUsername($username)
132 if ($this->username) {
133 $dataArray['username'] = $this->username;
155 'footer' => $this->username,
260 public function setUsername(?string $username = null): self argument
262 $this->username = $username;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php44 * @param string|null $username Name of a bot
55 ?string $username = null, argument
86 $username,
212 public function setUsername(string $username): self argument
214 $this->slackRecord->setUsername($username);
H A DSlackWebhookHandler.php42 * @param string|null $username Name of a bot
52 ?string $username = null, argument
71 $username,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2236 * @param string $username
2262 * @param string $username
2359 * @param string $username
2420 $username,
2446 $username,
2460 $username,
2507 * @param string $username
2517 $username,
2628 * @param string $username
2652 * @param string $username
[all …]

12345678910