Home
last modified time | relevance | path

Searched refs:store_module (Results 1 – 15 of 15) sorted by relevance

/dports/www/p5-CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.23/lib/CGI/Application/Plugin/
H A DAuthentication.pm1134 my ($store_module, @store_config);
1135 …($store_module, @store_config) = @{ $config->{STORE} } if $config->{STORE} && ref $config->{STORE}…
1136 if (!$store_module) {
1140 ($store_module, @store_config) = ( 'Session' );
1143 ($store_module, @store_config) = ( 'Cookie' );
1149 'CGI::Application::Plugin::Authentication::Store::' . $store_module,
1150 $store_module
1151 ) || die "Store $store_module can not be found";
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_mqtt/src/
H A Drabbit_mqtt_retainer_sup.erl29 start_child(rabbit_mqtt_retainer:store_module(), VHost).
44 Mod = rabbit_mqtt_retainer:store_module(),
H A Drabbit_mqtt_retainer.erl17 -export([retain/3, fetch/2, clear/2, store_module/0]).
59 store_module() -> function
/dports/devel/p5-Devel-Cover/Devel-Cover-1.36/
H A DCover.xs440 static void store_module(pTHX) { in store_module() function
1102 if (MY_CXT.covering && collecting_here(aTHX)) store_module(aTHX); in dc_require()
1299 store_module(aTHX); in runops_cover()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_iload.erl58 store_module(Mod, File, Binary, Db),
66 store_module(Mod, File, Binary, Db) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_iload.erl58 store_module(Mod, File, Binary, Db),
66 store_module(Mod, File, Binary, Db) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/src/
H A Ddbg_iload.erl58 store_module(Mod, File, Binary, Db),
66 store_module(Mod, File, Binary, Db) -> function
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Denv.ml1474 env := store_module ~check:false None id (Pident id) md !env !env;
1634 and store_module ~check slot id path md env renv = var
1713 let env = store_module ~check None id path md env env in
1751 (* let (id, env) = enter store_module name md env in
1798 store_module ~check:false slot (Ident.hide id) p mty env env0
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Denv.ml1474 env := store_module ~check:false None id (Pident id) md !env !env;
1634 and store_module ~check slot id path md env renv = var
1713 let env = store_module ~check None id path md env env in
1751 (* let (id, env) = enter store_module name md env in
1798 store_module ~check:false slot (Ident.hide id) p mty env env0
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl58 store_module(Mod, File, Binary, Db),
66 store_module(Mod, File, Binary, Db) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl58 store_module(Mod, File, Binary, Db),
66 store_module(Mod, File, Binary, Db) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl58 store_module(Mod, File, Binary, Db),
66 store_module(Mod, File, Binary, Db) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl58 store_module(Mod, File, Binary, Db),
66 store_module(Mod, File, Binary, Db) -> function
/dports/games/angband/Angband-4.2.2/src/
H A Dstore.c385 struct init_module store_module = { variable
H A Dinit.c3803 extern struct init_module store_module;
3820 &store_module,