Home
last modified time | relevance | path

Searched refs:NotLoggedIn (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver_protocolhandler.cpp185 if (authState == NotLoggedIn) in processRoomCommandContainer()
241 if (authState == NotLoggedIn) in processGameCommandContainer()
486 case NotLoggedIn: in cmdLogin()
549 if (authState == NotLoggedIn) in cmdMessage()
581 if (authState == NotLoggedIn) in cmdGetGamesOfUser()
607 if (authState == NotLoggedIn) in cmdGetUserInfo()
633 if (authState == NotLoggedIn) in cmdListRooms()
648 if (authState == NotLoggedIn) in cmdJoinRoom()
693 if (authState == NotLoggedIn) in cmdListUsers()
757 if (authState == NotLoggedIn) in cmdCreateGame()
[all …]
H A Dserver.h37 NotLoggedIn, enumerator
H A Dserver.cpp95 if (authState == NotLoggedIn || authState == UserIsBanned || authState == UsernameInvalid || in loginUser()
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/webmodule/
H A Dwebmodule.pas27 function NotLoggedIn:Boolean; in NotLoggedIn() function
279 function TFPWebModule1.NotLoggedIn:Boolean; in NotLoggedIn() function
312 if NotLoggedIn then Exit;
356 if NotLoggedIn then Exit;
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/webmodule/
H A Dwebmodule.pas32 function NotLoggedIn:Boolean; in NotLoggedIn() function
145 function TFPWebModule1.NotLoggedIn:Boolean; in NotLoggedIn() function
283 if NotLoggedIn then Exit;
320 if NotLoggedIn then Exit;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/examples/fptemplate/sessions/cookiesessions-login/webmodule/
H A Dwebmodule.pas27 function NotLoggedIn:Boolean; in NotLoggedIn() function
279 function TFPWebModule1.NotLoggedIn:Boolean; in NotLoggedIn() function
312 if NotLoggedIn then Exit;
356 if NotLoggedIn then Exit;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/examples/fptemplate/sessions/urlsessions-login/webmodule/
H A Dwebmodule.pas32 function NotLoggedIn:Boolean; in NotLoggedIn() function
145 function TFPWebModule1.NotLoggedIn:Boolean; in NotLoggedIn() function
283 if NotLoggedIn then Exit;
320 if NotLoggedIn then Exit;
/dports/www/py-nevow/Nevow-0.14.0/examples/guarded/
H A Dguarded.py10 class NotLoggedIn(rend.Page): class
74 resc = NotLoggedIn()
/dports/www/mattermost-webapp/mattermost/client/
H A D77.bdb45976c5ed1b56bae2.js.map1NotLoggedIn","React","componentDidMount","document","body","classList","add","rootElement","getEle…
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dgmusic.py26 from gmusicapi.exceptions import NotLoggedIn
118 except NotLoggedIn:
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DFtpStatusCode.cs65 NotLoggedIn = 530, enumerator
H A DNetRes.cs48 case FtpStatusCode.NotLoggedIn: in GetWebStatusCodeString()
H A DFtpControlStream.cs16 NotLoggedIn, enumerator
48 private FtpLoginState _loginState = FtpLoginState.NotLoggedIn;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DFtpStatusCode.cs68 NotLoggedIn = 530, enumerator
H A D_FtpControlStream.cs27 NotLoggedIn, enumerator
63 private FtpLoginState m_LoginState = FtpLoginState.NotLoggedIn;
304 else if (status == FtpStatusCode.NotLoggedIn && in PipelineCallback()
305 m_LoginState != FtpLoginState.NotLoggedIn) in PipelineCallback()
/dports/polish/kadu/kadu-4.3/plugins/encryption_otr/
H A Dotr-is-logged-in-service.h36 NotLoggedIn = 0, enumerator
H A Dotr-is-logged-in-service.cpp61 return NotLoggedIn; in isLoggedIn()
/dports/devel/sfml/SFML-2.5.1/include/SFML/Network/
H A DFtp.hpp122 NotLoggedIn = 530, ///< Not logged in enumerator
/dports/www/py-ttrv/ttrv-1.27.3/ttrv/packages/praw/
H A Derrors.py416 class NotLoggedIn(APIException): class
/dports/www/py-tuir/tuir-1.29.0/tuir/packages/praw/
H A Derrors.py416 class NotLoggedIn(APIException): class
/dports/www/py-nevow/Nevow-0.14.0/examples/userdb/
H A Duserdb.tac145 class NotLoggedIn(rend.Page):
450 resc = NotLoggedIn()
474 # Allow anonymous access. Needed for access to NotLoggedIn
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.AppleTls/
H A DEnums.cs214 NotLoggedIn = -67729, /* You are not logged in. */ enumerator
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/servatrice/src/
H A Dservatrice_database_interface.cpp301 return NotLoggedIn; in checkUserPassword()
318 return NotLoggedIn; in checkUserPassword()
333 return NotLoggedIn; in checkUserPassword()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/Documentation/
H A Doidc-certification-setup.md141 OP-prompt-none-NotLoggedIn | Incomplete | Error expected
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/ref/
H A DSystem.Net.Requests.cs423 NotLoggedIn = 530, enumerator

12