Home
last modified time | relevance | path

Searched refs:NOT_LOGGED_IN (Results 1 – 25 of 49) sorted by relevance

12

/dports/ftp/fineftp-server/fineftp-server-1.2.0/fineftp-server/src/
H A Dftp_session.cpp290 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandCDUP()
347 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandPASV()
415 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandTYPE()
458 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandRETR()
492 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandSTOR()
553 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandAPPE()
626 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandRNTO()
705 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandDELE()
762 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandRMD()
809 sendFtpMessage(FtpReplyCode::NOT_LOGGED_IN, "Not logged in"); in handleFtpCommandMKD()
[all …]
H A Dftp_message.h39 NOT_LOGGED_IN = 530, enumerator
/dports/devel/py-azure-identity/azure-identity-1.5.0/azure/identity/aio/_credentials/
H A Dazure_cli.py18 NOT_LOGGED_IN,
94 raise CredentialUnavailableError(message=NOT_LOGGED_IN)
/dports/devel/py-azure-identity/azure-identity-1.5.0/azure/identity/_credentials/
H A Dazure_cli.py30 NOT_LOGGED_IN = "Please run 'az login' to set up an account" variable
130 error = CredentialUnavailableError(message=NOT_LOGGED_IN)
/dports/devel/py-azure-identity/azure-identity-1.5.0/tests/
H A Dtest_cli_credential.py9 from azure.identity._credentials.azure_cli import CLI_NOT_FOUND, NOT_LOGGED_IN
104 with pytest.raises(CredentialUnavailableError, match=NOT_LOGGED_IN):
H A Dtest_cli_credential_async.py12 from azure.identity._credentials.azure_cli import CLI_NOT_FOUND, NOT_LOGGED_IN
132 with pytest.raises(CredentialUnavailableError, match=NOT_LOGGED_IN):
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dlogin_status.h11 NOT_LOGGED_IN, // Not logged in enumerator
/dports/devel/eris/eris-1.3.23/Eris/
H A DAccount.cpp170 return NOT_LOGGED_IN; in logout()
206 if (m_status != LOGGED_IN) return NOT_LOGGED_IN; in refreshCharacterInfo()
247 return NOT_LOGGED_IN; in createCharacter()
294 return NOT_LOGGED_IN; in takeTransferredCharacter()
327 return NOT_LOGGED_IN; in takeCharacter()
H A DTypes.h39 NOT_LOGGED_IN, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/accessibility/
H A Daccessibility_feature_pod_controller.cc39 button->SetVisible(login_status == LoginStatus::NOT_LOGGED_IN || in CreateButton()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/test/
H A Dpop3testserver.py49 NOT_LOGGED_IN = "-ERR Unknown AUHORIZATION state command" variable
167 self.sendLine(NOT_LOGGED_IN)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/test/
H A Dpop3testserver.py46 NOT_LOGGED_IN = b"-ERR Unknown AUHORIZATION state command" variable
163 self.sendLine(NOT_LOGGED_IN)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/ftp/
H A DFtpReplyCode.java74 NOT_LOGGED_IN(530), enumConstant
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/model/
H A Dclock_model.cc46 LoginStatus::NOT_LOGGED_IN; in IsLoggedIn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dpower_button_menu_view.cc177 const bool create_sign_out = login_status != LoginStatus::NOT_LOGGED_IN; in RecreateItems()
226 LoginStatus::NOT_LOGGED_IN) { in RecreateItems()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/session/
H A Dsession_controller_impl_unittest.cc264 {SessionState::UNKNOWN, LoginStatus::NOT_LOGGED_IN}, in TEST_F()
265 {SessionState::OOBE, LoginStatus::NOT_LOGGED_IN}, in TEST_F()
266 {SessionState::LOGIN_PRIMARY, LoginStatus::NOT_LOGGED_IN}, in TEST_F()
267 {SessionState::LOGGED_IN_NOT_ACTIVE, LoginStatus::NOT_LOGGED_IN}, in TEST_F()

12