Home
last modified time | relevance | path

Searched refs:OnLoad (Results 1 – 25 of 1757) sorted by relevance

12345678910>>...71

/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.lua88 function private.OnLoad(addon) function
97 private.OnLoad(module)
107 if (eng == engine:lower() and engineLib.OnLoad) then
108 engineLib.OnLoad(addon)
119 if (engineLib.OnLoad) then
120 engineLib.OnLoad(addon)
146 private.OnLoad(addon)
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.lua88 function private.OnLoad(addon) function
97 private.OnLoad(module)
107 if (eng == engine:lower() and engineLib.OnLoad) then
108 engineLib.OnLoad(addon)
119 if (engineLib.OnLoad) then
120 engineLib.OnLoad(addon)
146 private.OnLoad(addon)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DContentTest.cs66 base.OnLoad (new EventArgs ()); in DoOnLoad()
91 private bool OnLoad; field in MonoTests.System.Web.UI.WebControls.ContentTest
107 OnLoad = true; in OnLoadHandler()
158 Assert.AreEqual (false, OnLoad, "BeforeLoad"); in Events_Load()
160 Assert.AreEqual (true, OnLoad, "AfterLoad"); in Events_Load()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Test/UnitTests/
H A DTestBase.cs25 AddinManager.AddinLoaded += OnLoad; in Setup()
48 AddinManager.AddinLoaded -= OnLoad; in Teardown()
59 void OnLoad (object s, AddinEventArgs args) in OnLoad() method in UnitTests.TestBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/NunitWebResources/App_Code/
H A DMyContainer.cs24 protected override void OnLoad (EventArgs e) in OnLoad() method in TestNamedHolders.MyContainer
26 base.OnLoad (e); in OnLoad()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_sample2.cpp56 void OnLoad( wxCommandEvent& event );
102 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
180 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
H A Dfl_sample1.cpp55 void OnLoad( wxCommandEvent& event );
101 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
182 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_sample2.cpp56 void OnLoad( wxCommandEvent& event );
102 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
180 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
H A Dfl_sample1.cpp55 void OnLoad( wxCommandEvent& event );
101 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
182 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_sample2.cpp56 void OnLoad( wxCommandEvent& event );
102 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
180 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
H A Dfl_sample1.cpp55 void OnLoad( wxCommandEvent& event );
101 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
182 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_sample2.cpp56 void OnLoad( wxCommandEvent& event );
102 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
180 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
H A Dfl_sample1.cpp55 void OnLoad( wxCommandEvent& event );
101 EVT_MENU( ID_LOAD, MyFrame::OnLoad ) in BEGIN_EVENT_TABLE()
182 void MyFrame::OnLoad( wxCommandEvent& WXUNUSED(event) ) in OnLoad() function in MyFrame
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/My/
H A Dbug-333403.vb15 Protected Overrides Sub OnLoad(ByVal e As EventArgs)
23 Protected Overrides Sub OnLoad(ByVal e As EventArgs)
/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4ComponentHost.h29 void Clear() { Data.Clear(); OnLoad(); } in Clear()
39 virtual void OnLoad() {} in OnLoad() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmSelectColor.cs31 protected override void OnLoad(EventArgs e) in OnLoad() method in Mesen.GUI.Debugger.frmSelectColor
33 base.OnLoad(e); in OnLoad()
H A DTooltipForm.cs20 protected override void OnLoad(EventArgs e) in OnLoad() method in Mesen.GUI.Debugger.TooltipForm
22 base.OnLoad(e); in OnLoad()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DGoToForm.cs16 protected override void OnLoad(EventArgs e) in OnLoad() method in FastColoredTextBoxNS.GoToForm
18 base.OnLoad(e); in OnLoad()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmLogWindow.cs21 protected override void OnLoad(EventArgs e) in OnLoad() method in Mesen.GUI.Forms.frmLogWindow
23 base.OnLoad(e); in OnLoad()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dsession_cleanup_cookie_store.cc85 persistent_store_->Load(base::BindOnce(&SessionCleanupCookieStore::OnLoad, in Load()
94 key, base::BindOnce(&SessionCleanupCookieStore::OnLoad, this, in LoadCookiesForKey()
131 void SessionCleanupCookieStore::OnLoad( in OnLoad() function in network::SessionCleanupCookieStore
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/luainvaders/data/
H A Dhigh_score.rml44 --because we pass it as a plain function in HighScore.OnLoad, we have to pay attention
53 function HighScore.OnLoad(window)
67 …<body template="luawindow" onload="HighScore.OnLoad(document) Game.SubmitHighScore()" onunload="Ga…
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Dsession_cleanup_cookie_store.cc85 persistent_store_->Load(base::BindOnce(&SessionCleanupCookieStore::OnLoad, in Load()
94 key, base::BindOnce(&SessionCleanupCookieStore::OnLoad, this, in LoadCookiesForKey()
131 void SessionCleanupCookieStore::OnLoad( in OnLoad() function in network::SessionCleanupCookieStore
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Samples/TextEditor/TextEditor/
H A DMain.cs14 AddinManager.AddinLoaded += OnLoad; in Main()
38 static void OnLoad (object s, AddinEventArgs args) in OnLoad() method in TextEditor.MainClass
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DWizardStepBase.cs115 protected internal override void OnLoad (EventArgs e) in OnLoad() method in System.Web.UI.WebControls.WizardStepBase
118 base.OnLoad (e); in OnLoad()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DViewModelBase.cs73 this.OnLoad(); in Load()
80 public virtual void OnLoad() in OnLoad() method in HandBrakeWPF.ViewModels.ViewModelBase

12345678910>>...71