Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 25 of 2887) sorted by relevance

12345678910>>...116

/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DTypes.pm26 class_type 'PDL';
27 class_type 'PDL::Matrix';
28 class_type 'PDL::CCS::Nd';
29 class_type 'AI::MXNet::NDArray';
30 class_type 'AI::MXNet::Symbol';
32 class_type 'AI::MXNet::Executor';
33 class_type 'AI::MXNet::DataDesc';
39 class_type 'AI::MXNet::KVStore';
42 class_type 'AI::MXNet::Updater';
43 class_type 'AI::MXNet::KVStore';
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DTypes.pm26 class_type 'PDL';
27 class_type 'PDL::Matrix';
28 class_type 'PDL::CCS::Nd';
29 class_type 'AI::MXNet::NDArray';
30 class_type 'AI::MXNet::Symbol';
32 class_type 'AI::MXNet::Executor';
33 class_type 'AI::MXNet::DataDesc';
39 class_type 'AI::MXNet::KVStore';
42 class_type 'AI::MXNet::Updater';
43 class_type 'AI::MXNet::KVStore';
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/
H A Dutilsfactory.py103 def _get_class(class_type, *args, **kwargs): argument
104 if class_type not in utils_map:
132 return _get_class(class_type='vhdutils')
144 return _get_class(class_type='nvgreutils')
148 return _get_class(class_type='hostutils')
152 return _get_class(class_type='pathutils')
164 return _get_class(class_type='smbutils')
180 return _get_class(class_type='fc_utils')
184 return _get_class(class_type='diskutils')
192 return _get_class(class_type='dnsutils')
[all …]
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_interfaces.c290 if (class_type->get_iterator || (class_type->parent && class_type->parent->get_iterator)) { in zend_implement_traversable()
299 ZSTR_VAL(class_type->name), in zend_implement_traversable()
313 if (class_type->get_iterator) { in zend_implement_aggregate()
319 if (class_type->num_interfaces) { in zend_implement_aggregate()
323 ZSTR_VAL(class_type->name), in zend_implement_aggregate()
357 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
365 ZSTR_VAL(class_type->name), in zend_implement_iterator()
481 if (class_type->parent in zend_implement_serializable()
482 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
486 if (!class_type->serialize) { in zend_implement_serializable()
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_interfaces.c290 if (class_type->get_iterator || (class_type->parent && class_type->parent->get_iterator)) { in zend_implement_traversable()
299 ZSTR_VAL(class_type->name), in zend_implement_traversable()
313 if (class_type->get_iterator) { in zend_implement_aggregate()
319 if (class_type->num_interfaces) { in zend_implement_aggregate()
323 ZSTR_VAL(class_type->name), in zend_implement_aggregate()
357 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
365 ZSTR_VAL(class_type->name), in zend_implement_iterator()
481 if (class_type->parent in zend_implement_serializable()
482 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
486 if (!class_type->serialize) { in zend_implement_serializable()
[all …]
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_interfaces.c291 if (class_type->get_iterator || (class_type->parent && class_type->parent->get_iterator)) { in zend_implement_traversable()
303 ZSTR_VAL(class_type->name), in zend_implement_traversable()
318 if (class_type->get_iterator) { in zend_implement_aggregate()
344 if (class_type->parent in zend_implement_aggregate()
346 class_type->get_iterator = class_type->parent->get_iterator; in zend_implement_aggregate()
376 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
391 if (class_type->parent in zend_implement_iterator()
393 class_type->get_iterator = class_type->parent->get_iterator; in zend_implement_iterator()
512 if (class_type->parent in zend_implement_serializable()
513 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
[all …]
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_interfaces.c291 if (class_type->get_iterator || (class_type->parent && class_type->parent->get_iterator)) { in zend_implement_traversable()
303 ZSTR_VAL(class_type->name), in zend_implement_traversable()
318 if (class_type->get_iterator) { in zend_implement_aggregate()
344 if (class_type->parent in zend_implement_aggregate()
346 class_type->get_iterator = class_type->parent->get_iterator; in zend_implement_aggregate()
376 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
391 if (class_type->parent in zend_implement_iterator()
393 class_type->get_iterator = class_type->parent->get_iterator; in zend_implement_iterator()
512 if (class_type->parent in zend_implement_serializable()
513 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
[all …]
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DTypes.pm38 class_type Sqitch, { class => 'App::Sqitch' };
39 class_type Engine, { class => 'App::Sqitch::Engine' };
40 class_type Target, { class => 'App::Sqitch::Target' };
41 class_type Plan, { class => 'App::Sqitch::Plan' };
42 class_type Change, { class => 'App::Sqitch::Plan::Change' };
43 class_type ChangeList, { class => 'App::Sqitch::Plan::ChangeList' };
44 class_type LineList, { class => 'App::Sqitch::Plan::LineList' };
45 class_type Tag, { class => 'App::Sqitch::Plan::Tag' };
46 class_type Depend, { class => 'App::Sqitch::Plan::Depend' };
47 class_type DateTime, { class => 'App::Sqitch::DateTime' };
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_interfaces.c263 ZSTR_VAL(class_type->name), in zend_implement_traversable()
277 ZSTR_VAL(class_type->name)); in zend_implement_aggregate()
284 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_aggregate()
317 ZSTR_VAL(class_type->name)); in zend_implement_iterator()
320 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
321 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_iterator()
329 if (class_type->parent && (class_type->parent->ce_flags & ZEND_ACC_REUSE_GET_ITERATOR)) { in zend_implement_iterator()
409 if (class_type->parent in zend_implement_serializable()
410 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
414 if (!class_type->serialize) { in zend_implement_serializable()
[all …]
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_interfaces.c263 ZSTR_VAL(class_type->name), in zend_implement_traversable()
277 ZSTR_VAL(class_type->name)); in zend_implement_aggregate()
284 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_aggregate()
317 ZSTR_VAL(class_type->name)); in zend_implement_iterator()
320 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
321 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_iterator()
329 if (class_type->parent && (class_type->parent->ce_flags & ZEND_ACC_REUSE_GET_ITERATOR)) { in zend_implement_iterator()
409 if (class_type->parent in zend_implement_serializable()
410 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
414 if (!class_type->serialize) { in zend_implement_serializable()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/log/sources/
H A Dbasic_logger.hpp602 class_type(class_type const& that) : class_type::logger_base(\
604 class_type(BOOST_RV_REF(class_type) that) : class_type::logger_base(\
606 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
618 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
620 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
622 class_type& operator= (BOOST_RV_REF(class_type) that)\
631 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
633 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
635 class_type& operator= (BOOST_RV_REF(class_type) that)\
643 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/log/sources/
H A Dbasic_logger.hpp603 class_type(class_type const& that) : class_type::logger_base(\
605class_type(BOOST_RV_REF(class_type) that) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible< …
607 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
619 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
621 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
623 class_type& operator= (BOOST_RV_REF(class_type) that)\
632 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
634 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
636 class_type& operator= (BOOST_RV_REF(class_type) that)\
644 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/sources/
H A Dbasic_logger.hpp603 class_type(class_type const& that) : class_type::logger_base(\
605class_type(BOOST_RV_REF(class_type) that) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible< …
607 BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_FORWARD(class_type, class_type::logger_base)\
619 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
621 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
623 class_type& operator= (BOOST_RV_REF(class_type) that)\
632 class_type& operator= (BOOST_COPY_ASSIGN_REF(class_type) that)\
634 return class_type::logger_base::assign(static_cast< class_type const& >(that));\
636 class_type& operator= (BOOST_RV_REF(class_type) that)\
644 BOOST_COPYABLE_AND_MOVABLE(class_type)\
[all …]
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_interfaces.c263 ZSTR_VAL(class_type->name), in zend_implement_traversable()
277 ZSTR_VAL(class_type->name)); in zend_implement_aggregate()
282 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_new_iterator) { in zend_implement_aggregate()
284 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_aggregate()
317 ZSTR_VAL(class_type->name)); in zend_implement_iterator()
320 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
321 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_iterator()
329 if (class_type->parent && (class_type->parent->ce_flags & ZEND_ACC_REUSE_GET_ITERATOR)) { in zend_implement_iterator()
424 if (class_type->parent in zend_implement_serializable()
425 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
[all …]
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_interfaces.c263 ZSTR_VAL(class_type->name), in zend_implement_traversable()
277 ZSTR_VAL(class_type->name)); in zend_implement_aggregate()
282 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_new_iterator) { in zend_implement_aggregate()
284 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_aggregate()
317 ZSTR_VAL(class_type->name)); in zend_implement_iterator()
320 if (class_type->get_iterator && class_type->get_iterator != zend_user_it_get_iterator) { in zend_implement_iterator()
321 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_iterator()
329 if (class_type->parent && (class_type->parent->ce_flags & ZEND_ACC_REUSE_GET_ITERATOR)) { in zend_implement_iterator()
424 if (class_type->parent in zend_implement_serializable()
425 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
[all …]

12345678910>>...116