Home
last modified time | relevance | path

Searched refs:get_env_vars (Results 1 – 22 of 22) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/examples/bashcompletion/
H A Dbashcompletion.py10 def get_env_vars(ctx, args, incomplete): function
18 @click.argument("envvar", type=click.STRING, autocompletion=get_env_vars)
/dports/devel/py-click7/click-7.1.2/examples/bashcompletion/
H A Dbashcompletion.py11 def get_env_vars(ctx, args, incomplete): function
19 @click.argument("envvar", type=click.STRING, autocompletion=get_env_vars)
/dports/devel/py-click/click-8.0.3/examples/completion/
H A Dcompletion.py18 def get_env_vars(ctx, param, incomplete): function
25 @click.argument("envvar", shell_complete=get_env_vars)
/dports/databases/p5-DBIx-Class-Schema-Config/DBIx-Class-Schema-Config-0.001008/lib/DBIx/Class/Schema/
H A DConfig.pm82 sub get_env_vars { subroutine
93 __PACKAGE__->config_paths([( get_env_vars(), './dbic', File::HomeDir->my_home . '/.dbic', '/etc/dbi…
/dports/audio/rhvoice/RHVoice-1.2.4/site_scons/site_tools/
H A Dxp_compat.py43 def get_env_vars(sdk_dir,arch): function
60 vars=get_env_vars(sdk_dir,arch)
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/variables/
H A Dfinders.py26 from robot.utils import (get_env_var, get_env_vars, get_error_message,
152 candidates.update(get_env_vars())
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Denv_vars.hh12 EnvVarMap get_env_vars();
H A Denv_vars.cc10 EnvVarMap get_env_vars() in get_env_vars() function
H A Dmain.cc705 RemoteClient client{session, name, make_ui(ui_type), getpid(), get_env_vars(), in run_client()
854 … create_local_ui(ui_type), getpid(), {}, get_env_vars(), client_init, std::move(init_coord), in run_server()
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/utils/
H A Drobotenv.py41 def get_env_vars(upper=os.sep != '/'): function
H A D__init__.py58 from .robotenv import get_env_var, set_env_var, del_env_var, get_env_vars
/dports/astro/kosmorro/kosmorro-0.10.7/_kosmorro/
H A Denvironment.py43 def get_env_vars() -> Environment: function
H A Dmain.py38 env_vars = environment.get_env_vars()
/dports/devel/kyua/kyua-0.13/store/
H A Dread_transaction.cpp76 get_env_vars(sqlite::database& db) in get_env_vars() function
509 get_env_vars(_pimpl->_db)); in get_context()
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/src/
H A Dgs-job.c257 get_env_vars (GtkWidget *widget) in get_env_vars() function
335 env = get_env_vars (widget); in spawn_on_widget()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/docs/
H A Dbashcomplete.rst48 def get_env_vars(ctx, args, incomplete):
52 @click.argument("envvar", type=click.STRING, autocompletion=get_env_vars)
/dports/devel/py-click7/click-7.1.2/docs/
H A Dbashcomplete.rst47 def get_env_vars(ctx, args, incomplete):
51 @click.argument("envvar", type=click.STRING, autocompletion=get_env_vars)
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dgs-job.c268 get_env_vars (GtkWidget *widget) { in get_env_vars() function
339 env = get_env_vars (widget); in spawn_on_widget()
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/apps/
H A Dwinhpcjob.py214 root.append(self.get_env_vars())
217 def get_env_vars(self): member in WinHPCTask
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/libraries/
H A DOperatingSystem.py28 get_env_var, get_env_vars, get_time, is_truthy,
1042 return get_env_vars()
1050 variables = get_env_vars()
/dports/science/cdo/cdo-2.0.0/src/
H A Dcdo.cc646 get_env_vars() in get_env_vars() function
1415 get_env_vars(); in main()
/dports/net-mgmt/check_multi/check_multi-0.26/plugins/
H A Dcheck_multi.in1373 sub get_env_vars {
3219 DEBUG4("MULTI Environment (sorted):\n\t".join("\n\t",get_env_vars('^MULTI')));
3220 DEBUG4("${NAGIOS} Environment (sorted):\n\t".join("\n\t",get_env_vars('^$\{NAGIOS\}')));