Home
last modified time | relevance | path

Searched refs:start_listening (Results 1 – 25 of 120) sorted by relevance

12345

/dports/lang/micropython/micropython-1.17/drivers/nrf24l01/
H A Dnrf24l01test.py42 nrf.start_listening()
63 nrf.start_listening()
107 nrf.start_listening()
133 nrf.start_listening()
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/genericm2m/example/site_app/
H A Dmodels.py5 from completion.listeners import start_listening
15 start_listening()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-tag-use-reference.cpp87 SPTagUsePath::start_listening(SPObject* to) in start_listening() function in SPTagUsePath
114 offset->start_listening(refobj); in sp_usepath_href_changed()
H A Dpersp3d-reference.cpp53 Persp3DReference::start_listening(Persp3D* to) in start_listening() function in Persp3DReference
82 persp3dref->start_listening(refobj); in persp3dreference_href_changed()
H A Dsp-use-reference.cpp84 SPUsePath::start_listening(SPObject* to) in start_listening() function in SPUsePath
115 offset->start_listening(refobj); in sp_usepath_href_changed()
H A Dpersp3d-reference.h50 void start_listening(Persp3D* to);
H A Dsp-tag-use-reference.h59 void start_listening(SPObject* to);
H A Dsp-use-reference.h63 void start_listening(SPObject* to);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpeobject-reference.cpp91 LPEObjectReference::start_listening(LivePathEffectObject* to) in start_listening() function in Inkscape::LivePathEffect::LPEObjectReference
117 lpeobjref->start_listening(refobj); in lpeobjectreference_href_changed()
H A Dlpeobject-reference.h48 void start_listening(LivePathEffectObject* to);
H A Dlpe-clone-original.h35 void start_listening();
/dports/sysutils/tm/tm-0.4.1/
H A Dtcp_server.c25 static void start_listening(int new) in start_listening() function
67 start_listening(new); in s_tcp_update_served()
H A Dunix_server.c54 static void start_listening(int new) in start_listening() function
91 start_listening(new); in s_unix_update_served()
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/extensions/
H A Dtelnet.py57 self.crawler.signals.connect(self.start_listening, signals.engine_started)
64 def start_listening(self): member in TelnetConsole
/dports/security/shimmer/shimmer-0.1.0_1/
H A Dshimmerd726 $$ports{$safe_port}{select} ) = start_listening( $safe_port );
732 my ( $handle, $select ) = start_listening( $port );
756 sub start_listening
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_peruser/src/
H A Dcouch_peruser.erl109 -spec start_listening(State :: #state{}) -> #state{} | ok.
110 start_listening(#state{states=ChangesStates}=State) function
114 start_listening(#state{db_name=DbName, delete_dbs=DeleteDbs, function
381 {noreply, start_listening(State)};
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dlistener.py37 def start_listening(self): member in Listener
139 s.start_listening()
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/server/
H A Dasync_server.hpp106 start_listening(); // we only initialize our acceptor/sockets if we in listen()
174 void start_listening() { in start_listening() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Ditem.cpp178 ItemParam::start_listening(SPObject * to) in start_listening() function in Inkscape::LivePathEffect::ItemParam
204 start_listening(new_ref); in ref_changed()
H A Ditem.h61 void start_listening(SPObject * to);
H A Dpath.h81 void start_listening(SPObject * to);
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/http/
H A Dtest_site.py29 self.hs.start_listening()
/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dtest_extension_telnet.py18 console.start_listening()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dplugin_eq_gui.h68 void start_listening ();
/dports/deskutils/zim/zim-0.74.3/zim/main/
H A Dipc.py142 def start_listening(handler): function

12345