Home
last modified time | relevance | path

Searched refs:DestroyHandler (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/rp-pppoe/rp-pppoe-3.15/src/libevent/
H A Devent.c23 static void DestroyHandler(EventHandler *eh);
424 DestroyHandler(cur); in Event_DelHandler()
449 DestroyHandler(cur); in DestroySelector()
465 DestroyHandler(EventHandler *eh) in DestroyHandler() function
510 DestroyHandler(cur); in DoPendingChanges()
/dports/science/ghemical/ghemical-3.0.0/src/
H A Dgtk_simple_dialogs.h90 static void DestroyHandler(GtkWidget *, gpointer);
207 static void DestroyHandler(GtkWidget *, gpointer);
H A Dgtk_simple_dialogs.cpp210 "destroy", GTK_SIGNAL_FUNC(DestroyHandler), this); in gtk_file_dialog()
225 void gtk_file_dialog::DestroyHandler(GtkWidget *, gpointer data) in DestroyHandler() function in gtk_file_dialog
488 gtk_signal_connect(GTK_OBJECT(dialog), "destroy", GTK_SIGNAL_FUNC(DestroyHandler), this); in gtk_command_dialog()
527 void gtk_command_dialog::DestroyHandler(GtkWidget *, gpointer data) in DestroyHandler() function in gtk_command_dialog
H A Dgtk_app.h195 static void DestroyHandler(GtkWidget *, gpointer);
H A Dgtk_app.cpp357 g_signal_connect(G_OBJECT(main_window), "destroy", G_CALLBACK(gtk_app::DestroyHandler), NULL); in gtk_app()
776 void gtk_app::DestroyHandler(GtkWidget * widget, gpointer data) in DestroyHandler() function in gtk_app
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2VMSTDLib.cpp95 STDLibInitializer::DestroyHandler(oSyscallFactory.GetHandlerByName(*aFunctions)); in DestroyLibrary()
175 void STDLibInitializer::DestroyHandler(SyscallHandler * pHandler) { delete pHandler; } in DestroyHandler() function in CTPP::STDLibInitializer
H A DCTPP2VMSyscall.cpp60 INT_32 SyscallHandler::DestroyHandler(CDT & oCDT) throw() { return 0; } in DestroyHandler() function in CTPP::SyscallHandler
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2VMSTDLib.cpp95 STDLibInitializer::DestroyHandler(oSyscallFactory.GetHandlerByName(*aFunctions)); in DestroyLibrary()
175 void STDLibInitializer::DestroyHandler(SyscallHandler * pHandler) { delete pHandler; } in DestroyHandler() function in CTPP::STDLibInitializer
H A DCTPP2VMSyscall.cpp60 INT_32 SyscallHandler::DestroyHandler(CDT & oCDT) throw() { return 0; } in DestroyHandler() function in CTPP::SyscallHandler
/dports/mail/mimedefang/mimedefang-2.84/
H A Devent.c24 static void DestroyHandler(EventHandler *eh);
672 DestroyHandler(cur); in Event_DelHandler()
697 DestroyHandler(cur); in DestroySelector()
713 DestroyHandler(EventHandler *eh) in DestroyHandler() function
758 DestroyHandler(cur); in DoPendingChanges()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2VMSTDLib.hpp85 static void DestroyHandler(SyscallHandler * pHandler);
H A DCTPP2VMSyscall.hpp110 virtual INT_32 DestroyHandler(CDT & oCDT) throw();
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2VMSTDLib.hpp85 static void DestroyHandler(SyscallHandler * pHandler);
H A DCTPP2VMSyscall.hpp110 virtual INT_32 DestroyHandler(CDT & oCDT) throw();
/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/xfce4++/util/
H A Dgtk.h84 typedef void DestroyHandler (GtkWidget *widget); typedef
93 void connect_destroy (GtkWidget *widget, const std::function<DestroyHandler> &handler);
H A Dgtk.cc108 void connect_destroy (GtkWidget *widget, const std::function<DestroyHandler> &handler) { _con… in connect_destroy()
/dports/math/py-theano/Theano-1.0.5/theano/gof/
H A D__init__.py47 DestroyHandler
H A Ddestroyhandler.py258 class DestroyHandler(toolbox.Bookkeeper): # noqa class
H A Dopt.py176 dh_handler = dh.DestroyHandler
1294 dh_handler = dh.DestroyHandler
/dports/math/py-theano/Theano-1.0.5/theano/compile/
H A Dmode.py128 fgraph.attach_feature(gof.DestroyHandler())
H A Ddebugmode.py2283 if isinstance(feature, gof.DestroyHandler):
2287 fgraph.attach_feature(gof.DestroyHandler())
H A Dfunction_module.py189 fgraph.attach_feature(gof.DestroyHandler())
/dports/math/py-theano/Theano-1.0.5/theano/gof/tests/
H A Dtest_destroyhandler.py111 e.attach_feature(destroyhandler.DestroyHandler())
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DEventBaseTestLib.h927 class DestroyHandler : public AsyncTimeout {
929 DestroyHandler(EventBase* eb, EventHandler* h) in DestroyHandler() function
962 DestroyHandler dh(&eb, handler); in TYPED_TEST_P()
/dports/math/py-theano/Theano-1.0.5/theano/scan_module/
H A Dscan_opt.py67 from theano.gof import toolbox, DestroyHandler, InconsistencyError
924 fgraph.attach_feature(DestroyHandler())

12