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…
/dokuwiki/inc/
H A DErrorHandler.php64 $logged = self::logException($e)
77 <p>$logged</p>
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 …ot) 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.php2488 $logged = null;
2490 $logged = Strings::packSSH2(
2501 $this->send_binary_packet($packet, $logged);
2626 … $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses));
2629 $logged .= Strings::packSSH2('s', 'dummy-answer');
2632 $this->send_binary_packet($packet, $logged);
4382 * @param string $logged
4386 protected function send_binary_packet($data, $logged = null) argument
4393 if (!isset($logged)) {
4394 $logged = $data;
[all …]