Home
last modified time | relevance | path

Searched refs:int_opts (Results 1 – 10 of 10) sorted by relevance

/dports/mail/abook/abook-0.6.1/
H A Doptions.h38 enum int_opts { enum
83 int opt_get_int(enum int_opts opt);
H A Doptions.c98 static int int_opts[INT_MAXIMUM]; variable
102 set_int(enum int_opts opt, int value) in set_int()
106 int_opts[opt] = value; in set_int()
129 opt_get_int(enum int_opts opt) in opt_get_int()
133 return int_opts[opt]; in opt_get_int()
/dports/science/py-PyFR/pyfr-1.12.3/pyfr/partitioners/
H A Dscotch.py50 int_opts = {'ufactor'} variable in SCOTCHPartitioner
H A Dmetis.py122 int_opts = {'niter', 'ncuts', 'seed', 'nseps', 'ufactor'} variable in METISPartitioner
H A Dbase.py26 if k in self.int_opts:
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dcastep.py1209 int_opts = {}
1218 int_opts[m.groups()[0]] = m.groups()[1]
1234 return calc, int_opts
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/bogo_shim/
H A Dbogo_shim.cpp376 const std::set<std::string>& int_opts, in Shim_Arguments() argument
381 m_int_opts(int_opts), in Shim_Arguments()
383 m_all_options(combine_options(string_opts, base64_opts, int_opts, int_vec_opts)) in Shim_Arguments()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/bogo_shim/
H A Dbogo_shim.cpp377 const std::set<std::string>& int_opts, in Shim_Arguments() argument
382 m_int_opts(int_opts), in Shim_Arguments()
384 m_all_options(combine_options(string_opts, base64_opts, int_opts, int_vec_opts)) in Shim_Arguments()
/dports/security/botan2/Botan-2.18.2/src/bogo_shim/
H A Dbogo_shim.cpp377 const std::set<std::string>& int_opts, in Shim_Arguments() argument
382 m_int_opts(int_opts), in Shim_Arguments()
384 m_all_options(combine_options(string_opts, base64_opts, int_opts, int_vec_opts)) in Shim_Arguments()
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Dcastep.py2210 self, int_opts = read_param(fd=param_file, calc=self,
2214 for k, val in int_opts.items():