Home
last modified time | relevance | path

Searched refs:userName (Results 26 – 32 of 32) sorted by path

12

/plugin/importfacebookevents/nppBackup/
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_165255.bak370 $userName = $post['from']['name'];
392 $wallpost = str_replace('{wp_userName}', $userName, $wallpost);
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php601 $userName = $this->getConf ( 'userName' );
605 $dbCon = new mysqli ( $serverName, $userName, $passWord, $dbName );
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php130 $userName = $settings['userName'];
149 $this->addCurlSetting(CURLOPT_USERPWD, $userName . ':' . $password);

12