Home
last modified time | relevance | path

Searched refs:set_env (Results 1 – 25 of 1602) sorted by relevance

12345678910>>...65

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dgui.c381 set_env("X11VNC_CONNECT", "1"); in run_gui()
454 set_env("PATH", full_path); in run_gui()
455 set_env("DISPLAY", gui_xdisplay); in run_gui()
458 set_env("X11VNC_WISHCMD", wish); in run_gui()
460 set_env("X11VNC_SIMPLE_GUI", "1"); in run_gui()
469 set_env("X11VNC_STARTED", "1"); in run_gui()
472 set_env("X11VNC_ICON_MODE", "1"); in run_gui()
689 set_env("XAUTHORITY", auth_file); in do_gui()
696 set_env("XAUTHORITY", ""); in do_gui()
834 set_env("X11VNC_GOT_SSL", "1"); in do_gui()
[all …]
/dports/devel/monotone/monotone-1.1/test/func/importing_files_with_non-english_names/
H A D__driver__.lua43 set_env("LANG", "en_US.utf-8")
44 set_env("CHARSET", "UTF-8")
52 set_env("LANG", "en_US.utf-8")
53 set_env("CHARSET", "UTF-8")
77 set_env("LANG", "de_DE.iso-8859-1")
78 set_env("CHARSET", "iso-8859-1")
104 set_env("LANG", "ja_JP.euc-jp")
105 set_env("CHARSET", "euc-jp")
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/test/
H A Dmemsup_SUITE.erl319 ok = application:set_env(os_mon, memsup_system_only, true),
455 ok = application:set_env(os_mon, memory_check_interval, 2),
461 ok = application:set_env(os_mon, memsup_system_only, true),
478 ok = application:set_env(os_mon, memsup_system_only, arne),
489 ok = application:set_env(os_mon, memory_check_interval, 1),
503 ok = application:set_env(os_mon, start_memsup, false),
508 ok = application:set_env(os_mon, memsup_system_only, true),
523 ok = application:set_env(os_mon, start_memsup, true),
652 ok = application:set_env(os_mon,
661 ok = application:set_env(os_mon,
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dapplication.erl28 -export([set_env/1, set_env/2, set_env/3, set_env/4, unset_env/2, unset_env/3]).
282 -spec set_env(Config) -> 'ok' when
287 set_env(Config) when is_list(Config) -> function
288 set_env(Config, []).
290 -spec set_env(Config, Opts) -> 'ok' when
297 case application_controller:set_env(Config, Opts) of
302 -spec set_env(Application, Par, Val) -> 'ok' when
307 set_env(Application, Key, Val) -> function
310 -spec set_env(Application, Par, Val, Opts) -> 'ok' when
316 set_env(Application, Key, Val, infinity) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dapplication.erl28 -export([set_env/1, set_env/2, set_env/3, set_env/4, unset_env/2, unset_env/3]).
282 -spec set_env(Config) -> 'ok' when
287 set_env(Config) when is_list(Config) -> function
288 set_env(Config, []).
290 -spec set_env(Config, Opts) -> 'ok' when
297 case application_controller:set_env(Config, Opts) of
302 -spec set_env(Application, Par, Val) -> 'ok' when
307 set_env(Application, Key, Val) -> function
310 -spec set_env(Application, Par, Val, Opts) -> 'ok' when
316 set_env(Application, Key, Val, infinity) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dapplication.erl28 -export([set_env/1, set_env/2, set_env/3, set_env/4, unset_env/2, unset_env/3]).
282 -spec set_env(Config) -> 'ok' when
287 set_env(Config) when is_list(Config) -> function
288 set_env(Config, []).
290 -spec set_env(Config, Opts) -> 'ok' when
297 case application_controller:set_env(Config, Opts) of
302 -spec set_env(Application, Par, Val) -> 'ok' when
307 set_env(Application, Key, Val) -> function
310 -spec set_env(Application, Par, Val, Opts) -> 'ok' when
316 set_env(Application, Key, Val, infinity) -> function
[all …]
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_start.erl21 application:set_env(wings, halt, false),
25 application:set_env(wings, args, Args),
26 application:set_env(wings, halt, false),
30 application:set_env(wings, halt, true),
34 application:set_env(wings, args, Args),
35 application:set_env(wings, halt, true),
40 application:set_env(kernel, error_logger_format_depth, 50),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/sasl/test/
H A Dsasl_SUITE.erl45 application:set_env(kernel,logger_sasl_compatible,true),
51 application:set_env(kernel,logger_sasl_compatible,X);
177 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
180 ok = application:set_env(sasl,error_logger_mf_maxbytes,"xx"),
186 ok = application:set_env(sasl,error_logger_mf_maxfiles,"xx"),
189 ok = application:set_env(sasl,error_logger_mf_maxfiles,2),
193 ok = application:set_env(sasl,error_logger_mf_dir,xx),
196 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
214 ok = application:set_env(sasl,sasl_error_logger, tty,
219 ok = application:set_env(sasl, sasl_error_logger, Arg,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl45 application:set_env(kernel,logger_sasl_compatible,true),
51 application:set_env(kernel,logger_sasl_compatible,X);
177 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
180 ok = application:set_env(sasl,error_logger_mf_maxbytes,"xx"),
186 ok = application:set_env(sasl,error_logger_mf_maxfiles,"xx"),
189 ok = application:set_env(sasl,error_logger_mf_maxfiles,2),
193 ok = application:set_env(sasl,error_logger_mf_dir,xx),
196 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
214 ok = application:set_env(sasl,sasl_error_logger, tty,
219 ok = application:set_env(sasl, sasl_error_logger, Arg,
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/sasl/test/
H A Dsasl_SUITE.erl43 application:set_env(kernel,logger_sasl_compatible,true),
49 application:set_env(kernel,logger_sasl_compatible,X);
175 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
178 ok = application:set_env(sasl,error_logger_mf_maxbytes,"xx"),
184 ok = application:set_env(sasl,error_logger_mf_maxfiles,"xx"),
187 ok = application:set_env(sasl,error_logger_mf_maxfiles,2),
191 ok = application:set_env(sasl,error_logger_mf_dir,xx),
194 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
212 ok = application:set_env(sasl,sasl_error_logger, tty,
217 ok = application:set_env(sasl, sasl_error_logger, Arg,
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/sasl/test/
H A Dsasl_SUITE.erl43 application:set_env(kernel,logger_sasl_compatible,true),
49 application:set_env(kernel,logger_sasl_compatible,X);
175 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
178 ok = application:set_env(sasl,error_logger_mf_maxbytes,"xx"),
184 ok = application:set_env(sasl,error_logger_mf_maxfiles,"xx"),
187 ok = application:set_env(sasl,error_logger_mf_maxfiles,2),
191 ok = application:set_env(sasl,error_logger_mf_dir,xx),
194 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
212 ok = application:set_env(sasl,sasl_error_logger, tty,
217 ok = application:set_env(sasl, sasl_error_logger, Arg,
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl45 application:set_env(kernel,logger_sasl_compatible,true),
51 application:set_env(kernel,logger_sasl_compatible,X);
177 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
180 ok = application:set_env(sasl,error_logger_mf_maxbytes,"xx"),
186 ok = application:set_env(sasl,error_logger_mf_maxfiles,"xx"),
189 ok = application:set_env(sasl,error_logger_mf_maxfiles,2),
193 ok = application:set_env(sasl,error_logger_mf_dir,xx),
196 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
214 ok = application:set_env(sasl,sasl_error_logger, tty,
219 ok = application:set_env(sasl, sasl_error_logger, Arg,
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl45 application:set_env(kernel,logger_sasl_compatible,true),
51 application:set_env(kernel,logger_sasl_compatible,X);
177 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
180 ok = application:set_env(sasl,error_logger_mf_maxbytes,"xx"),
186 ok = application:set_env(sasl,error_logger_mf_maxfiles,"xx"),
189 ok = application:set_env(sasl,error_logger_mf_maxfiles,2),
193 ok = application:set_env(sasl,error_logger_mf_dir,xx),
196 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
214 ok = application:set_env(sasl,sasl_error_logger, tty,
219 ok = application:set_env(sasl, sasl_error_logger, Arg,
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl45 application:set_env(kernel,logger_sasl_compatible,true),
51 application:set_env(kernel,logger_sasl_compatible,X);
177 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
180 ok = application:set_env(sasl,error_logger_mf_maxbytes,"xx"),
186 ok = application:set_env(sasl,error_logger_mf_maxfiles,"xx"),
189 ok = application:set_env(sasl,error_logger_mf_maxfiles,2),
193 ok = application:set_env(sasl,error_logger_mf_dir,xx),
196 ok = application:set_env(sasl,error_logger_mf_dir,LogDir),
214 ok = application:set_env(sasl,sasl_error_logger, tty,
219 ok = application:set_env(sasl, sasl_error_logger, Arg,
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/test/
H A Dmemsup_SUITE.erl327 ok = application:set_env(os_mon, memsup_system_only, true),
463 ok = application:set_env(os_mon, memory_check_interval, 2),
469 ok = application:set_env(os_mon, memsup_system_only, true),
486 ok = application:set_env(os_mon, memsup_system_only, arne),
497 ok = application:set_env(os_mon, memory_check_interval, 1),
511 ok = application:set_env(os_mon, start_memsup, false),
516 ok = application:set_env(os_mon, memsup_system_only, true),
531 ok = application:set_env(os_mon, start_memsup, true),
660 ok = application:set_env(os_mon,
669 ok = application:set_env(os_mon,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/test/
H A Dmemsup_SUITE.erl324 ok = application:set_env(os_mon, memsup_system_only, true),
460 ok = application:set_env(os_mon, memory_check_interval, 2),
466 ok = application:set_env(os_mon, memsup_system_only, true),
483 ok = application:set_env(os_mon, memsup_system_only, arne),
494 ok = application:set_env(os_mon, memory_check_interval, 1),
508 ok = application:set_env(os_mon, start_memsup, false),
513 ok = application:set_env(os_mon, memsup_system_only, true),
528 ok = application:set_env(os_mon, start_memsup, true),
657 ok = application:set_env(os_mon,
666 ok = application:set_env(os_mon,
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/test/
H A Dmemsup_SUITE.erl327 ok = application:set_env(os_mon, memsup_system_only, true),
463 ok = application:set_env(os_mon, memory_check_interval, 2),
469 ok = application:set_env(os_mon, memsup_system_only, true),
486 ok = application:set_env(os_mon, memsup_system_only, arne),
497 ok = application:set_env(os_mon, memory_check_interval, 1),
511 ok = application:set_env(os_mon, start_memsup, false),
516 ok = application:set_env(os_mon, memsup_system_only, true),
531 ok = application:set_env(os_mon, start_memsup, true),
660 ok = application:set_env(os_mon,
669 ok = application:set_env(os_mon,
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/test/
H A Dmemsup_SUITE.erl324 ok = application:set_env(os_mon, memsup_system_only, true),
460 ok = application:set_env(os_mon, memory_check_interval, 2),
466 ok = application:set_env(os_mon, memsup_system_only, true),
483 ok = application:set_env(os_mon, memsup_system_only, arne),
494 ok = application:set_env(os_mon, memory_check_interval, 1),
508 ok = application:set_env(os_mon, start_memsup, false),
513 ok = application:set_env(os_mon, memsup_system_only, true),
528 ok = application:set_env(os_mon, start_memsup, true),
657 ok = application:set_env(os_mon,
666 ok = application:set_env(os_mon,
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/os_mon/test/
H A Dmemsup_SUITE.erl324 ok = application:set_env(os_mon, memsup_system_only, true),
460 ok = application:set_env(os_mon, memory_check_interval, 2),
466 ok = application:set_env(os_mon, memsup_system_only, true),
483 ok = application:set_env(os_mon, memsup_system_only, arne),
494 ok = application:set_env(os_mon, memory_check_interval, 1),
508 ok = application:set_env(os_mon, start_memsup, false),
513 ok = application:set_env(os_mon, memsup_system_only, true),
528 ok = application:set_env(os_mon, start_memsup, true),
657 ok = application:set_env(os_mon,
666 ok = application:set_env(os_mon,
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/test/
H A Dmemsup_SUITE.erl324 ok = application:set_env(os_mon, memsup_system_only, true),
460 ok = application:set_env(os_mon, memory_check_interval, 2),
466 ok = application:set_env(os_mon, memsup_system_only, true),
483 ok = application:set_env(os_mon, memsup_system_only, arne),
494 ok = application:set_env(os_mon, memory_check_interval, 1),
508 ok = application:set_env(os_mon, start_memsup, false),
513 ok = application:set_env(os_mon, memsup_system_only, true),
528 ok = application:set_env(os_mon, start_memsup, true),
657 ok = application:set_env(os_mon,
666 ok = application:set_env(os_mon,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dapplication.erl28 -export([set_env/1, set_env/2, set_env/3, set_env/4, unset_env/2, unset_env/3]).
319 -spec set_env(Config) -> 'ok' when
324 set_env(Config) when is_list(Config) -> function
325 set_env(Config, []).
327 -spec set_env(Config, Opts) -> 'ok' when
334 case application_controller:set_env(Config, Opts) of
339 -spec set_env(Application, Par, Val) -> 'ok' when
344 set_env(Application, Key, Val) -> function
347 -spec set_env(Application, Par, Val, Opts) -> 'ok' when
353 set_env(Application, Key, Val, infinity) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dapplication.erl28 -export([set_env/1, set_env/2, set_env/3, set_env/4, unset_env/2, unset_env/3]).
319 -spec set_env(Config) -> 'ok' when
324 set_env(Config) when is_list(Config) -> function
325 set_env(Config, []).
327 -spec set_env(Config, Opts) -> 'ok' when
334 case application_controller:set_env(Config, Opts) of
339 -spec set_env(Application, Par, Val) -> 'ok' when
344 set_env(Application, Key, Val) -> function
347 -spec set_env(Application, Par, Val, Opts) -> 'ok' when
353 set_env(Application, Key, Val, infinity) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dapplication.erl28 -export([set_env/1, set_env/2, set_env/3, set_env/4, unset_env/2, unset_env/3]).
319 -spec set_env(Config) -> 'ok' when
324 set_env(Config) when is_list(Config) -> function
325 set_env(Config, []).
327 -spec set_env(Config, Opts) -> 'ok' when
334 case application_controller:set_env(Config, Opts) of
339 -spec set_env(Application, Par, Val) -> 'ok' when
344 set_env(Application, Key, Val) -> function
347 -spec set_env(Application, Par, Val, Opts) -> 'ok' when
353 set_env(Application, Key, Val, infinity) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dapplication.erl28 -export([set_env/1, set_env/2, set_env/3, set_env/4, unset_env/2, unset_env/3]).
319 -spec set_env(Config) -> 'ok' when
324 set_env(Config) when is_list(Config) -> function
325 set_env(Config, []).
327 -spec set_env(Config, Opts) -> 'ok' when
334 case application_controller:set_env(Config, Opts) of
339 -spec set_env(Application, Par, Val) -> 'ok' when
344 set_env(Application, Key, Val) -> function
347 -spec set_env(Application, Par, Val, Opts) -> 'ok' when
353 set_env(Application, Key, Val, infinity) -> function
[all …]
/dports/devel/erlang-lager/lager-3.2.4/test/
H A Dlager_manager_killer_test.erl20 application:set_env(lager, handlers, [{lager_slow_backend, [{delay, Delay}]}]),
21 application:set_env(lager, async_threshold, undefined),
22 application:set_env(lager, error_logger_redirect, true),
23 application:set_env(lager, killer_hwm, KillerHWM),
24 application:set_env(lager, killer_reinstall_after, KillerReinstallAfter),
57 application:set_env(lager, handlers, []),
58 application:set_env(lager, extra_sinks, [{?TEST_SINK_EVENT, [
64 application:set_env(lager, error_logger_redirect, true),

12345678910>>...65