Home
last modified time | relevance | path

Searched defs:make_config (Results 1 – 25 of 101) sorted by relevance

12345

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/test/
H A Dmake_certs.erl45 make_config(Args) -> function
48 make_config([], C) -> function
52 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
54 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
56 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
58 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
60 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
62 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
64 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
66 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/test/
H A Dmake_certs.erl45 make_config(Args) -> function
48 make_config([], C) -> function
52 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
54 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
56 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
58 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
60 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
62 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
64 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
66 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/test/
H A Dmake_certs.erl45 make_config(Args) -> function
48 make_config([], C) -> function
52 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
54 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
56 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
58 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
60 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
62 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
64 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
66 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/test/
H A Dmake_certs.erl45 make_config(Args) -> function
48 make_config([], C) -> function
52 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
54 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
56 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
58 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
60 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
62 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
64 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
66 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/test/
H A Dmake_certs.erl45 make_config(Args) -> function
48 make_config([], C) -> function
52 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
54 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
56 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
58 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
60 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
62 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
64 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
66 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/test/
H A Dmake_certs.erl45 make_config(Args) -> function
48 make_config([], C) -> function
52 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
54 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
56 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
58 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
60 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
62 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
64 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
66 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/test/
H A Dmake_certs.erl44 make_config(Args) -> function
47 make_config([], C) -> function
51 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
53 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
55 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
57 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
59 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
61 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
63 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
65 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eldap/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eldap/test/
H A Dmake_certs.erl42 make_config(Args) -> function
45 make_config([], C) -> function
49 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
51 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
53 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
55 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
57 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
59 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
61 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
63 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eldap/test/
H A Dmake_certs.erl42 make_config(Args) -> function
45 make_config([], C) -> function
49 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
51 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
53 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
55 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
57 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
59 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
61 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
63 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/inets/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eldap/test/
H A Dmake_certs.erl42 make_config(Args) -> function
45 make_config([], C) -> function
49 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
51 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
53 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
55 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
57 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
59 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
61 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
63 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/eldap/test/
H A Dmake_certs.erl42 make_config(Args) -> function
45 make_config([], C) -> function
49 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
51 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
53 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
55 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
57 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
59 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
61 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
63 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eldap/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/inets/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/test/
H A Dmake_certs.erl43 make_config(Args) -> function
46 make_config([], C) -> function
50 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
52 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
54 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
56 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
58 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
60 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
62 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
64 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eldap/test/
H A Dmake_certs.erl42 make_config(Args) -> function
45 make_config([], C) -> function
49 make_config([{organizationName, Name}|T], C) when is_list(Name) -> function
51 make_config([{localityName, Name}|T], C) when is_list(Name) -> function
53 make_config([{countryName, Name}|T], C) when is_list(Name) -> function
55 make_config([{emailAddress, Name}|T], C) when is_list(Name) -> function
57 make_config([{default_bits, Bits}|T], C) when is_integer(Bits) -> function
59 make_config([{v2_crls, Bool}|T], C) when is_boolean(Bool) -> function
61 make_config([{crl_port, Port}|T], C) when is_integer(Port) -> function
63 make_config([{ecc_certs, Bool}|T], C) when is_boolean(Bool) -> function
[all …]
/dports/net/sniproxy/sniproxy-0.6.0/tests/
H A DTestUtils.pm117 sub make_config($$) { subroutine
/dports/devel/py-vulture/vulture-2.3/vulture/
H A Dconfig.py167 def make_config(argv=None, tomlfile=None): function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/scripts/
H A Dmysql_secure_installation.pl.in147 sub make_config { subroutine
H A Dmysql_secure_installation.sh105 make_config() { function

12345