Home
last modified time | relevance | path

Searched refs:isPositiveInteger (Results 1 – 13 of 13) sorted by relevance

/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/dependency/
H A DVulnerableSoftwareTest.java166 assertTrue(VulnerableSoftware.isPositiveInteger("1"));
167 assertTrue(VulnerableSoftware.isPositiveInteger("10"));
168 assertTrue(VulnerableSoftware.isPositiveInteger("666"));
169 assertTrue(VulnerableSoftware.isPositiveInteger("0"));
171 assertFalse(VulnerableSoftware.isPositiveInteger("+1"));
172 assertFalse(VulnerableSoftware.isPositiveInteger("-1"));
173 assertFalse(VulnerableSoftware.isPositiveInteger("2.1"));
174 assertFalse(VulnerableSoftware.isPositiveInteger("01"));
175 assertFalse(VulnerableSoftware.isPositiveInteger("00"));
/dports/finance/prestashop/prestashop/vendor/prestashop/circuit-breaker/src/Place/
H A DAbstractPlace.php84 $assertionsAreValid = Assert::isPositiveInteger($failures)
86 && Assert::isPositiveInteger($threshold)
/dports/finance/prestashop/prestashop/vendor/prestashop/circuit-breaker/src/Transaction/
H A DSimpleTransaction.php144 && Assert::isPositiveInteger($failures)
146 && Assert::isPositiveInteger($threshold)
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/common/
H A DLTKShapeRecoUtil.cpp230 bool isPositiveInteger=true; in isProjectDynamic() local
238 isPositiveInteger=false; in isProjectDynamic()
245 if(!isPositiveInteger) in isProjectDynamic()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/
H A DVulnerableSoftware.java244 if (isPositiveInteger(subLeft[x]) && isPositiveInteger(subRight[x])) { in compareTo()
291 protected static boolean isPositiveInteger(final String str) { in isPositiveInteger() method in VulnerableSoftware
/dports/finance/prestashop/prestashop/vendor/prestashop/circuit-breaker/src/Util/
H A DAssert.php27 public static function isPositiveInteger($value) function in PrestaShop\\CircuitBreaker\\Util\\Assert
/dports/math/vampire/vampire-4.5.1/Lib/
H A DStringUtils.hpp38 static bool isPositiveInteger(vstring str);
H A DStringUtils.cpp99 bool StringUtils::isPositiveInteger(vstring str) in isPositiveInteger() function in Lib::StringUtils
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/onboarding/
H A DOnboardingTelemetry.jsm33 function isPositiveInteger(i) {
115 width: isPositiveInteger,
140 notification_impression: isPositiveInteger,
154 notification_impression: isPositiveInteger,
168 notification_impression: isPositiveInteger,
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestIndexFilter.cc62 bool isPositiveInteger() const { return mThreshold > 0; } in isPositiveInteger() function in ThresholdFilter
70 else if (!isPositiveInteger()) return index::NONE; in state()
74 else if (!isPositiveInteger()) return index::ALL; in state()
/dports/math/vampire/vampire-4.5.1/Parse/
H A DSMTLIB2.cpp481 if (not StringUtils::isPositiveInteger(arity)) { in readDeclareSort() member in Parse::SMTLIB2::readDeclareSort::StringUtils
1507 if (StringUtils::isPositiveInteger(id)) { in parseAsSpecConstant()
2096 if (!StringUtils::isPositiveInteger(numeral)) { in parseRankedFunctionApplication()
H A DSMTLIB.cpp550 if(!_treatIntsAsReals && StringUtils::isPositiveInteger(str)) { in readTermFromAtom()
/dports/japanese/seaside/
H A DSeaside-JPatched080908-sq39.changes44094 ea isPositiveInteger ifTrue: [
44141 port := tmp isPositiveInteger
116286 ip detect: [ :ea | ea isPositiveInteger and: [ (ea asNumber <= 255) and: [ ea asNumber >= 0 ]]]
116294 isPositiveInteger