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/en/
H A Dstyle.txt4 your logo is not shown to not logged in users.
/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/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2483 $logged = null;
2485 $logged = Strings::packSSH2(
2496 $this->send_binary_packet($packet, $logged);
2621 … $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses));
2624 $logged .= Strings::packSSH2('s', 'dummy-answer');
2627 $this->send_binary_packet($packet, $logged);
4315 * @param string $logged
4319 protected function send_binary_packet($data, $logged = null) argument
4326 if (!isset($logged)) {
4327 $logged = $data;
[all …]