Home
last modified time | relevance | path

Searched refs:OnInit (Results 1 – 25 of 2620) sorted by relevance

12345678910>>...105

/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/util/
H A Dinit.h24 class OnInit {
26 explicit OnInit(std::function<void ()> code) { in OnInit() function
30 ~OnInit() = default;
34 OnInit(const OnInit &) = delete;
35 OnInit(OnInit &&) = delete;
37 OnInit &operator =(const OnInit &) = delete;
38 OnInit &operator =(OnInit &&) = delete;
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dwidgets.h86 int (*OnInit)(); member
221 Uint32 widget_add (int window_id, Uint32 wid, int (*OnInit)(), Uint16 x, Uint16 y,
561 int label_add(int window_id, int (*OnInit)(), const char *text, Uint16 x, Uint16 y);
732 int checkbox_add(int window_id, int (*OnInit)(), Uint16 x, Uint16 y, Uint16 lx, Uint16 ly, int *che…
832 int button_add(int window_id, int (*OnInit)(), const char *text, Uint16 x, Uint16 y);
947 int progressbar_add(int window_id, int (*OnInit)(), Uint16 x, Uint16 y, Uint16 lx, Uint16 ly);
1034 int vscrollbar_add(int window_id, int (*OnInit)(), Uint16 x, Uint16 y, Uint16 lx, Uint16 ly);
1263 int tab_collection_add (int window_id, int (*OnInit)(), Uint16 x, Uint16 y, Uint16 lx, Uint16 ly);
1286 int tab_collection_add_extended (int window_id, Uint32 wid, int (*OnInit)(), Uint16 x, Uint16 y,
1393 int text_field_add_extended (int window_id, Uint32 wid, int (*OnInit)(),
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls.Adapters/
H A DMenuAdapterTest.cs69 public void OnInit () in OnInit() method in MonoTests.System.Web.UI.WebControls.Adapters.MenuAdapterTest
71 a.OnInit (e); in OnInit()
138 protected internal override void OnInit (EventArgs e) in OnInit() method in MonoTests.System.Web.UI.WebControls.Adapters.MenuAdapterTest.MyMenu
141 base.OnInit (e); in OnInit()
180 internal new void OnInit (EventArgs e) in OnInit() method in MonoTests.System.Web.UI.WebControls.Adapters.MenuAdapterTest.MyMenuAdapter
182 base.OnInit (e); in OnInit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DContentTest.cs62 base.OnInit (new EventArgs ()); in DoOnInit()
90 private bool OnInit; field in MonoTests.System.Web.UI.WebControls.ContentTest
116 OnInit = true; in OnInitHandler()
136 Assert.AreEqual (false, OnInit, "BeforeInit"); in Events_Init()
138 Assert.AreEqual (true, OnInit, "AfterInit"); in Events_Init()
/dports/net/opennx/opennx-0.16/
H A Dtestxauth.cpp46 virtual bool OnInit();
62 bool TestXauth::OnInit() in OnInit() function in TestXauth
64 if (!wxApp::OnInit()) in OnInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/drivefs/
H A Ddrivefs_bootstrap_unittest.cc69 MOCK_CONST_METHOD0(OnInit, void());
76 OnInit(); in Init()
119 EXPECT_CALL(*this, OnInit()); in TEST_F()
130 EXPECT_CALL(*this, OnInit()); in TEST_F()
141 EXPECT_CALL(*this, OnInit()); in TEST_F()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/dll/
H A Dwx_exe.cpp58 virtual bool OnInit() wxOVERRIDE;
122 bool MainApp::OnInit() in OnInit() function in MainApp
124 if ( !wxApp::OnInit() ) in OnInit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/minimal/
H A Dminimal.cpp57 virtual bool OnInit();
120 bool MyApp::OnInit() in wxBEGIN_EVENT_TABLE()
124 if ( !wxApp::OnInit() ) in wxBEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/dll/
H A Dwx_exe.cpp61 virtual bool OnInit();
125 bool MainApp::OnInit() in OnInit() function in MainApp
127 if ( !wxApp::OnInit() ) in OnInit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/minimal/
H A Dminimal.cpp57 virtual bool OnInit();
120 bool MyApp::OnInit() in wxBEGIN_EVENT_TABLE()
124 if ( !wxApp::OnInit() ) in wxBEGIN_EVENT_TABLE()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/dll/
H A Dwx_exe.cpp61 virtual bool OnInit();
125 bool MainApp::OnInit() in OnInit() function in MainApp
127 if ( !wxApp::OnInit() ) in OnInit()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/allocator/networkallocator/
H A Dnetworkallocator.go23 OnInit bool member
27 func OnInit(options *ServiceAllocationOpts) { func
28 options.OnInit = true
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/overviews/
H A Dapp_overview.rst15 is the :meth:`wx.AppConsole.OnInit` member defined for a class derived
18 `OnInit` will usually create a top window as a bare minimum. Unlike in
19 earlier versions of wxPython, `OnInit` does not return a frame.
40 def OnInit(self):
62 safely show a dialog from :meth:`wx.AppConsole.OnInit` and not be
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/minimal/
H A Dminimal.cpp57 virtual bool OnInit();
120 bool MyApp::OnInit() in BEGIN_EVENT_TABLE()
124 if ( !wxApp::OnInit() ) in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/minimal/
H A Dminimal.cpp57 virtual bool OnInit();
120 bool MyApp::OnInit() in BEGIN_EVENT_TABLE()
124 if ( !wxApp::OnInit() ) in BEGIN_EVENT_TABLE()

12345678910>>...105