Home
last modified time | relevance | path

Searched refs:logged (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/lang/en/
H A Dlogin.txt3 You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
/dokuwiki/inc/
H A DErrorHandler.php54 * The exception is logged to the error log
64 $logged = self::logException($e)
77 <p>$logged</p>
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your logo is not shown to not logged in users.
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt4 your logo is not shown to not logged in users.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2444 // remove the username and password from the logged packet
2446 $logged = null;
2448 $logged = Strings::packSSH2(
2459 $this->send_binary_packet($packet, $logged);
2587 $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses));
2590 $logged .= Strings::packSSH2('s', 'dummy-answer');
2593 $this->send_binary_packet($packet, $logged);
3382 * Have you successfully been logged in?
3850 // see http://tools.ietf.org/html/rfc4252#section-5.4; only called when the encryption has been activated and when we haven't already logged in
3857 // only called when we've already logged i
4213 _send_binary_packet($data, $logged = null) global() argument
[all...]