Home
last modified time | relevance | path

Searched +full:pass -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 70) sorted by relevance

123

/dokuwiki/lib/scripts/
H A Dtextselection.js51 * start and end properties and pass it back to this function.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php177 if (isset($url_parts['user']) && isset($url_parts['pass'])) {
178 $out .= "Authorization: Basic " . base64_encode("$url_parts[user]:$url_parts[pass]") . "\r\n";
H A DRegistry.php218 * @param array $parameters Parameters to pass to the constructor
/dokuwiki/inc/Remote/
H A DApi.php60 * Here you can pass a non-default RemoteAPICore instance. (for mocking)
117 * @param array $args arguments to pass to the given method
H A DApiCore.php131 * @param string $pass The password
134 public function login($user, $pass)
146 $ok = $auth->trustExternal($user, $pass, false);
151 'password' => $pass,
1001 * - check if the user has the required access level (pass AUTH_NONE to skip)
1033 login($user, $pass) global() argument
/dokuwiki/
H A Dinstall.php219 <label for="password"><?php echo $lang['pass'] ?></label>
342 $error[] = sprintf($lang['i_badval'], $lang['pass']);
416 $pass = $phash->hash_bcrypt($d['password']);
436 $pass,
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dfreeswitch.php139 GESHI_SEARCH => '(Regex\ \(PASS\))',
H A Dio.php51 'ifTrue', 'or', 'pass', 'raise', 'return', 'then', 'try', 'wait', 'while', 'yield'
H A D4cs.php67 'Or', 'Or_Filters', 'Order', 'Pass', 'Pow', 'Prototype', 'Quit', 'Raise',
H A Dgenie.php58 'of', 'or', 'otherwise', 'out', 'override', 'pass', 'raise',
H A Dpf.php65 'pass'
H A Drebol.php107 'request-download','request-file','request-list','request-pass',
H A Dpython.php68 'import', 'pass', 'yield', 'def', 'finally', 'in', 'print', 'with', 'as', 'nonlocal'
H A Dpys60.php58 'import', 'pass', 'yield', 'def', 'finally', 'in', 'print', "<<", ">>", "as"
/dokuwiki/inc/HTTP/
H A DHTTPClient.php48 public $pass;
186 if (isset($uri['pass'])) $this->pass = $uri['pass'];
240 $headers['Authorization'] = 'Basic ' . base64_encode($this->user . ':' . $this->pass);
47 public $pass; global() variable in dokuwiki\\HTTP\\HTTPClient
/dokuwiki/inc/Cache/
H A DCache.php192 * @return bool pass-thru $success value
/dokuwiki/inc/
H A Dfetch.functions.php92 //use x-sendfile header to pass the delivery to compatible webservers
H A DMailer.class.php193 * If you pass the HTML part or HTML replacements yourself you have to make
722 // pass the whole mail class to plugin
724 // pass references for backward compatibility
H A DPassHash.php148 * @param string|null &$salt The salt, pass null if you want one generated
361 * Salt is 2 bytes long, but stored at position 16, so you need to pass at
362 * least 18 bytes. You can pass the crypted hash as salt.
H A Dhttputils.php71 //use x-sendfile header to pass the delivery to compatible web servers
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php95 'pass' => null,
111 $this->mysql = new \PDO("mysql:dbname={$this->options['dbname']};host={$this->options['host']};port={$this->options['port']}", $this->options['user'], $this->options['pass'], [\PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8']);
/dokuwiki/inc/Utf8/
H A DUnicode.php53 // US-ASCII, pass straight through.
/dokuwiki/inc/parser/
H A Dxhtml.php501 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
524 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1419 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1506 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1534 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1572 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
/dokuwiki/conf/
H A Ddokuwiki.php179 $conf['proxy']['pass'] = '';
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php102 // If parameters are given, pass these to the respective method
224 .(empty($parsed['user']) ? '' : $parsed['user'].(empty($parsed['pass']) ? '' : ':'.$parsed['pass']).'@')

123