Home
last modified time | relevance | path

Searched refs:isUnsignedInt (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DValidate.php943 …return static::isUnsignedInt($id); /* Because an id could be equal to zero when there is no associ…
956 public static function isUnsignedInt($value) function in TbUpdaterModule\\Validate
1423 if ($id == 0 || !static::isUnsignedInt($id)) {
1444 if (!isset($zone['x1']) || !static::isUnsignedInt($zone['x1'])) {
1447 if (!isset($zone['y1']) || !static::isUnsignedInt($zone['y1'])) {
1450 if (!isset($zone['width']) || !static::isUnsignedInt($zone['width'])) {
1453 if (!isset($zone['height']) || !static::isUnsignedInt($zone['height'])) {
1456 if (!isset($zone['id_product']) || !static::isUnsignedInt($zone['id_product'])) {
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DValidate.php1006 …return static::isUnsignedInt($id); /* Because an id could be equal to zero when there is no associ…
1019 public static function isUnsignedInt($value) function in ValidateCore
1511 if ($id == 0 || !static::isUnsignedInt($id)) {
1532 if (!isset($zone['x1']) || !static::isUnsignedInt($zone['x1'])) {
1535 if (!isset($zone['y1']) || !static::isUnsignedInt($zone['y1'])) {
1538 if (!isset($zone['width']) || !static::isUnsignedInt($zone['width'])) {
1541 if (!isset($zone['height']) || !static::isUnsignedInt($zone['height'])) {
1544 if (!isset($zone['id_product']) || !static::isUnsignedInt($zone['id_product'])) {
H A DProductSale.php120 …$interval = Validate::isUnsignedInt(Configuration::get('PS_NB_DAYS_NEW_PRODUCT')) ? Configuration:…
H A DSearch.php283 …INTERVAL '.(Validate::isUnsignedInt(Configuration::get('PS_NB_DAYS_NEW_PRODUCT')) ? Configuration:…
1006 …INTERVAL '.(Validate::isUnsignedInt(Configuration::get('PS_NB_DAYS_NEW_PRODUCT')) ? Configuration:…
/dports/finance/prestashop/prestashop/src/Adapter/
H A DValidate.php134 public function isUnsignedInt($value) function in PrestaShop\\PrestaShop\\Adapter\\Validate
136 return ValidateLegacy::isUnsignedInt($value);
/dports/devel/loki/loki-0.1.7/test/RegressionTest/
H A DTypeTraitsTest.h69 TypeTraits<unsigned int>::isUnsignedInt && in execute()
70 !TypeTraits<int>::isUnsignedInt && in execute()
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminSearchController.php70 … if ($searchType == 1 && (int) $this->query && Validate::isUnsignedInt((int) $this->query)) {
84 … if ($searchType && (int) $this->query && Validate::isUnsignedInt((int) $this->query)) {
101 …if (Validate::isUnsignedInt(trim($this->query)) && (int) $this->query && ($order = new Order((int)…
146 …if ((int) $this->query && Validate::isUnsignedInt((int) $this->query) && ($cart = new Cart($this->…
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminSearchController.php95 … if ($searchType == 1 && (int) $this->query && Validate::isUnsignedInt((int) $this->query)) {
109 … if ($searchType && (int) $this->query && Validate::isUnsignedInt((int) $this->query)) {
134 …if (Validate::isUnsignedInt(trim($this->query)) && (int) $this->query && ($order = new Order((int)…
179 …if ((int) $this->query && Validate::isUnsignedInt((int) $this->query) && ($cart = new Cart($this->…
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/fit/defs/
H A DCFitBaseType.cpp94 return isSignedInt() || isUnsignedInt(); in isInteger()
103 bool CFitBaseType::isUnsignedInt() const in isUnsignedInt() function in CFitBaseType
H A DCFitBaseType.h59 bool isUnsignedInt() const;
/dports/finance/prestashop/prestashop/classes/
H A DProductAssembler.php62 if (!Validate::isUnsignedInt($nbDaysNewProduct)) {
H A DValidate.php838 public static function isUnsignedInt($value) function in ValidateCore
865 …return Validate::isUnsignedInt($id); /* Because an id could be equal to zero when there is no asso…
1201 if ($id == 0 || !Validate::isUnsignedInt($id)) {
H A DProductSale.php100 …$interval = Validate::isUnsignedInt(Configuration::get('PS_NB_DAYS_NEW_PRODUCT')) ? Configuration:…
H A DSpecificPriceRule.php304 if (!Validate::isLoadedObject($rule) || !Validate::isUnsignedInt($id_product)) {
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/
H A Dtype_traits.hpp76 enum { isUnsignedInt = type_traits_detail::IsUnsignedIntegral<UnqualifiedType>::value }; enumerator
/dports/lang/zig/zig-0.9.0/lib/std/meta/
H A Dtrait.zig189 pub fn isUnsignedInt(comptime T: type) bool {
196 test "isUnsignedInt" {
197 try testing.expect(isUnsignedInt(u32) == true);
198 try testing.expect(isUnsignedInt(comptime_int) == false);
199 try testing.expect(isUnsignedInt(i64) == false);
200 try testing.expect(isUnsignedInt(f64) == false);
/dports/lang/zig-devel/zig-0.9.0/lib/std/meta/
H A Dtrait.zig189 pub fn isUnsignedInt(comptime T: type) bool {
196 test "isUnsignedInt" {
197 try testing.expect(isUnsignedInt(u32) == true);
198 try testing.expect(isUnsignedInt(comptime_int) == false);
199 try testing.expect(isUnsignedInt(i64) == false);
200 try testing.expect(isUnsignedInt(f64) == false);
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/fit/decoder/
H A DCFitField.cpp57 if(baseType->isUnsignedInt()) in applyScaleAndOffset()
H A DCFitFieldBuilder.cpp59 else if (baseType.isUnsignedInt()) in buildField()
/dports/www/thirtybees/thirtybees-1.1.0/modules/blockpaymentlogo/
H A Dblockpaymentlogo.php66 if (Validate::isUnsignedInt(Tools::getValue('PS_PAYMENT_LOGO_CMS_ID')))
/dports/www/thirtybees/thirtybees-1.1.0/modules/blockmanufacturer/
H A Dblockmanufacturer.php112 if ($text_list && !Validate::isUnsignedInt($text_nb))
/dports/www/thirtybees/thirtybees-1.1.0/modules/blocksupplier/
H A Dblocksupplier.php112 if ($text_list AND !Validate::isUnsignedInt($text_nb))
/dports/finance/prestashop/prestashop/src/Adapter/Order/CommandHandler/
H A DUpdateProductInOrderHandler.php185 if (!Validate::isUnsignedInt($command->getQuantity())) {
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreGpuProgramParams.h174 bool isUnsignedInt() const { return isUnsignedInt(constType); } in isUnsignedInt() function
175 static bool isUnsignedInt(GpuConstantType c) { return getBaseType(c) == BCT_UINT; } in isUnsignedInt() function
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLSL/
H A DOgreGLSLProgramManagerCommon.cpp161 else if (def.isInt() || def.isSampler() || def.isUnsignedInt() || def.isBool()) in parseGLSLUniform()

123