Home
last modified time | relevance | path

Searched refs:username (Results 201 – 225 of 248) sorted by relevance

12345678910

/plugin/issuelinks/services/
H A DJira.service.php172 ->attr('placeholder', 'username@company.com');
/plugin/authyubikey/lib/
H A DREADME56 two-factor mode. It requires a database to store the username and
/plugin/googlesearch/
H A Dnusoap.php2026 var $username = ''; variable in soap_transport_http
2290 * @param string $username
2309 …$A1 = $username. ':' . (isset($digestRequest['realm']) ? $digestRequest['realm'] : '') . ':' . $pa…
2347 $this->username = $username;
2812 $this->setCredentials($this->username, $this->password, 'digest', $digestRequest);
6409 var $username = ''; variable in soapclient
6760 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
6909 * @param string $username
6915 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
6916 $this->username = $username;
[all …]
/plugin/authsmartcard/
H A DREADME.md10 …oe has is added to the dokuwiki user database by an administrator. His username is 'jdoe'. His g…
/plugin/judge/
H A Dsubmissions.sqlite23 username TEXT NOT NULL,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js23 username = env.SAUCE_USERNAME; variable
891 'user': username,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc298 .`setBasicAuthentication(string $username, string $password)`
/plugin/userhomepage/
H A Daction.php445 $this->username = $event->data['username'];
482 'username' => $this->username,
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js113 new DrawioUser(user.accountId, user.username,
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js112 }, null, null, null, 'user', function(callback, error, username) argument
117 editorUi.drive.listFiles(null, oneWeek, username? true : false, function(resp)
128 }, function(str, callback, error, username) argument
130 editorUi.drive.listFiles(str, null, username? true : false, function(resp)
3733 null, null, 'user', function(callback, error, username) argument
3738 editorUi.drive.listFiles(null, oneWeek, username? true : false, function(resp)
3749 }, function(str, callback, error, username) argument
3751 editorUi.drive.listFiles(str, null, username? true : false, function(resp)
H A DGitLabClient.js1313 org = repository.owner.username;
/plugin/database2/
H A Ddatabase2.php412 $username = $password = '';
443 $username = trim( substr( $value, 0, $sep ) );
452 if ( $username === '' )
453 unset( $username, $password );
459 unset( $username, $password );
463 $this->db = new PDO( $dsn, $username, $password );
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php380 $username = $authInfo['user'];
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst240 private $username;
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9username&&this.password?t.open(this.method,this.url,!0,this.username,this.password):t.open(this.me…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md637 <td>Twitter username (without the leading <code>@</code>). (Function or string)</td>
850 <td>Flattr username.</td>
1152 <td>Twitter username (without the leading <code>@</code>).</td>
1157 <td>Twitter username (without the leading <code>@</code>).</td>
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md247 'auth' => ['username', 'pass'], // auth option handled by your application
/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/authsplit/
H A DREADME229 convert the username to either uppercase or lowercase (eg. when combining
/plugin/mantis/lib/
H A Dchangelog255 - soap_transport_http: remove ':' from username for Basic authentication (cf. RFC 2617)
256 - soap_transport_http: urldecode username and password taken from URL
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md236 `ExactValueToken` is not very useful in our case as it forced us to hardcode the username.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dhttpclient-4.5.5.jar ... .String, java.lang.String) String userName String password public java.security.Principal getUserPrincipal ( ...

12345678910