Home
last modified time | relevance | path

Searched refs:SystemShutdown (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/Microsoft.Win32/
H A DSessionEndedEventArgsCas.cs55 SessionEndedEventArgs seea = new SessionEndedEventArgs (SessionEndReasons.SystemShutdown); in Deny_Unrestricted()
56 Assert.AreEqual (SessionEndReasons.SystemShutdown, seea.Reason, "Reason"); in Deny_Unrestricted()
70 return ci.Invoke (new object[1] { SessionEndReasons.SystemShutdown }); in Create()
H A DSessionEndingEventArgsCas.cs55 SessionEndingEventArgs seea = new SessionEndingEventArgs (SessionEndReasons.SystemShutdown); in Deny_Unrestricted()
56 Assert.AreEqual (SessionEndReasons.SystemShutdown, seea.Reason, "Reason"); in Deny_Unrestricted()
73 return ci.Invoke (new object[1] { SessionEndReasons.SystemShutdown }); in Create()
/dports/games/powder/powder118_src/port/psp/
H A Dpspmain.cpp50 void SystemShutdown() in SystemShutdown() function
73 SystemShutdown(); in main()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/
H A DError.cs172 SystemShutdown, enumerator
277 return StreamErrorCondition.SystemShutdown;
350 case StreamErrorCondition.SystemShutdown:
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Introspector/
H A DIntrospector.cs90 SystemShutdown(); in DetectDeadlock()
98 SystemShutdown(); in DetectDeadlock()
191 SystemShutdown(); in DetectDeadlock()
262 internal void SystemShutdown() in SystemShutdown() method in Microsoft.Build.BuildEngine.Introspector
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.Win32/
H A DSessionEndReasons.cs36 SystemShutdown = 2, enumerator
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/start/5_Quit/
H A D1_shutdown1 SystemShutdown "Shutdown the System"
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/win32/
H A DSessionEndReasons.cs29 SystemShutdown = 2, enumerator
H A DSystemEvents.cs939 SessionEndReasons reason = SessionEndReasons.SystemShutdown; in OnSessionEnded()
957 SessionEndReasons reason = SessionEndReasons.SystemShutdown; in OnSessionEnding()
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/
H A Dstream.h46 SystemShutdown enumerator
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/xmpp/xmpp-core/
H A Dxmpp_stream.h49 SystemShutdown enumerator
H A Dprotocol.h99 SystemShutdown, enumerator
H A Dstream.cpp1253 case CoreProtocol::SystemShutdown: { strErr = SystemShutdown; break; } in handleError()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/xmpp-core/
H A Dxmpp_stream.h48 SystemShutdown enumerator
H A Dprotocol.h102 SystemShutdown, enumerator
H A Dstream.cpp1391 case CoreProtocol::SystemShutdown: { strErr = SystemShutdown; break; } in handleError()
/dports/net-im/psi/psi-1.5/iris/src/xmpp/xmpp-core/
H A Dxmpp_stream.h48 SystemShutdown enumerator
H A Dprotocol.h102 SystemShutdown, enumerator
H A Dstream.cpp1419 case CoreProtocol::SystemShutdown: { strErr = SystemShutdown; break; } in handleError()
/dports/net-im/coyim/coyim-0.3.11/xmpp/data/
H A Derrors.go111 SystemShutdown = "system-shutdown" const
/dports/net-im/py-nbxmpp/nbxmpp-2.0.4/nbxmpp/
H A Dprotocol.py406 class SystemShutdown(StreamError): class
479 'system-shutdown': SystemShutdown,
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/
H A Dwharf276 *MonitorWharf Shutdown normal/ExitSign SystemShutdown "ShutDown"
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dafterstep.c754 REMAP_FUNC(SystemShutdown); in RemapFunctions()
/dports/games/ksirk/ksirk-21.12.3/ksirk/Jabber/
H A Djabberaccount.cpp772 case XMPP::Stream::SystemShutdown: in handleStreamError()
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/tools/xmpptest/
H A Dxmpptest.cpp746 else if(x == XMPP::ClientStream::SystemShutdown) in cs_error()

12