Home
last modified time | relevance | path

Searched refs:ProductType (Results 1 – 25 of 1669) sorted by relevance

12345678910>>...67

/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DOSPlatform.cs36 ProductType product;
72 … currentPlatform = new OSPlatform(os.Platform, os.Version, (ProductType)osvi.ProductType);
88 public enum ProductType enum in NUnit.Framework.Internal.OSPlatform
125 public Byte ProductType; field
146 public OSPlatform(PlatformID platform, Version version, ProductType product) in OSPlatform()
171 public ProductType Product
321 get { return IsNT5 && version.Minor == 2 && Product == ProductType.Server; }
345 get { return IsNT6 && Product == ProductType.Server; }
353 get { return IsNT6 && version.Minor == 0 && Product == ProductType.Server; }
361 get { return IsNT6 && version.Minor == 1 && Product == ProductType.Server; }
[all …]
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Dentity.h54 struct ProductType;
55 template <> struct ProductType<int,int> { typedef int result; };
56 template <> struct ProductType<int,double> { typedef double result; };
57 template <> struct ProductType<double,int> { typedef double result; };
58 template <> struct ProductType<double,double> { typedef double result; };
60 template <> struct ProductType<EntityTypes::Int,double> { typedef EntityTypes::FP result; };
279 SafePtr< CTimeEntity< typename ProductType<T,U>::result > >
282 typedef CTimeEntity< typename ProductType<T,U>::result > prodtype;
289 SafePtr< RTimeEntity< typename ProductType<T,U>::result > >
292 typedef RTimeEntity< typename ProductType<T,U>::result > prodtype;
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Core/
H A DGeneralProduct.h256 template<typename ProductType, typename Dest>
257 …static EIGEN_DONT_INLINE void run(const ProductType& prod, Dest& dest, typename ProductType::Scala…
268 template<typename ProductType, typename Dest>
269 …static EIGEN_DONT_INLINE void run(const ProductType& prod, Dest& dest, typename ProductType::Scala…
338 static void run(const ProductType& prod, Dest& dest, typename ProductType::Scalar alpha)
387 static inline void run(const ProductType& prod, Dest& dest, typename ProductType::Scalar alpha)
389 typedef typename ProductType::Index Index;
460 static void run(const ProductType& prod, Dest& dest, typename ProductType::Scalar alpha)
465 typedef typename ProductType::Index Index;
511 static void run(const ProductType& prod, Dest& dest, typename ProductType::Scalar alpha)
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Product/Update/
H A DProductTypeUpdater.php39 use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\ProductType; alias
82 * @param ProductType $productType
87 public function updateType(ProductId $productId, ProductType $productType): void
92 …if ($product->product_type === ProductType::TYPE_PACK && $productType->getValue() !== ProductType:…
95 …if ($product->product_type === ProductType::TYPE_COMBINATIONS && $productType->getValue() !== Prod…
98 …if ($product->product_type === ProductType::TYPE_VIRTUAL && $productType->getValue() !== ProductTy…
110 $product->is_virtual = ProductType::TYPE_VIRTUAL === $productType->getValue();
111 $product->cache_is_pack = ProductType::TYPE_PACK === $productType->getValue();
112 if ($productType->getValue() !== ProductType::TYPE_COMBINATIONS) {
/dports/devel/py-minidump/minidump-0.0.20/minidump/streams/
H A DSystemInfoStream.py74 self.ProductType = None
177 self.ProductType = None
198 …elif self.MajorVersion == 6 and self.MinorVersion == 3 and self.ProductType == self.ProductType.VE…
200 …elif self.MajorVersion == 6 and self.MinorVersion == 3 and self.ProductType != self.ProductType.VE…
202 …elif self.MajorVersion == 6 and self.MinorVersion == 2 and self.ProductType == self.ProductType.VE…
204 …elif self.MajorVersion == 6 and self.MinorVersion == 2 and self.ProductType != self.ProductType.VE…
206 …elif self.MajorVersion == 6 and self.MinorVersion == 1 and self.ProductType == self.ProductType.VE…
208 …elif self.MajorVersion == 6 and self.MinorVersion == 1 and self.ProductType != self.ProductType.VE…
210 …elif self.MajorVersion == 6 and self.MinorVersion == 0 and self.ProductType == self.ProductType.VE…
234 t.ProductType = si.ProductType
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog/source/model/
H A DProductType.cpp27 ProductType GetProductTypeForName(const Aws::String& name) in GetProductTypeForName()
32 return ProductType::CLOUD_FORMATION_TEMPLATE; in GetProductTypeForName()
36 return ProductType::MARKETPLACE; in GetProductTypeForName()
42 return static_cast<ProductType>(hashCode); in GetProductTypeForName()
45 return ProductType::NOT_SET; in GetProductTypeForName()
48 Aws::String GetNameForProductType(ProductType enumValue) in GetNameForProductType()
52 case ProductType::CLOUD_FORMATION_TEMPLATE: in GetNameForProductType()
54 case ProductType::MARKETPLACE: in GetNameForProductType()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Core/
H A DGeneralProduct.h359 template<typename ProductType, typename Dest>
360 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
408 template<typename ProductType, typename Dest>
409 …static inline void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& al…
411 typedef typename ProductType::Index Index;
481 template<typename ProductType, typename Dest>
482 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
487 typedef typename ProductType::Index Index;
532 template<typename ProductType, typename Dest>
533 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Core/
H A DGeneralProduct.h354 template<typename ProductType, typename Dest>
355 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
403 template<typename ProductType, typename Dest>
404 …static inline void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& al…
406 typedef typename ProductType::Index Index;
479 template<typename ProductType, typename Dest>
480 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
485 typedef typename ProductType::Index Index;
530 template<typename ProductType, typename Dest>
531 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Core/
H A DGeneralProduct.h359 template<typename ProductType, typename Dest>
360 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
408 template<typename ProductType, typename Dest>
409 …static inline void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& al…
411 typedef typename ProductType::Index Index;
481 template<typename ProductType, typename Dest>
482 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
487 typedef typename ProductType::Index Index;
532 template<typename ProductType, typename Dest>
533 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dcomplex_overloads.h28 struct ProductType;
42 typename ProductType<std::complex<T>, std::complex<U>>::type>::type
46 typename ProductType<std::complex<T>, std::complex<U>>::type;
60 typename ProductType<std::complex<T>, std::complex<U>>::type>::type
64 typename ProductType<std::complex<T>, std::complex<U>>::type;
79 typename ProductType<std::complex<T>, U>::type>::type
82 using result_type = typename ProductType<std::complex<T>, U>::type;
100 using result_type = typename ProductType<std::complex<T>, U>::type;
116 typename ProductType<T, std::complex<U>>::type>::type
119 using result_type = typename ProductType<T, std::complex<U>>::type;
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Command/
H A DAddProductCommand.php31 use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\ProductType; alias
44 * @var ProductType
57 $this->productType = new ProductType($productType);
69 * @return ProductType
71 public function getProductType(): ProductType
H A DUpdateProductTypeCommand.php32 use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\ProductType; alias
42 * @var ProductType
53 $this->productType = new ProductType($productType);
65 * @return ProductType
67 public function getProductType(): ProductType
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Core/products/
H A DTriangularMatrixVector.h221 typedef typename ProductType::Index Index;
222 typedef typename ProductType::LhsScalar LhsScalar;
223 typedef typename ProductType::RhsScalar RhsScalar;
224 typedef typename ProductType::Scalar ResScalar;
225 typedef typename ProductType::RealScalar RealScalar;
226 typedef typename ProductType::ActualLhsType ActualLhsType;
227 typedef typename ProductType::ActualRhsType ActualRhsType;
297 typedef typename ProductType::LhsScalar LhsScalar;
298 typedef typename ProductType::RhsScalar RhsScalar;
299 typedef typename ProductType::Scalar ResScalar;
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Core/products/
H A DTriangularMatrixVector.h221 typedef typename ProductType::Index Index;
222 typedef typename ProductType::LhsScalar LhsScalar;
223 typedef typename ProductType::RhsScalar RhsScalar;
224 typedef typename ProductType::Scalar ResScalar;
225 typedef typename ProductType::RealScalar RealScalar;
226 typedef typename ProductType::ActualLhsType ActualLhsType;
227 typedef typename ProductType::ActualRhsType ActualRhsType;
297 typedef typename ProductType::LhsScalar LhsScalar;
298 typedef typename ProductType::RhsScalar RhsScalar;
299 typedef typename ProductType::Scalar ResScalar;
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Core/products/
H A DTriangularMatrixVector.h221 typedef typename ProductType::Index Index;
222 typedef typename ProductType::LhsScalar LhsScalar;
223 typedef typename ProductType::RhsScalar RhsScalar;
224 typedef typename ProductType::Scalar ResScalar;
225 typedef typename ProductType::RealScalar RealScalar;
226 typedef typename ProductType::ActualLhsType ActualLhsType;
227 typedef typename ProductType::ActualRhsType ActualRhsType;
297 typedef typename ProductType::LhsScalar LhsScalar;
298 typedef typename ProductType::RhsScalar RhsScalar;
299 typedef typename ProductType::Scalar ResScalar;
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Core/products/
H A DTriangularMatrixVector.h211 typedef typename ProductType::Index Index;
212 typedef typename ProductType::LhsScalar LhsScalar;
213 typedef typename ProductType::RhsScalar RhsScalar;
214 typedef typename ProductType::Scalar ResScalar;
215 typedef typename ProductType::RealScalar RealScalar;
216 typedef typename ProductType::ActualLhsType ActualLhsType;
217 typedef typename ProductType::ActualRhsType ActualRhsType;
287 typedef typename ProductType::LhsScalar LhsScalar;
288 typedef typename ProductType::RhsScalar RhsScalar;
289 typedef typename ProductType::Scalar ResScalar;
[all …]
/dports/devel/ignition-plugin/ignitionrobotics-ign-plugin-6bf2bf09570f/register/include/ignition/plugin/
H A DRegister.hh119 #define IGNITION_ADD_FACTORY(ProductType, FactoryType) \ argument
120 DETAIL_IGNITION_ADD_FACTORY(ProductType, FactoryType)
136 #define IGNITION_ADD_FACTORY_ALIAS(ProductType, FactoryType, ...) \ argument
137 DETAIL_IGNITION_ADD_FACTORY_ALIAS(ProductType, FactoryType, __VA_ARGS__)
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Sell/Product/EventListener/
H A DProductTypeListener.php31 use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\ProductType; alias
63 if (ProductType::TYPE_COMBINATIONS === $productType) {
69 if (ProductType::TYPE_PACK !== $productType) {
72 if (ProductType::TYPE_VIRTUAL !== $productType) {
77 if (ProductType::TYPE_VIRTUAL === $productType) {
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Sell/Product/
H A DHeaderType.php32 use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\ProductType; alias
62 … $this->trans('Standard product', 'Admin.Catalog.Feature') => ProductType::TYPE_STANDARD,
63 … $this->trans('Pack of products', 'Admin.Catalog.Feature') => ProductType::TYPE_PACK,
64 … $this->trans('Virtual product', 'Admin.Catalog.Feature') => ProductType::TYPE_VIRTUAL,
65 …$this->trans('Product with combinations', 'Admin.Catalog.Feature') => ProductType::TYPE_COMBINATIO…
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/bundle/
H A DMacOSX-Product-Types.xcspec14 { Type = ProductType;
45 { Type = ProductType;
65 { Type = ProductType;
97 { Type = ProductType;
131 { Type = ProductType;
162 { Type = ProductType;
186 { Type = ProductType;
219 { Type = ProductType;
231 { Type = ProductType;
282 { Type = ProductType;
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/
H A Dissuing_dispute.go94 ProductType *string `form:"product_type"` member
131 ProductType *string `form:"product_type"` member
139 ProductType *string `form:"product_type"` member
148 ProductType *string `form:"product_type"` member
191 ProductType IssuingDisputeEvidenceCanceledProductType `json:"product_type"` member
228 ProductType IssuingDisputeEvidenceNotReceivedProductType `json:"product_type"` member
236 ProductType IssuingDisputeEvidenceOtherProductType `json:"product_type"` member
245ProductType IssuingDisputeEvidenceServiceNotAsDescribedProductType `json:"product_type… member
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h195 template<typename MatrixType, typename ProductType, int UpLo, bool IsOuterProduct>
199 template<typename MatrixType, typename ProductType, int UpLo>
200 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,true>
206 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
212 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
247 template<typename MatrixType, typename ProductType, int UpLo>
248 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,false>
252 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
258 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
298 template<typename ProductType>
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h195 template<typename MatrixType, typename ProductType, int UpLo, bool IsOuterProduct>
199 template<typename MatrixType, typename ProductType, int UpLo>
200 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,true>
206 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
212 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
247 template<typename MatrixType, typename ProductType, int UpLo>
248 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,false>
252 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
258 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
294 template<typename ProductType>
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h195 template<typename MatrixType, typename ProductType, int UpLo, bool IsOuterProduct>
199 template<typename MatrixType, typename ProductType, int UpLo>
200 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,true>
206 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
212 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
247 template<typename MatrixType, typename ProductType, int UpLo>
248 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,false>
252 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
258 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
298 template<typename ProductType>
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h195 template<typename MatrixType, typename ProductType, int UpLo, bool IsOuterProduct>
199 template<typename MatrixType, typename ProductType, int UpLo>
200 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,true>
206 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
212 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
247 template<typename MatrixType, typename ProductType, int UpLo>
248 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,false>
252 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
258 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
298 template<typename ProductType>
[all …]

12345678910>>...67