Home
last modified time | relevance | path

Searched refs:convert_config (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmpa_app.erl38 -export([convert_config/0, convert_config/1]).
44 convert_config() -> function
46 convert_config( application:get_all_env(snmp) ).
48 convert_config(Opts) -> function
123 snmp_app_sup:start_agent(Type, convert_config()).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmpa_app.erl38 -export([convert_config/0, convert_config/1]).
44 convert_config() -> function
46 convert_config( application:get_all_env(snmp) ).
48 convert_config(Opts) -> function
123 snmp_app_sup:start_agent(Type, convert_config()).
H A Dsnmpa.erl79 convert_config/1,
168 convert_config(Opts) -> function
169 snmpa_app:convert_config(Opts).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_app.erl38 -export([convert_config/0, convert_config/1]).
44 convert_config() -> function
46 convert_config( application:get_all_env(snmp) ).
48 convert_config(Opts) -> function
123 snmp_app_sup:start_agent(Type, convert_config()).
H A Dsnmpa.erl79 convert_config/1,
165 convert_config(Opts) -> function
166 snmpa_app:convert_config(Opts).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmpa_app.erl38 -export([convert_config/0, convert_config/1]).
44 convert_config() -> function
46 convert_config( application:get_all_env(snmp) ).
48 convert_config(Opts) -> function
121 snmp_app_sup:start_agent(Type, convert_config()).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_app.erl38 -export([convert_config/0, convert_config/1]).
44 convert_config() -> function
46 convert_config( application:get_all_env(snmp) ).
48 convert_config(Opts) -> function
123 snmp_app_sup:start_agent(Type, convert_config()).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_app.erl38 -export([convert_config/0, convert_config/1]).
44 convert_config() -> function
46 convert_config( application:get_all_env(snmp) ).
48 convert_config(Opts) -> function
123 snmp_app_sup:start_agent(Type, convert_config()).
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_app.erl38 -export([convert_config/0, convert_config/1]).
44 convert_config() -> function
46 convert_config( application:get_all_env(snmp) ).
48 convert_config(Opts) -> function
123 snmp_app_sup:start_agent(Type, convert_config()).
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_convert.php1191 static $convert_config;
1194 if (isset($convert_config))
1196 return $convert_config;
1221 $convert_config = array();
1252 $convert_config = $convert_config[$convert->config_schema['array_name']];
1257 $convert_config = $row;
1264 if (!sizeof($convert_config))
1269 return $convert_config;
1280 $convert_config = get_config();
1294 $config_value = (isset($convert_config[$src])) ? $convert_config[$src] : '';
[all …]
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_convert.php1181 static $convert_config;
1184 if (isset($convert_config))
1186 return $convert_config;
1211 $convert_config = array();
1243 $convert_config = $convert_config[$convert->config_schema['array_name']];
1248 $convert_config = $row;
1255 if (!count($convert_config))
1260 return $convert_config;
1271 $convert_config = get_config();
1287 $config_value = (isset($convert_config[$src])) ? $convert_config[$src] : '';
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/ktest/
H A Dconfig-bisect.pl429 sub convert_config { subroutine
443 $config = convert_config $config;
450 $good_config = convert_config $good_config;
451 $bad_config = convert_config $bad_config;
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/ktest/
H A Dconfig-bisect.pl429 sub convert_config { subroutine
443 $config = convert_config $config;
450 $good_config = convert_config $good_config;
451 $bad_config = convert_config $bad_config;
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/ktest/
H A Dconfig-bisect.pl429 sub convert_config { subroutine
443 $config = convert_config $config;
450 $good_config = convert_config $good_config;
451 $bad_config = convert_config $bad_config;
/dports/sysutils/sec/sec-2.9.0/contrib/
H A Dconvert.pl81 sub convert_config { subroutine
472 convert_config();
/dports/misc/clex/clex-4.6.patch9/src/
H A Dcfg-clex129 convert_config() {
240 convert_config
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/tests/integration/commands/
H A Dtest_convert_config.py6 from borgmatic.commands import convert_config as module
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dconfig.py600 self.convert_config()
603 def convert_config(self): member in Config
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/app/
H A Dsnmp_app.erl62 Conf = snmpa_app:convert_config(OldConf),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/app/
H A Dsnmp_app.erl62 Conf = snmpa_app:convert_config(OldConf),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/app/
H A Dsnmp_app.erl62 Conf = snmpa_app:convert_config(OldConf),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/app/
H A Dsnmp_app.erl62 Conf = snmpa_app:convert_config(OldConf),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/app/
H A Dsnmp_app.erl62 Conf = snmpa_app:convert_config(OldConf),
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/app/
H A Dsnmp_app.erl62 Conf = snmpa_app:convert_config(OldConf),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/app/
H A Dsnmp_app.erl62 Conf = snmpa_app:convert_config(OldConf),

12