Home
last modified time | relevance | path

Searched refs:sec_type (Results 26 – 50 of 365) sorted by relevance

12345678910>>...15

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/date_time/
H A Dtime_duration.hpp54 typedef typename rep_type::sec_type sec_type; typedef in boost::date_time::time_duration
62 sec_type seconds_in=0, in time_duration()
95 BOOST_CXX14_CONSTEXPR sec_type seconds() const in seconds()
97 return static_cast<sec_type>((ticks()/ticks_per_second()) % 60); in seconds()
100 BOOST_CXX14_CONSTEXPR sec_type total_seconds() const in total_seconds()
102 return static_cast<sec_type>(ticks() / ticks_per_second()); in total_seconds()
/dports/devel/R-cran-BH/BH/inst/include/boost/date_time/
H A Dtime_duration.hpp54 typedef typename rep_type::sec_type sec_type; typedef in boost::date_time::time_duration
62 sec_type seconds_in=0, in time_duration()
95 BOOST_CXX14_CONSTEXPR sec_type seconds() const in seconds()
97 return static_cast<sec_type>((ticks()/ticks_per_second()) % 60); in seconds()
100 BOOST_CXX14_CONSTEXPR sec_type total_seconds() const in total_seconds()
102 return static_cast<sec_type>(ticks() / ticks_per_second()); in total_seconds()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/date_time/
H A Dtime_duration.hpp54 typedef typename rep_type::sec_type sec_type; typedef in boost::date_time::time_duration
62 sec_type seconds_in=0, in time_duration()
95 BOOST_CXX14_CONSTEXPR sec_type seconds() const in seconds()
97 return static_cast<sec_type>((ticks()/ticks_per_second()) % 60); in seconds()
100 BOOST_CXX14_CONSTEXPR sec_type total_seconds() const in total_seconds()
102 return static_cast<sec_type>(ticks() / ticks_per_second()); in total_seconds()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/rocksdb/rocksdb-6.26.1/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Ddb_options_parser.py193 for sec_type in self.options_dict:
194 for col_fam in self.options_dict[sec_type]:
195 for opt_name in self.options_dict[sec_type][col_fam]:
196 option = sec_type + '.' + opt_name
220 sec_type = '.'.join(option.split('.')[:-1])
223 if sec_type not in self.options_dict:
225 for col_fam in self.options_dict[sec_type]:
226 if opt_name in self.options_dict[sec_type][col_fam]:
230 self.options_dict[sec_type][col_fam][opt_name]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/
H A Ddd_routine.cc347 View::enum_security_type sec_type; in fill_dd_routine_info() local
353 sec_type = View::ST_DEFINER; in fill_dd_routine_info()
356 sec_type = View::ST_INVOKER; in fill_dd_routine_info()
362 routine->set_security_type(sec_type); in fill_dd_routine_info()
446 View::enum_security_type sec_type; in alter_routine() local
450 sec_type = View::ST_DEFINER; in alter_routine()
453 sec_type = View::ST_INVOKER; in alter_routine()
460 routine->set_security_type(sec_type); in alter_routine()
/dports/mail/neomutt/neomutt-20211029/
H A Dpostpone.c375 SecurityFlags sec_type; in mutt_prepare_template() local
412 (sec_type = mutt_is_multipart_encrypted(e_new->body))) in mutt_prepare_template()
414 e_new->security |= sec_type; in mutt_prepare_template()
415 if (!crypt_valid_passphrase(sec_type)) in mutt_prepare_template()
520 ((sec_type = mutt_is_application_pgp(b)) & (SEC_ENCRYPT | SEC_SIGN))) in mutt_prepare_template()
522 if (sec_type & SEC_ENCRYPT) in mutt_prepare_template()
541 e_new->security |= sec_type; in mutt_prepare_template()
547 ((sec_type = mutt_is_application_smime(b)) & (SEC_ENCRYPT | SEC_SIGN))) in mutt_prepare_template()
549 if (sec_type & SEC_ENCRYPT) in mutt_prepare_template()
563 e_new->security |= sec_type; in mutt_prepare_template()
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-media/
H A Dscsi-read-cd.c53 uchar sec_type :3; member
78 uchar sec_type :3; member
134 cdb->sec_type = type; in brasero_mmc1_read_block()
/dports/multimedia/libv4l/linux-5.13-rc2/include/ras/
H A Dras_event.h221 TP_PROTO(const guid_t *sec_type,
228 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
231 __array(char, sec_type, UUID_SIZE)
240 memcpy(__entry->sec_type, sec_type, UUID_SIZE);
249 __entry->sev, __entry->sec_type,
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/ras/
H A Dras_event.h221 TP_PROTO(const guid_t *sec_type,
228 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
231 __array(char, sec_type, UUID_SIZE)
240 memcpy(__entry->sec_type, sec_type, UUID_SIZE);
249 __entry->sev, __entry->sec_type,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/ras/
H A Dras_event.h221 TP_PROTO(const guid_t *sec_type,
228 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
231 __array(char, sec_type, UUID_SIZE)
240 memcpy(__entry->sec_type, sec_type, UUID_SIZE);
249 __entry->sev, __entry->sec_type,
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dras.h24 void log_non_standard_event(const guid_t *sec_type,
30 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dras.h24 void log_non_standard_event(const guid_t *sec_type,
30 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dras.h24 void log_non_standard_event(const guid_t *sec_type,
30 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/
H A Dxdelta3-second.h105 if ((*sec_streamp = stream->sec_type->alloc (stream)) == NULL) in xd3_get_secondary()
111 if ((ret = stream->sec_type->init (stream, *sec_streamp, is_encode)) != 0) in xd3_get_secondary()
151 if ((ret = stream->sec_type->decode (stream, *sec_streamp, in xd3_decode_secondary()
277 (ret = stream->sec_type->encode (stream, *sec_streamp, *head, in xd3_encode_secondary()

12345678910>>...15