Home
last modified time | relevance | path

Searched defs:dispatch_args (Results 1 – 24 of 24) sorted by relevance

/dports/devel/p5-Test-WWW-Mechanize-CGIApp/Test-WWW-Mechanize-CGIApp-0.05/t/lib/
H A DMyDispatch.pm5 sub dispatch_args { subroutine
/dports/www/p5-CGI-Application-Dispatch/CGI-Application-Dispatch-3.12/t/lib/MyApp/
H A DDispatchTable.pm4 sub dispatch_args { subroutine
H A DDispatchTablePSGI.pm4 sub dispatch_args { subroutine
H A DDispatchRest.pm4 sub dispatch_args { subroutine
/dports/www/p5-CGI-Application-Server/CGI-Application-Server-0.063/t/lib/MyCGIApp/
H A DDispatch.pm7 sub dispatch_args { subroutine
/dports/www/p5-CGI-Application-Dispatch/CGI-Application-Dispatch-3.12/lib/CGI/Application/Dispatch/
H A DRegexp.pm113 sub dispatch_args { subroutine
H A DPSGI.pm528 sub dispatch_args { subroutine
/dports/www/p5-CGI-Application-Dispatch-Server/CGI-Application-Dispatch-Server-0.53/lib/CGI/Application/Dispatch/
H A DServer.pm51 sub dispatch_args { subroutine
/dports/www/p5-CGI-Application-Dispatch/CGI-Application-Dispatch-3.12/lib/CGI/Application/
H A DDispatch.pm866 sub dispatch_args { subroutine
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/
H A Ddecorator.py298 def dispatch_on(*dispatch_args):
374 def _dispatch(dispatch_args, *args, **kw): argument
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/renderers/anki/
H A Ddecorator.py324 def dispatch_on(*dispatch_args):
401 def _dispatch(dispatch_args, *args, **kw): argument
/dports/devel/py-invoke/invoke-1.6.0/invoke/vendor/
H A Ddecorator.py312 def dispatch_on(*dispatch_args):
389 def _dispatch(dispatch_args, *args, **kw): argument
/dports/net-mgmt/py-prometheus-client/client_python-0.12.0/prometheus_client/
H A Ddecorator.py324 def dispatch_on(*dispatch_args):
402 def _dispatch(dispatch_args, *args, **kw): argument
/dports/devel/py-decorator4/decorator-4.4.2/src/
H A Ddecorator.py352 def dispatch_on(*dispatch_args):
429 def _dispatch(dispatch_args, *args, **kw): argument
/dports/devel/py-decorator/decorator-5.1.0/src/
H A Ddecorator.py349 def dispatch_on(*dispatch_args):
426 def _dispatch(dispatch_args, *args, **kw): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/bindings/
H A Devent_emitter_unittest.cc117 v8::Local<v8::Value> dispatch_args[] = {v8_event}; in TEST_F() local
H A Dapi_event_handler_unittest.cc847 v8::Local<v8::Value> dispatch_args[] = { in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/bindings/
H A Devent_emitter_unittest.cc117 v8::Local<v8::Value> dispatch_args[] = {v8_event}; in TEST_F() local
H A Dapi_event_handler_unittest.cc848 v8::Local<v8::Value> dispatch_args[] = { in TEST_F() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dfunction_test.cc217 std::vector<ValueDescr> dispatch_args = {ValueDescr::Array(int8())}; in TEST() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dfunction_test.cc217 std::vector<ValueDescr> dispatch_args = {ValueDescr::Array(int8())}; in TEST() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dfunction_test.cc334 std::vector<ValueDescr> dispatch_args = {ValueDescr::Array(int8())}; in TEST() local
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dutilities.r322 dispatch_args <- function(f, ...) { function
/dports/devel/template-glib/template-glib-3.34.0/src/
H A Dtmpl-expr-eval.c682 GIArgument *dispatch_args = NULL; in tmpl_expr_gi_call_eval() local