Home
last modified time | relevance | path

Searched refs:env_variable (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_peer_discovery_consul/include/
H A Drabbit_peer_discovery_consul.hrl14 env_variable = "CLUSTER_NAME",
19 env_variable = "CONSUL_ACL_TOKEN",
29 env_variable = "CONSUL_SCHEME",
34 env_variable = "CONSUL_HOST",
39 env_variable = "CONSUL_PORT",
44 env_variable = "CONSUL_DOMAIN",
49 env_variable = "CONSUL_SVC",
54 env_variable = "CONSUL_SVC_ADDR",
74 env_variable = "CONSUL_SVC_PORT",
79 env_variable = "CONSUL_SVC_TTL",
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_peer_discovery_k8s/include/
H A Drabbit_peer_discovery_k8s.hrl20 env_variable = "K8S_SCHEME",
25 env_variable = "K8S_HOST",
30 env_variable = "K8S_PORT",
35 env_variable = "K8S_TOKEN_PATH",
40 env_variable = "K8S_CERT_PATH",
45 env_variable = "K8S_NAMESPACE_PATH",
50 env_variable = "K8S_SERVICE_NAME",
55 env_variable = "K8S_ADDRESS_TYPE",
60 env_variable = "K8S_HOSTNAME_SUFFIX",
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_system_variables.cc56 …riables::get_system_variable_impl(const char *cnf_option, const char *env_variable, const char *co… in get_system_variable_impl() argument
63 const char *variable_from_env = env_variable ? getenv(env_variable) : NULL; in get_system_variable_impl()
71 …ystem_variable_from_env_or_compile_opt(char *&cnf_option, const char *env_variable, const char *co… in setup_system_variable_from_env_or_compile_opt() argument
74 const char *result = get_system_variable_impl(cnf_option, env_variable, compile_option); in setup_system_variable_from_env_or_compile_opt()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_system_variables.cc56 …riables::get_system_variable_impl(const char *cnf_option, const char *env_variable, const char *co… in get_system_variable_impl() argument
63 const char *variable_from_env = env_variable ? getenv(env_variable) : NULL; in get_system_variable_impl()
71 …ystem_variable_from_env_or_compile_opt(char *&cnf_option, const char *env_variable, const char *co… in setup_system_variable_from_env_or_compile_opt() argument
74 const char *result = get_system_variable_impl(cnf_option, env_variable, compile_option); in setup_system_variable_from_env_or_compile_opt()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dxpl_system_variables.cc56 …riables::get_system_variable_impl(const char *cnf_option, const char *env_variable, const char *co… in get_system_variable_impl() argument
63 const char *variable_from_env = env_variable ? getenv(env_variable) : NULL; in get_system_variable_impl()
71 …ystem_variable_from_env_or_compile_opt(char *&cnf_option, const char *env_variable, const char *co… in setup_system_variable_from_env_or_compile_opt() argument
74 const char *result = get_system_variable_impl(cnf_option, env_variable, compile_option); in setup_system_variable_from_env_or_compile_opt()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_system_variables.cc56 …riables::get_system_variable_impl(const char *cnf_option, const char *env_variable, const char *co… in get_system_variable_impl() argument
63 const char *variable_from_env = env_variable ? getenv(env_variable) : NULL; in get_system_variable_impl()
71 …ystem_variable_from_env_or_compile_opt(char *&cnf_option, const char *env_variable, const char *co… in setup_system_variable_from_env_or_compile_opt() argument
74 const char *result = get_system_variable_impl(cnf_option, env_variable, compile_option); in setup_system_variable_from_env_or_compile_opt()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dxpl_system_variables.cc56 …riables::get_system_variable_impl(const char *cnf_option, const char *env_variable, const char *co… in get_system_variable_impl() argument
63 const char *variable_from_env = env_variable ? getenv(env_variable) : NULL; in get_system_variable_impl()
71 …ystem_variable_from_env_or_compile_opt(char *&cnf_option, const char *env_variable, const char *co… in setup_system_variable_from_env_or_compile_opt() argument
74 const char *result = get_system_variable_impl(cnf_option, env_variable, compile_option); in setup_system_variable_from_env_or_compile_opt()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dxpl_system_variables.cc56 …riables::get_system_variable_impl(const char *cnf_option, const char *env_variable, const char *co… in get_system_variable_impl() argument
63 const char *variable_from_env = env_variable ? getenv(env_variable) : NULL; in get_system_variable_impl()
71 …ystem_variable_from_env_or_compile_opt(char *&cnf_option, const char *env_variable, const char *co… in setup_system_variable_from_env_or_compile_opt() argument
74 const char *result = get_system_variable_impl(cnf_option, env_variable, compile_option); in setup_system_variable_from_env_or_compile_opt()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Denv--helper.c31 const char *env_variable = NULL; in cmd_env__helper() local
55 env_variable = argv[0]; in cmd_env__helper()
69 ret_int = git_env_bool(env_variable, default_int); in cmd_env__helper()
84 ret_ulong = git_env_ulong(env_variable, default_ulong); in cmd_env__helper()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Denv--helper.c35 const char *env_variable = NULL; in cmd_env__helper() local
60 env_variable = argv[0]; in cmd_env__helper()
74 ret_int = git_env_bool(env_variable, default_int); in cmd_env__helper()
89 ret_ulong = git_env_ulong(env_variable, default_ulong); in cmd_env__helper()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Denv--helper.c35 const char *env_variable = NULL; in cmd_env__helper() local
60 env_variable = argv[0]; in cmd_env__helper()
74 ret_int = git_env_bool(env_variable, default_int); in cmd_env__helper()
89 ret_ulong = git_env_ulong(env_variable, default_ulong); in cmd_env__helper()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Denv--helper.c35 const char *env_variable = NULL; in cmd_env__helper() local
60 env_variable = argv[0]; in cmd_env__helper()
74 ret_int = git_env_bool(env_variable, default_int); in cmd_env__helper()
89 ret_ulong = git_env_ulong(env_variable, default_ulong); in cmd_env__helper()
/dports/devel/git/git-2.34.1/builtin/
H A Denv--helper.c35 const char *env_variable = NULL; in cmd_env__helper() local
60 env_variable = argv[0]; in cmd_env__helper()
74 ret_int = git_env_bool(env_variable, default_int); in cmd_env__helper()
89 ret_ulong = git_env_ulong(env_variable, default_ulong); in cmd_env__helper()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Denv--helper.c35 const char *env_variable = NULL; in cmd_env__helper() local
60 env_variable = argv[0]; in cmd_env__helper()
74 ret_int = git_env_bool(env_variable, default_int); in cmd_env__helper()
89 ret_ulong = git_env_ulong(env_variable, default_ulong); in cmd_env__helper()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-raw/
H A Dfile-raw-utils.c41 const gchar *env_variable, in file_raw_get_executable_path() argument
58 const gchar *dt_env = env_variable ? g_getenv (env_variable) : NULL; in file_raw_get_executable_path()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_peer_discovery_common/include/
H A Drabbit_peer_discovery.hrl22 {env_variable :: string(),
28 env_variable :: string(),
/dports/devel/hyperscan/boost_1_75_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/databases/xtrabackup/boost_1_59_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/databases/percona57-server/boost_1_59_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/databases/percona57-client/boost_1_59_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/devel/boost-libs/boost_1_72_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )
/dports/devel/boost-docs/boost_1_72_0/tools/boostbook/
H A Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
78 if os.environ.has_key( env_variable ):
79 specified = os.environ[ env_variable ]
80 print " Trying %s specified in env. variable %s" % ( specified, env_variable )
84 print "Cannot find %s specified in env. variable %s" % ( specified, env_variable )

1234