Home
last modified time | relevance | path

Searched refs:ServerSelection (Results 1 – 10 of 10) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/online/
H A Dserver_selection.cpp49 ServerSelection::ServerSelection() : Screen("online/server_selection.stkgui") in ServerSelection() function in ServerSelection
60 ServerSelection::~ServerSelection() in ~ServerSelection()
67 void ServerSelection::tearDown() in tearDown()
78 void ServerSelection::refresh() in refresh()
99 void ServerSelection::loadedFromFile() in loadedFromFile()
120 void ServerSelection::beforeAddingWidget() in beforeAddingWidget()
141 void ServerSelection::init() in init()
207 void ServerSelection::loadList() in loadList()
367 void ServerSelection::onUpdate(float dt) in onUpdate()
431 void ServerSelection::copyFromServerList() in copyFromServerList()
[all …]
H A Dserver_selection.hpp51 class ServerSelection : public GUIEngine::Screen, class
52 public GUIEngine::ScreenSingleton<ServerSelection>,
56 friend class GUIEngine::ScreenSingleton<ServerSelection>;
59 ServerSelection();
60 ~ServerSelection();
H A Donline_lan.cpp71 ServerSelection::getInstance()->push(); in eventCallback()
H A Donline_profile_servers.cpp90 ServerSelection::getInstance()->push(); in eventCallback()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_updates.ps1489 $ServerSelection, in Install-WindowsUpdate() variable
1199 $serverSelectionValue = switch ($ServerSelection) { in Install-WindowsUpdate()
1204 $searcher.ServerSelection = $serverSelectionValue in Install-WindowsUpdate()
1205 …$api.WriteLog("Search source set to '$($ServerSelection)' (ServerSelection = $($serverSelectionVal… in Install-WindowsUpdate()
1443 ServerSelection = $module.Params.server_selection
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/UpdateAgent/
H A Dmod.rs157 pub type ServerSelection = i32; typedef
158 pub const ssDefault: ServerSelection = 0i32;
159 pub const ssManagedServer: ServerSelection = 1i32;
160 pub const ssWindowsUpdate: ServerSelection = 2i32;
161 pub const ssOthers: ServerSelection = 3i32;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/
H A Dmain_loop.cpp524 ServerSelection::getInstance()->push(); in run()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwuapi.h384 } ServerSelection; typedef
4135 ServerSelection *retval) = 0;
4238 ServerSelection *retval);
4341 …RESULT IUpdateHistoryEntry_get_ServerSelection(IUpdateHistoryEntry* This,ServerSelection *retval) {
4543 ServerSelection *retval) = 0;
4546 ServerSelection value) = 0;
4663 ServerSelection *retval);
4667 ServerSelection value);
4797 …INLINE HRESULT IUpdateSearcher_get_ServerSelection(IUpdateSearcher* This,ServerSelection *retval) {
4800 …CEINLINE HRESULT IUpdateSearcher_put_ServerSelection(IUpdateSearcher* This,ServerSelection value) {
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwuapi.h384 } ServerSelection; typedef
4135 ServerSelection *retval) = 0;
4238 ServerSelection *retval);
4341 …RESULT IUpdateHistoryEntry_get_ServerSelection(IUpdateHistoryEntry* This,ServerSelection *retval) {
4543 ServerSelection *retval) = 0;
4546 ServerSelection value) = 0;
4663 ServerSelection *retval);
4667 ServerSelection value);
4797 …INLINE HRESULT IUpdateSearcher_get_ServerSelection(IUpdateSearcher* This,ServerSelection *retval) {
4800 …CEINLINE HRESULT IUpdateSearcher_put_ServerSelection(IUpdateSearcher* This,ServerSelection value) {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/UpdateAgent/
H A Dmod.rs5804 pub unsafe fn ServerSelection(&self) -> ::windows::runtime::Result<ServerSelection> { in ServerSelection() argument
5971 pub unsafe fn ServerSelection(&self) -> ::windows::runtime::Result<ServerSelection> { in ServerSelection() argument
7360 pub unsafe fn ServerSelection(&self) -> ::windows::runtime::Result<ServerSelection> { in ServerSelection() argument
7543 pub unsafe fn ServerSelection(&self) -> ::windows::runtime::Result<ServerSelection> { in ServerSelection() method
7755 pub unsafe fn ServerSelection(&self) -> ::windows::runtime::Result<ServerSelection> { in ServerSelection() argument
12009 pub struct ServerSelection(pub i32); struct
12010 pub const ssDefault: ServerSelection = ServerSelection(0i32);
12011 pub const ssManagedServer: ServerSelection = ServerSelection(1i32);
12012 pub const ssWindowsUpdate: ServerSelection = ServerSelection(2i32);
12013 pub const ssOthers: ServerSelection = ServerSelection(3i32);
[all …]