Home
last modified time | relevance | path

Searched refs:push_handlers (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/www/mod_perl2/mod_perl-2.0.11/t/hooks/TestHooks/
H A Dpush_handlers.pm2 package TestHooks::push_handlers;
20 $r->push_handlers(PerlResponseHandler => \&coderef);
21 $r->push_handlers(PerlResponseHandler =>
22 \&TestHooks::push_handlers::full_coderef);
24 $r->push_handlers(PerlResponseHandler =>
27 $r->push_handlers(PerlResponseHandler =>
30 $r->push_handlers(PerlResponseHandler =>
36 $r->push_handlers(PerlResponseHandler => \&end);
65 PerlHeaderParserHandler TestHooks::push_handlers
66 PerlResponseHandler TestHooks::push_handlers::conf
[all …]
H A Dhookrun.pm47 $r->push_handlers(PerlTransHandler => \&any);
48 $r->push_handlers(PerlMapToStorageHandler => \&any);
49 $r->push_handlers(PerlHeaderParserHandler => \&any);
50 $r->push_handlers(PerlAccessHandler => \&any);
51 $r->push_handlers(PerlAuthenHandler => \&any);
52 $r->push_handlers(PerlAuthzHandler => \&any);
53 $r->push_handlers(PerlTypeHandler => \&any);
54 $r->push_handlers(PerlFixupHandler => \&any);
55 $r->push_handlers(PerlLogHandler => \&any);
H A Dpush_handlers_anon.pm50 $s->push_handlers(PerlFixupHandler =>
52 $s->push_handlers(PerlFixupHandler =>
54 $s->push_handlers(PerlFixupHandler =>
H A Dstacked_handlers2.pm60 sub push_handlers { subroutine
64 $r->push_handlers(PerlFixupHandler => \&ok);
195 PerlFixupHandler TestHooks::stacked_handlers2::push_handlers
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/unit/
H A Dtest_events.py66 dispatcher.push_handlers(mock_handler)
73 dispatcher.push_handlers(mock_event=mock_handler)
80 dispatcher.push_handlers(mock_instance_handler)
94 dispatcher.push_handlers()
193 dispatcher.push_handlers(handler.mock_event)
204 dispatcher.push_handlers(handler)
212 dispatcher.push_handlers(handler.mock_event)
/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/unit/
H A Dtest_events.py65 dispatcher.push_handlers(mock_handler)
72 dispatcher.push_handlers(mock_event=mock_handler)
79 dispatcher.push_handlers(mock_instance_handler)
93 dispatcher.push_handlers()
193 dispatcher.push_handlers(handler.mock_event)
205 dispatcher.push_handlers(handler)
214 dispatcher.push_handlers(handler.mock_event)
/dports/graphics/py-glooey/glooey-0.3.3/tests/buttons/
H A Ddemo_button.py55 button.push_handlers(on_click, on_double_click)
83 button.push_handlers(on_click, on_double_click)
88 button.push_handlers(on_click, on_double_click)
93 button.push_handlers(on_click, on_double_click)
98 button.push_handlers(on_click, on_double_click)
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/interactive/window/
H A Dtest_window_settings.py53 w.push_handlers(self)
93 w.push_handlers(self)
131 w.push_handlers(self)
223 w.push_handlers(self)
263 w.push_handlers(self)
292 w.push_handlers(self)
357 w.push_handlers(self)
391 w.push_handlers(self)
431 w.push_handlers(self)
512 self.w1.push_handlers(self)
[all …]
H A Dtest_window_fullscreen.py69 w.push_handlers(self)
70 w.push_handlers(WindowEventLogger())
109 self.w.push_handlers(self)
110 self.w.push_handlers(WindowEventLogger())
H A Dtest_window_events.py56 w.push_handlers(self)
516 w.push_handlers(self)
540 w.push_handlers(self)
565 w.push_handlers(self)
589 w.push_handlers(WindowEventLogger())
617 w.push_handlers(self)
668 w.push_handlers(self)
701 w.push_handlers(self)
728 w.push_handlers(self)
/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/interactive/window/
H A Dtest_window_settings.py53 w.push_handlers(self)
93 w.push_handlers(self)
131 w.push_handlers(self)
223 w.push_handlers(self)
263 w.push_handlers(self)
292 w.push_handlers(self)
357 w.push_handlers(self)
391 w.push_handlers(self)
431 w.push_handlers(self)
512 self.w1.push_handlers(self)
[all …]
H A Dtest_window_fullscreen.py69 w.push_handlers(self)
70 w.push_handlers(WindowEventLogger())
109 self.w.push_handlers(self)
110 self.w.push_handlers(WindowEventLogger())
H A Dtest_window_events.py56 w.push_handlers(self)
516 w.push_handlers(self)
540 w.push_handlers(self)
565 w.push_handlers(self)
589 w.push_handlers(WindowEventLogger())
617 w.push_handlers(self)
668 w.push_handlers(self)
701 w.push_handlers(self)
728 w.push_handlers(self)
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/integration/window/
H A Dtest_event_sequence.py16 w.push_handlers(self)
89 win.push_handlers(self)
116 win.push_handlers(self)
141 win.push_handlers(self)
165 win.push_handlers(self)
189 win.push_handlers(self)
/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/integration/window/
H A Dtest_event_sequence.py16 w.push_handlers(self)
89 win.push_handlers(self)
116 win.push_handlers(self)
141 win.push_handlers(self)
165 win.push_handlers(self)
189 win.push_handlers(self)
/dports/graphics/py-glooey/glooey-0.3.3/glooey/
H A Ddialogs.py65 new_button.push_handlers(on_click=on_click)
79 self._ok_button.push_handlers(on_click=self.on_click_ok)
108 self._yes_button.push_handlers(on_click=self.on_click_yes)
110 self._no_button.push_handlers(on_click=self.on_click_no)
/dports/www/p5-Apache-DBI/Apache-DBI-1.12/lib/Apache/
H A DDBI.pm64 $s->push_handlers(PerlChildInitHandler => \&childinit);
72 Apache->push_handlers(PerlChildInitHandler => \&childinit);
156 $s->push_handlers(PerlChildExitHandler => \&childexit);
176 $r->push_handlers("PerlCleanupHandler", sub { cleanup($Idx) });
/dports/graphics/evince/evince-41.3/backend/tiff/
H A Dtiff-document.c67 push_handlers (void) in push_handlers() function
93 push_handlers (); in tiff_document_load()
157 push_handlers (); in tiff_document_get_n_pages()
207 push_handlers (); in tiff_document_get_page_size()
243 push_handlers (); in tiff_document_render()
353 push_handlers (); in tiff_document_get_thumbnail()
/dports/graphics/py-pyglet/pyglet-1.5.21/doc/programming_guide/
H A Devents.rst85 use the :py:meth:`~pyglet.event.EventDispatcher.push_handlers` method::
91 window.push_handlers(on_key_press)
110 window.push_handlers(on_key_press)
127 window.push_handlers(on_key_press, on_mouse_press)
134 :py:meth:`~pyglet.event.EventDispatcher.push_handlers`) is popped.
153 window.push_handlers(game_handlers)
166 dispatcher.push_handlers(MyHandlerClass())
172 dispatcher.push_handlers(my_handler_instance)
219 widget.push_handlers(on_clicked=override_on_clicked)
257 subject.push_handlers(self)
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/lib/Devel/NYTProf/
H A DApache.pm82 Apache->push_handlers(PerlChildInitHandler => \&child_init);
83 Apache->push_handlers(PerlChildExitHandler => \&child_exit);
/dports/graphics/py-glooey/glooey-0.3.3/tests/themes/kenney/
H A Ddemo_round_button.py21 button.push_handlers(on_click)
38 button.push_handlers(on_click)
/dports/print/xreader/xreader-3.2.2/backend/tiff/
H A Dtiff-document.c71 push_handlers (void) in push_handlers() function
97 push_handlers (); in tiff_document_load()
148 push_handlers (); in tiff_document_get_n_pages()
196 push_handlers (); in tiff_document_get_page_size()
231 push_handlers (); in tiff_document_render()
335 push_handlers (); in tiff_document_render_pixbuf()
/dports/graphics/atril-lite/atril-1.26.0/backend/tiff/
H A Dtiff-document.c71 push_handlers (void) in push_handlers() function
97 push_handlers (); in tiff_document_load()
148 push_handlers (); in tiff_document_get_n_pages()
196 push_handlers (); in tiff_document_get_page_size()
231 push_handlers (); in tiff_document_render()
340 push_handlers (); in tiff_document_render_pixbuf()
/dports/graphics/atril/atril-1.26.0/backend/tiff/
H A Dtiff-document.c71 push_handlers (void) in push_handlers() function
97 push_handlers (); in tiff_document_load()
148 push_handlers (); in tiff_document_get_n_pages()
196 push_handlers (); in tiff_document_get_page_size()
231 push_handlers (); in tiff_document_render()
340 push_handlers (); in tiff_document_render_pixbuf()
/dports/www/p5-Apache-DB/Apache-DB-0.18/lib/Apache/
H A DDProf.pm55 Apache2::ServerUtil->server->push_handlers(
60 Apache->push_handlers(PerlChildInitHandler => \&handler);

12345678