Home
last modified time | relevance | path

Searched refs:userName (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/shell/
H A DP0wnyShell.js7 userName = 'p0wny'; field in P0wnyShell
62 this.userName = this.getAttribute('username') || this.userName;
72 this.userName = response.username ? atob(response.username) : this.userName;
292 const userText = document.createTextNode(this.userName + "@" + this.hostName + ":");
/plugin/do/
H A Dhelper.php75 foreach ((array)$data['users'] as $userName) {
81 $userName
/plugin/ifauthex/lib/
H A Dgrammar.php85 $userName = self::getInstanceLiteralValue($elmInstance);
86 return auth_expr_evaluation_context()->isUser($userName);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php133 function getDigestHash($realm, $userName) { argument
135 switch($userName) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpHeadTest.php79 $authBackend = new Auth\Backend\BasicCallBack(function($userName,$password) use (&$count) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php123 list(, $userName) = URLUtil::splitPath(
127 return $userName;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php129 $userName = $settings['userName'];
148 $this->addCurlSetting(CURLOPT_USERPWD, $userName . ':' . $password);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DCommand.php50 public $userName; variable in Google\\Service\\AndroidManagement\\Command
139 public function setUserName($userName) argument
141 $this->userName = $userName;
148 return $this->userName;
H A DDevice.php130 public $userName; variable in Google\\Service\\AndroidManagement\\Device
611 public function setUserName($userName) argument
613 $this->userName = $userName;
620 return $this->userName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DStageSource.php37 public $userName; variable in Google\\Service\\Dataflow\\StageSource
84 public function setUserName($userName) argument
86 $this->userName = $userName;
93 return $this->userName;
H A DComponentSource.php33 public $userName; variable in Google\\Service\\Dataflow\\ComponentSource
66 public function setUserName($userName) argument
68 $this->userName = $userName;
75 return $this->userName;
H A DComponentTransform.php33 public $userName; variable in Google\\Service\\Dataflow\\ComponentTransform
66 public function setUserName($userName) argument
68 $this->userName = $userName;
75 return $this->userName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DUserProfile.php53 public $userName; variable in Google\\Service\\Dfareporting\\UserProfile
156 public function setUserName($userName) argument
158 $this->userName = $userName;
165 return $this->userName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Developer.php76 public $userName; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
263 public function setUserName($userName) argument
265 $this->userName = $userName;
272 return $this->userName;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php130 $userName = $settings['userName'];
149 $this->addCurlSetting(CURLOPT_USERPWD, $userName . ':' . $password);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak370 $userName = $post['from']['name'];
392 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
H A Dsyntax.php.2018-03-08_165158.bak368 $userName = $post['from']['name'];
390 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
H A Dsyntax.php.2018-03-08_165027.bak369 $userName = $post['from']['name'];
391 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
H A Dsyntax.php.2018-03-08_164706.bak367 $userName = $post['from']['name'];
389 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
H A Dsyntax.php.2018-03-08_164623.bak363 $userName = $post['from']['name'];
385 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
H A Dsyntax.php.2018-03-08_163718.bak363 $userName = $post['from']['name'];
385 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
H A Dsyntax.php.2018-03-08_163705.bak363 $userName = $post['from']['name'];
385 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
H A Dsyntax.php.2018-03-08_163658.bak364 $userName = $post['from']['name'];
386 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);

12