Home
last modified time | relevance | path

Searched refs:pass (Results 76 – 100 of 374) sorted by relevance

12345678910>>...15

/plugin/dev/skel/
H A Dauth.php42 //public function trustExternal($user, $pass, $sticky = false)
58 $_SESSION[DOKU_COOKIE]['auth']['pass'] = $pass;
66 public function checkPass($user, $pass)
88 //public function createUser($user, $pass, $name, $mail, $grps = null)
65 checkPass($user, $pass) global() argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js40 function bind(elem, type, func, pass){ argument
42 return $(elem).bind(type, pass, func);
46 return bind[type].bind(elem, type, func, pass);
55 e.data = pass;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D36b2778f23d0955255f52c075c4d213d.asciidoc11 'password' => 'pass',
/plugin/authlemonldap/
H A Dauth.php24 public function trustExternal($user, $pass, $sticky = false) { argument
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js551 'auth': { 'user': this.user, 'pass': this.pass }
611 'auth': { 'user': this.user, 'pass': this.pass },
633 'auth': { 'user': this.user, 'pass': this.pass },
664 'auth': { 'user': this.user, 'pass': this.pass }
689 'pass': this.pass,
735 this.connection = new SauceTunnel(this.user, this.pass, this.id, this.tunneled, ['-P', '0']);
/plugin/authdrupal8/
H A Dpassword.inc227 if (substr($account->pass, 0, 2) == 'U$') {
230 $stored_hash = substr($account->pass, 1);
234 $stored_hash = $account->pass;
276 if ((substr($account->pass, 0, 3) != '$S$') || (strlen($account->pass) != DRUPAL_HASH_LENGTH)) {
282 return (_password_get_count_log2($account->pass) !== $count_log2);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php52 $pass = isset($argv[3])?$argv[3]:null; variable
56 $pdo = new PDO($dsn, $user, $pass);
/plugin/archivegenerator/
H A Dadmin.php54 $pass = $INPUT->post->str('adminPass');
61 if (empty($pass)) {
279 $pass = $INPUT->post->str('adminPass');
295 $pwHash = auth_cryptPassword($pass);
/plugin/mindmap/
H A Dsyntax.php267 $pass = array();
268 $pass['cht'] = 'gv:'.$data['format'];
269 $pass['chl'] = $dot_input;
/plugin/authsaml/
H A Dsaml.php183 $cookie = base64_encode($username).'|'.((int) false).'|'.base64_encode($pass);
203 $pass = auth_pwgen();
213 … return $auth->createUser($user, $pass, $userData['name'], $userData['mail'], $userData['grps']);
/plugin/authclientcert/
H A Dauth.php38 * @param string $pass Cleartext Password
43 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md14 5. Make the tests pass.
25 * Write tests that fail without your code, and pass with it.
/plugin/codemirror/dist/modes/
H A Djavascript.min.js.map1pass","i","arguments","push","apply","inList","list","register","block","newContext","registerVarS…
/plugin/loadskin/images/
H A Dreadme.txt1 … these icons (use on web or in desktop applications) as long as you don’t pass them off as your ow…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfilter.rst13 You can also chain filters and pass arguments to them:
/plugin/subconfhelper/
H A Daction.php107 $pass = $INPUT->post->str('pass');
/plugin/a2s/
H A Dstyle.css15 * ... years pass ...
/plugin/evesso/
H A Dauth.php32 * @param string $pass
36 function trustExternal($user, $pass, $sticky = false) { argument
111 return auth_login($user, $pass, $sticky);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md4 … the PHPCS coding standard and that the PHP\_CodeSniffer unit tests still pass. The easiest way to…
/plugin/authenvvars/
H A Dauth.php51 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/farm/
H A Danimal.class.php374 public function addUser($user, $pass, $name, $mail, $grps=null) { argument
391 $pass = auth_cryptPassword($pass, isset($conf['passcrypt']) ? $conf['passcrypt'] : 'smd5');
394 $userline = join(':', array($user, $pass, $name, $mail, $groups))."\n";
410 $r = ($localauth->createUser($user, $pass, $name, $mail, $grps) != null);
/plugin/authopenldapkerberos/
H A Dauth.php31 public function checkPass($user, $pass) argument
35 $p->initPassword($user, $pass);
/plugin/linkback/
H A Dhttp.php69 if ($uri['pass'])
70 $this->pass = $uri['pass'];
102 $headers['Authorization'] = 'BASIC ' . base64_encode($this->user . ':' . $this->pass);
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md8 Parse DSN strings into value objects to make them easier to use, pass around and
185 pgsql://user:pass@tcp(localhost:5555)/dbname
260 - scheme://user:pass@127.0.0.1/foo/bar?key=value
262 - scheme://user:pass@/var/local/run/memcached.socket?weight=25
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.

12345678910>>...15