Home
last modified time | relevance | path

Searched refs:_add_handler (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/src/mwparserfromhell/parser/
H A Dbuilder.py44 def _add_handler(token_type): function
109 @_add_handler(tokens.TemplateOpen)
132 @_add_handler(tokens.ArgumentOpen)
150 @_add_handler(tokens.WikilinkOpen)
168 @_add_handler(tokens.ExternalLinkOpen)
196 @_add_handler(tokens.HTMLEntityStart)
213 @_add_handler(tokens.HeadingStart)
226 @_add_handler(tokens.CommentStart)
270 @_add_handler(tokens.TagOpenOpen)
337 del _add_handler
/dports/www/py-rollbar/rollbar-0.16.2/rollbar/lib/
H A Devents.py17 def _add_handler(typ, handler_fn, pos): function
58 _add_handler(EXCEPTION_INFO, handler_fn, pos)
66 _add_handler(MESSAGE, handler_fn, pos)
74 _add_handler(PAYLOAD, handler_fn, pos)
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/tests/
H A Dtestvalues.c6 static void _add_handler (AtkObject *obj);
66 _add_handler (child); in _traverse_children()
72 static void _add_handler (AtkObject *obj) in _add_handler() function
156 _add_handler (obj); in _check_values()
H A Dtestprops.c8 static void _add_handler (AtkObject *obj);
135 _add_handler (child); in _traverse_children()
142 _add_handler (AtkObject *obj) in _add_handler() function
192 _add_handler (obj); in _check_properties()
/dports/textproc/py-rdflib/rdflib-5.0.0/test/
H A Dtest_events.py15 target.subscribe(AddedEvent, source._add_handler)
32 self.subscribe(AddedEvent, self._add_handler)
35 def _add_handler(self, event): member in Cache
/dports/devel/p5-SDL/SDL-2.548/lib/SDLx/
H A DController.pm179 sub _add_handler { subroutine
187 return _add_handler( $_move_handlers{ $ref}, $_[1] );
194 return _add_handler( $_event_handlers{ $ref}, $_[1] );
199 return _add_handler( $_show_handlers{ $ref}, $_[1] );
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokelib/logging/
H A Dloggers.py114 self._add_handler(handler_info, formatter)
116 def _add_handler(self, handler_info, formatter): member in RootLogger
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_web.py494 def _add_handler(self, app): member in HTTPGitApplicationTestCase
501 self._add_handler(self._app)
534 self._add_handler(self._app.app)
/dports/math/py-sympy/sympy-1.9/sympy/core/tests/
H A Dtest_operations.py74 def _add_handler(self): member in test_add_dispatcher.NewBase
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/python/
H A Dnghttp2.pyx587 http2._add_handler(push_handler, frame.push_promise.promised_stream_id)
734 def _add_handler(self, handler, stream_id): member in _HTTP2SessionCoreBase
735 logging.debug('_add_handler, stream_id:%s', stream_id)
1024 self._add_handler(handler, stream_id)
1044 self._add_handler(handler, handler.stream_id)
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/python/
H A Dnghttp2.pyx587 http2._add_handler(push_handler, frame.push_promise.promised_stream_id)
734 def _add_handler(self, handler, stream_id): member in _HTTP2SessionCoreBase
735 logging.debug('_add_handler, stream_id:%s', stream_id)
1024 self._add_handler(handler, stream_id)
1044 self._add_handler(handler, handler.stream_id)
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/python/
H A Dnghttp2.pyx587 http2._add_handler(push_handler, frame.push_promise.promised_stream_id)
734 def _add_handler(self, handler, stream_id): member in _HTTP2SessionCoreBase
735 logging.debug('_add_handler, stream_id:%s', stream_id)
1024 self._add_handler(handler, stream_id)
1044 self._add_handler(handler, handler.stream_id)
/dports/www/libnghttp2/nghttp2-1.46.0/python/
H A Dnghttp2.pyx587 http2._add_handler(push_handler, frame.push_promise.promised_stream_id)
734 def _add_handler(self, handler, stream_id): member in _HTTP2SessionCoreBase
735 logging.debug('_add_handler, stream_id:%s', stream_id)
1024 self._add_handler(handler, stream_id)
1044 self._add_handler(handler, handler.stream_id)
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/python/
H A Dnghttp2.pyx587 http2._add_handler(push_handler, frame.push_promise.promised_stream_id)
734 def _add_handler(self, handler, stream_id): member in _HTTP2SessionCoreBase
735 logging.debug('_add_handler, stream_id:%s', stream_id)
1024 self._add_handler(handler, stream_id)
1044 self._add_handler(handler, handler.stream_id)
/dports/www/nghttp2/nghttp2-1.46.0/python/
H A Dnghttp2.pyx587 http2._add_handler(push_handler, frame.push_promise.promised_stream_id)
734 def _add_handler(self, handler, stream_id): member in _HTTP2SessionCoreBase
735 logging.debug('_add_handler, stream_id:%s', stream_id)
1024 self._add_handler(handler, stream_id)
1044 self._add_handler(handler, handler.stream_id)
/dports/net/py-sshtunnel/sshtunnel-0.1.5/
H A Dsshtunnel.py198 _add_handler(logger,
216 def _add_handler(logger, handler=None, loglevel=None): function
/dports/math/py-sympy/sympy-1.9/sympy/matrices/expressions/
H A Dmatexpr.py92 def _add_handler(self):
/dports/devel/R-cran-gdata/gdata/inst/perl/XML/
H A DTwig.pm1523 { _add_handler( $handlers, $handler_data, $path, $prev_handler);
1530 sub _add_handler subroutine
1577 _add_handler( $handlers, $handler_data, $path, $prev_handler);
1593 _add_handler( $handlers, $handler_data, $path, $prev_handler);
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm1541 { _add_handler( $handlers, $handler_data, $path, $prev_handler);
1548 sub _add_handler subroutine
1595 _add_handler( $handlers, $handler_data, $path, $prev_handler);
1611 _add_handler( $handlers, $handler_data, $path, $prev_handler);
H A DTwig_pm.slow1541 { _add_handler( $handlers, $handler_data, $path, $prev_handler);
1548 sub _add_handler
1595 _add_handler( $handlers, $handler_data, $path, $prev_handler);
1611 _add_handler( $handlers, $handler_data, $path, $prev_handler);
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dexpr.py182 def _add_handler(self): member in Expr