Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 10998) sorted by relevance

12345678910>>...440

/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Apps/
H A DFileNameUtils.hh7 …static string getSeqFileName( const string& prefix ) { return prefix + "/Sequences"… in getSeqFileName()
8 …static string getRoadmapFileName( const string& prefix ) { return prefix + "/Roadmaps";… in getRoadmapFileName()
9 …static string getPregraphFileName( const string& prefix ) { return prefix + "/PreGraph";… in getPregraphFileName()
10 static string getInitialGraphFileName( const string& prefix ) { return prefix + "/Graph2"; } in getInitialGraphFileName()
11 …static string getVelvetLastGraphFileName( const string& prefix ) { return prefix + "/LastGraph"… in getVelvetLastGraphFileName()
12 …static string getLastGraphFileName( const string& prefix ) { return prefix + "/meta-velve… in getLastGraphFileName()
13 …static string getScaffoldFileName( const string& prefix ) { return prefix + "/meta-velve… in getScaffoldFileName()
16 …static string getSplitStatsFileName( const string& prefix ) { return prefix + "/meta-velve… in getSplitStatsFileName()
17 …static string getSplitDetailFileName( const string& prefix ) { return prefix + "/meta-velve… in getSplitDetailFileName()
18 …static string getSubgraphPrefix( const string& prefix ) { return prefix + "/meta-velve… in getSubgraphPrefix()
[all …]
/dports/net/krill/krill-0.9.4/test-resources/bgp/
H A Dexpected_full_report.json4 "prefix": "192.168.1.0/24", string
9 "prefix": "192.168.1.0/24" string
15 "prefix": "10.0.3.0/24", string
20 "prefix": "192.168.1.0/24", string
25 "prefix": "10.0.0.0/22", string
31 "prefix": "10.0.0.0/22" string
51 "prefix": "10.0.4.0/24", string
71 "prefix": "10.1.0.0/24", string
76 "prefix": "10.0.0.0/22", string
86 "prefix": "10.0.2.0/23", string
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/hc08.src/
H A Dinst.cc60 cl_hc08::fetchea(t_mem code, bool prefix) in fetchea()
94 cl_hc08::inst_nop(t_mem code, bool prefix) in inst_nop()
158 cl_hc08::inst_rsp(t_mem code, bool prefix) in inst_rsp()
166 cl_hc08::inst_nsa(t_mem code, bool prefix) in inst_nsa()
175 cl_hc08::inst_lda(t_mem code, bool prefix) in inst_lda()
185 cl_hc08::inst_ldx(t_mem code, bool prefix) in inst_ldx()
195 cl_hc08::inst_sta(t_mem code, bool prefix) in inst_sta()
207 cl_hc08::inst_stx(t_mem code, bool prefix) in inst_stx()
219 cl_hc08::inst_add(t_mem code, bool prefix) in inst_add()
237 cl_hc08::inst_adc(t_mem code, bool prefix) in inst_adc()
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dcrypto.h24 #define BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, helpstr) \ argument
33 #define BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET(prefix) \ argument
54 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_ALG(prefix) \ argument
61 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_MODE(prefix) \ argument
68 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_ALG(prefix) \ argument
75 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_HASH_ALG(prefix) \ argument
82 #define BLOCK_CRYPTO_OPT_DEF_LUKS_HASH_ALG(prefix) \ argument
89 #define BLOCK_CRYPTO_OPT_DEF_LUKS_ITER_TIME(prefix) \ argument
103 #define BLOCK_CRYPTO_OPT_DEF_LUKS_KEYSLOT(prefix) \ argument
110 #define BLOCK_CRYPTO_OPT_DEF_LUKS_OLD_SECRET(prefix) \ argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dcrypto.h24 #define BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, helpstr) \ argument
33 #define BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET(prefix) \ argument
54 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_ALG(prefix) \ argument
61 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_MODE(prefix) \ argument
68 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_ALG(prefix) \ argument
75 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_HASH_ALG(prefix) \ argument
82 #define BLOCK_CRYPTO_OPT_DEF_LUKS_HASH_ALG(prefix) \ argument
89 #define BLOCK_CRYPTO_OPT_DEF_LUKS_ITER_TIME(prefix) \ argument
103 #define BLOCK_CRYPTO_OPT_DEF_LUKS_KEYSLOT(prefix) \ argument
110 #define BLOCK_CRYPTO_OPT_DEF_LUKS_OLD_SECRET(prefix) \ argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dcrypto.h24 #define BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, helpstr) \ argument
33 #define BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET(prefix) \ argument
54 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_ALG(prefix) \ argument
61 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_MODE(prefix) \ argument
68 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_ALG(prefix) \ argument
75 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_HASH_ALG(prefix) \ argument
82 #define BLOCK_CRYPTO_OPT_DEF_LUKS_HASH_ALG(prefix) \ argument
89 #define BLOCK_CRYPTO_OPT_DEF_LUKS_ITER_TIME(prefix) \ argument
103 #define BLOCK_CRYPTO_OPT_DEF_LUKS_KEYSLOT(prefix) \ argument
110 #define BLOCK_CRYPTO_OPT_DEF_LUKS_OLD_SECRET(prefix) \ argument
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dcrypto.h24 #define BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, helpstr) \ argument
33 #define BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET(prefix) \ argument
54 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_ALG(prefix) \ argument
61 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_MODE(prefix) \ argument
68 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_ALG(prefix) \ argument
75 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_HASH_ALG(prefix) \ argument
82 #define BLOCK_CRYPTO_OPT_DEF_LUKS_HASH_ALG(prefix) \ argument
89 #define BLOCK_CRYPTO_OPT_DEF_LUKS_ITER_TIME(prefix) \ argument
103 #define BLOCK_CRYPTO_OPT_DEF_LUKS_KEYSLOT(prefix) \ argument
110 #define BLOCK_CRYPTO_OPT_DEF_LUKS_OLD_SECRET(prefix) \ argument
[all …]
/dports/misc/vxl/vxl-3.3.2/scripts/
H A Dgenerate_explicit_files.py7 def write_file_from_template1D(prefix, datatype, dim1, template): argument
15 def write_file_from_template2D(prefix, datatype, dim1, dim2, template): argument
25 prefix = '../core/vnl/Templates/vnl_matrix_fixed' variable
34 prefix = '../core/vnl/Templates/vnl_matrix_fixed_ref' variable
43 prefix = '../core/vnl/Templates/vnl_fortran_copy_fixed' variable
52 prefix = '../core/vnl/Templates/vnl_diag_matrix_fixed' variable
62 prefix = '../core/vnl/algo/Templates/vnl_svd_fixed' variable
74 prefix = '../core/vnl/algo/Templates/vnl_fft_base' variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/name/
H A DNameImpl.java55 protected String prefix = ""; field in NameImpl
364 String prefix) { in createFault1_2Name()
374 String prefix, in createCodeSubcode1_2Name()
434 Envelope1_1Name(String prefix) { in Envelope1_1Name()
440 Header1_1Name(String prefix) { in Header1_1Name()
446 Body1_1Name(String prefix) { in Body1_1Name()
452 Fault1_1Name(String prefix) { in Fault1_1Name()
467 Detail1_1Name(String prefix) { in Detail1_1Name()
500 Header1_2Name(String prefix) { in Header1_2Name()
506 Body1_2Name(String prefix) { in Body1_2Name()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/name/
H A DNameImpl.java55 protected String prefix = ""; field in NameImpl
364 String prefix) { in createFault1_2Name()
374 String prefix, in createCodeSubcode1_2Name()
434 Envelope1_1Name(String prefix) { in Envelope1_1Name()
440 Header1_1Name(String prefix) { in Header1_1Name()
446 Body1_1Name(String prefix) { in Body1_1Name()
452 Fault1_1Name(String prefix) { in Fault1_1Name()
467 Detail1_1Name(String prefix) { in Detail1_1Name()
500 Header1_2Name(String prefix) { in Header1_2Name()
506 Body1_2Name(String prefix) { in Body1_2Name()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/ratio/
H A Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
207 static std::string prefix() {return std::string("pico");} in prefix() function
251 static std::string prefix() {return std::string("nano");} in prefix() function
295 static std::string prefix() {return std::string("micro");} in prefix() function
428 static std::string prefix() {return std::string("deci");} in prefix() function
475 static std::string prefix() {return std::string("deca");} in prefix() function
563 static std::string prefix() {return std::string("kilo");} in prefix() function
[all …]

12345678910>>...440