Home
last modified time | relevance | path

Searched refs:chain_file (Results 1 – 25 of 143) sorted by relevance

123456

/dports/biology/py-crossmap/CrossMap-0.5.4/bin/
H A DCrossMap.py67 chain_file = sys.argv[2] variable
74 chain_file = sys.argv[2] variable
92 chain_file = args[1] variable
98 chain_file = args[1] variable
109 chain_file = sys.argv[2] variable
114 chain_file = sys.argv[2] variable
124 chain_file = sys.argv[2] variable
134 chain_file = sys.argv[2] variable
171 chain_file = args[1] variable
204 chain_file = args[1] variable
[all …]
/dports/net/c3270/suite3270-4.0/Common/
H A Dtelnet_sio.c81 nstreq(p->config.chain_file, config->chain_file) && in add_to_cache()
97 p->config.chain_file = nstrdup(config->chain_file); in add_to_cache()
115 nstreq(p->config.chain_file, config->chain_file) && in lookup_cache()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dtelnet_sio.c81 nstreq(p->config.chain_file, config->chain_file) && in add_to_cache()
97 p->config.chain_file = nstrdup(config->chain_file); in add_to_cache()
115 nstreq(p->config.chain_file, config->chain_file) && in lookup_cache()
/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_deplete_operator.py64 bare_op = BareDepleteOperator(chain_file=None)
82 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
83 operator = BareDepleteOperator(chain_file=chain_file, fission_q=new_q)
H A Dtest_deplete_chain.py253 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
254 mod_chain = Chain.from_xml(chain_file, new_q)
296 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
297 chain = Chain.from_xml(chain_file)
314 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
315 chain = Chain.from_xml(chain_file)
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_deplete_operator.py64 bare_op = BareDepleteOperator(chain_file=None)
82 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
83 operator = BareDepleteOperator(chain_file=chain_file, fission_q=new_q)
H A Dtest_deplete_chain.py253 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
254 mod_chain = Chain.from_xml(chain_file, new_q)
296 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
297 chain = Chain.from_xml(chain_file)
314 chain_file = Path(__file__).parents[1] / "chain_simple.xml"
315 chain = Chain.from_xml(chain_file)
/dports/irc/ircII/ircii-20210314/source/
H A Dssl.c98 static u_char *chain_file; in ssl_setup_certs() local
120 if (chain_file != cur_chain_file) in ssl_setup_certs()
122 chain_file = cur_chain_file; in ssl_setup_certs()
124 chain_file); in ssl_setup_certs()
125 SSL_CTX_use_certificate_chain_file(ssl_ctx, CP(chain_file)); in ssl_setup_certs()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Droughtime.cpp149 const auto chain_file = get_arg("chain-file"); in go() local
155 if(!chain_file.empty() && max_chain_size >= 1) in go()
159 chain.reset(new Botan::Roughtime::Chain(slurp_file_as_str(chain_file))); in go()
205 std::ofstream out(chain_file); in go()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Droughtime.cpp149 const auto chain_file = get_arg("chain-file"); in go() local
155 if(!chain_file.empty() && max_chain_size >= 1) in go()
159 chain.reset(new Botan::Roughtime::Chain(slurp_file_as_str(chain_file))); in go()
205 std::ofstream out(chain_file); in go()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Droughtime.cpp149 const auto chain_file = get_arg("chain-file"); in go() local
155 if(!chain_file.empty() && max_chain_size >= 1) in go()
159 chain.reset(new Botan::Roughtime::Chain(slurp_file_as_str(chain_file))); in go()
205 std::ofstream out(chain_file); in go()
/dports/finance/electrum/Electrum-4.1.5/electrum/scripts/
H A Dbip70.py12 chain_file = 'mychain.pem' variable
20 with open(chain_file, 'r') as f:
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/protocol/plugin/
H A Dxprotocol_plugin.h46 explicit XProtocol_plugin(Chain_file_output *chain_file, in XProtocol_plugin() argument
48 : m_chain_file(chain_file), m_encoder_file(encoder_file) {} in XProtocol_plugin()
/dports/biology/gatk/gatk-4.2.0.0/scripts/funcotator/data_sources/gnomAD/
H A DliftoverVcf.wdl9 # File chain_file - Chain file specifying the conversion fro…
38 File chain_file
67 chain_file = chain_file,
146 File chain_file
202 -CHAIN ${chain_file} \
/dports/science/py-OpenMC/openmc-0.12.2/examples/pincell_depletion/
H A Drestart_depletion.py43 chain_file = './chain_simple.xml' variable
44 op = openmc.deplete.Operator(geometry, settings, chain_file, previous_results)
H A Drun_depletion.py88 chain_file = './chain_simple.xml' variable
89 op = openmc.deplete.Operator(geometry, settings, chain_file)
/dports/science/openmc/openmc-0.12.2/examples/pincell_depletion/
H A Drestart_depletion.py43 chain_file = './chain_simple.xml' variable
44 op = openmc.deplete.Operator(geometry, settings, chain_file, previous_results)
H A Drun_depletion.py88 chain_file = './chain_simple.xml' variable
89 op = openmc.deplete.Operator(geometry, settings, chain_file)
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/Tools/
H A DCertificateExportArchive.pm33 my $chain_file = $self->param('chain_file') || 'chain.pem';
86 $zip->addString( join("\n", @certs), $chain_file )
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/Tools/
H A DCertificateExportArchive.pm33 my $chain_file = $self->param('chain_file') || 'chain.pem';
86 $zip->addString( join("\n", @certs), $chain_file )
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/net/
H A Dtest_tls.py51 chain_file=entry.chain_file,
/dports/science/py-OpenMC/openmc-0.12.2/openmc/deplete/
H A Dabc.py98 def __init__(self, chain_file=None, fission_q=None, dilute_initial=1.0e3, argument
104 if chain_file is None:
105 chain_file = os.environ.get("OPENMC_DEPLETE_CHAIN", None)
106 if chain_file is None:
117 chain_file = lib['path']
122 self.chain = Chain.from_xml(chain_file, fission_q)
/dports/science/openmc/openmc-0.12.2/openmc/deplete/
H A Dabc.py98 def __init__(self, chain_file=None, fission_q=None, dilute_initial=1.0e3, argument
104 if chain_file is None:
105 chain_file = os.environ.get("OPENMC_DEPLETE_CHAIN", None)
106 if chain_file is None:
117 chain_file = lib['path']
122 self.chain = Chain.from_xml(chain_file, fission_q)
/dports/biology/vt/vt-0.57721/
H A Dliftover.cpp38 std::string chain_file; member in __anon881386ed0111::Igor
284 std::clog << " chain file " << chain_file << "\n"; in print_options()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Dssl_certificate.c541 gchar *chain_file = NULL, *buf = NULL; in check_cert() local
561 chain_file = get_certificate_chain_path(cert->host, buf, cert->fingerprint); in check_cert()
563 if (is_file_exist(chain_file)) { in check_cert()
568 fp = claws_fopen(chain_file, "r"); in check_cert()
570 debug_print("claws_fopen %s failed: %s\n", chain_file, g_strerror(errno)); in check_cert()
571 g_free(chain_file); in check_cert()
577 g_free(chain_file); in check_cert()
580 g_free(chain_file); in check_cert()

123456