Home
last modified time | relevance | path

Searched refs:username (Results 51 – 75 of 248) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomMetrics.php52 public $username; variable in Google\\Service\\Analytics\\CustomMetrics
155 public function setUsername($username) argument
157 $this->username = $username;
164 return $this->username;
H A DExperiments.php52 public $username; variable in Google\\Service\\Analytics\\Experiments
155 public function setUsername($username) argument
157 $this->username = $username;
164 return $this->username;
H A DFilters.php52 public $username; variable in Google\\Service\\Analytics\\Filters
155 public function setUsername($username) argument
157 $this->username = $username;
164 return $this->username;
H A DGoals.php52 public $username; variable in Google\\Service\\Analytics\\Goals
155 public function setUsername($username) argument
157 $this->username = $username;
164 return $this->username;
H A DProfileFilterLinks.php52 public $username; variable in Google\\Service\\Analytics\\ProfileFilterLinks
155 public function setUsername($username) argument
157 $this->username = $username;
164 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/SQLAdmin/
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;
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;
/plugin/stopforumspam/
H A Daction.php40 private function do_check($username, $email, $ip) argument
43 urlencode($email), urlencode($username), urlencode($ip));
53 $username = $event->data['params'][0];
56 $response = $this->do_check($username, $email, $ip);
62 $this->logger->LogAttempt($username, $email, $ip, $this->checker->trigger,
/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/CloudOSLogin/
H A DPosixAccount.php65 public $username; variable in Google\\Service\\CloudOSLogin\\PosixAccount
210 public function setUsername($username) argument
212 $this->username = $username;
219 return $this->username;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBitbucketServerConfig.php54 public $username; variable in Google\\Service\\CloudBuild\\BitbucketServerConfig
175 public function setUsername($username) argument
177 $this->username = $username;
184 return $this->username;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php69 * A simple bind request with a username and password.
71 * @param string $username
75 public static function bind(string $username, string $password)
77 return new SimpleBindRequest($username, $password);
96 * @param string $username
99 public static function bindAnonymously(string $username = '')
101 return new AnonBindRequest($username);
163 public static function passwordModify(string $username, string $oldPassword, string $newPassword): PasswordModifyRequest
165 return new PasswordModifyRequest($username, $oldPassword, $newPassword);
73 bind(string $username, string $password) global() argument
97 bindAnonymously(string $username = '') global() argument
159 passwordModify(string $username, string $oldPassword, string $newPassword) global() argument
/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/rtmchecklist/
H A Daction.php41 $username = $_SERVER['REMOTE_USER'];
42 $profileFilename = RTMCHECKLIST_ROOTDIR.'conf/profile_'.$username.'.php';
105 $username = $_SERVER['REMOTE_USER'];
106 $profileFilename = RTMCHECKLIST_ROOTDIR.'conf/profile_'.$username.'.php';
149 $username = $_SERVER['REMOTE_USER'];
153 $fp = fopen(RTMCHECKLIST_ROOTDIR.'conf/profile_'.$username.'.php', 'w');
/plugin/authucenter/lib/uc_client/
H A Dclient.php314 'username'=>$username,
400 function uc_user_checkname($username) { argument
401 return call_user_func(UC_API_FUNC, 'user', 'check_username', array('username'=>$username));
408 function uc_user_addprotected($username, $admin='') { argument
412 function uc_user_deleteprotected($username) { argument
421 function uc_get_user($username, $isuid=0) { argument
430 function uc_user_merge_remove($username) { argument
431 return call_user_func(UC_API_FUNC, 'user', 'merge_remove', array('username'=>$username));
439 function uc_user_logincheck($username, $ip) { argument
560 function uc_pm_blackls_add($uid, $username) { argument
[all …]
/plugin/davcal/
H A DauthBackendDokuwiki.php11 protected function validateUserPass($username, $password) argument
15 $ret = $auth->checkPass($username, $password);
17 dbglog('checkPass called for username '.$username.' with result '.$ret);
/plugin/slacknotifier/helper/
H A DFormatter.php28 $username = $context->username ?: 'Anonymous';
31 $title = "{$username} {$action} page <{$link}|{$page}>";
46 'text' => "{$event->summary}\n- {$username}",
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php47 * @param string $username
51 protected function validateUserPass($username, $password) { argument
54 return $cb($username, $password);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php47 * @param string $username
51 protected function validateUserPass($username, $password) { argument
54 return $cb($username, $password);
/plugin/authradius/
H A Dmschap.php85 function ChallengeHash($challenge, $peerChallenge, $username) argument
87 return substr(pack('H*', hash('sha1', $peerChallenge . $challenge . $username)), 0, 8);
90 function GenerateNTResponse($challenge, $peerChallenge, $username, $password) argument
92 $challengeHash = ChallengeHash($challenge, $peerChallenge, $username);
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php61 * @param string $username an username or OpenID URL
65 function request($username, $return_to) { argument
71 $url = $username;
74 $url = str_replace('{username}', $username, $url);
/plugin/passpolicy/
H A Dhelper.php92 * @param string $username
97 public function generatePassword($username, $try = 0) argument
101 if ($pw && $this->checkPolicy($pw, $username)) return $pw;
106 if ($pw && $this->checkPolicy($pw, $username)) return $pw;
110 if ($pw && $this->checkPolicy($pw, $username)) return $pw;
113 if ($try < 3) return $this->generatePassword($username, $try + 1);
167 * @param string $username
170 public function checkPolicy($pass, $username) argument
194 $username = utf8_strtolower($username);
196 if ($this->usernamecheck && $username) {
[all …]
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js28 if (settings.username === '') {
83 …+ $img_base + "?imgmax=" + settings.photoSize + "' rel='lb-" + settings.username + "' title='" + $…
204 settings.popupExt($s.find("a[rel='lb-" + settings.username + "']"));
206 $s.find("a[rel='lb-" + settings.username + "']").bind('click.pwi', clickThumb);
208 $s.find("a[rel='lb-" + settings.username + "']").slimbox(settings.slimbox_config);
225 settings.popupExt($s.find("a[rel='lb-" + settings.username + "']"));
227 $s.find("a[rel='lb-" + settings.username + "']").bind('click', clickThumb);
229 $s.find("a[rel='lb-" + settings.username + "']").slimbox(settings.slimbox_config);
247 …var $url = 'http://picasaweb.google.com/data/feed/api/user/' + settings.username + '?kind=album&ac…
260 …var $url = 'http://picasaweb.google.com/data/feed/api/user/' + settings.username + '/album/' + set…
[all …]
/plugin/picasawebalbum/
H A Djquery.pwi.js28 if (settings.username === '') {
83 …+ $img_base + "?imgmax=" + settings.photoSize + "' rel='lb-" + settings.username + "' title='" + $…
204 settings.popupExt($s.find("a[rel='lb-" + settings.username + "']"));
206 $s.find("a[rel='lb-" + settings.username + "']").bind('click.pwi', clickThumb);
208 $s.find("a[rel='lb-" + settings.username + "']").slimbox(settings.slimbox_config);
225 settings.popupExt($s.find("a[rel='lb-" + settings.username + "']"));
227 $s.find("a[rel='lb-" + settings.username + "']").bind('click', clickThumb);
229 $s.find("a[rel='lb-" + settings.username + "']").slimbox(settings.slimbox_config);
247 …var $url = 'http://picasaweb.google.com/data/feed/api/user/' + settings.username + '?kind=album&ac…
260 …var $url = 'http://picasaweb.google.com/data/feed/api/user/' + settings.username + '/album/' + set…
[all …]

12345678910