Home
last modified time | relevance | path

Searched refs:validateValue (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/dbi/
H A DDbConfigManager.java336 param.validateValue(props.getProperty(name)); in validateProperties()
419 boolean validateValue, in setConfigParam() argument
476 setVal(props, param, value, validateValue); in setConfigParam()
557 boolean validateValue) in setVal() argument
560 if (validateValue) { in setVal()
561 param.validateValue(val); in setVal()
574 boolean validateValue) in setVal() argument
577 if (validateValue) { in setVal()
578 param.validateValue(val); in setVal()
606 boolean validateValue) { in setIntVal() argument
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/copynumber/formats/records/annotation/
H A DAnnotationKey.java15 private final Function<T, Boolean> validateValue; field in AnnotationKey
19 final Function<T, Boolean> validateValue) { in AnnotationKey() argument
22 this.validateValue = Utils.nonNull(validateValue); in AnnotationKey()
34 Utils.validateArg(validateValue.apply(value), in validate()
/dports/devel/flatbuffers/flatbuffers-2.0.0/php/
H A DByteBuffer.php178 self::validateValue(-128, 127, $value, "sbyte");
192 self::validateValue(0, 255, $value, "byte");
218 self::validateValue(-32768, 32767, $value, "short");
230 self::validateValue(0, 65535, $value, "short");
244 self::validateValue(-2147483648, 2147483647, $value, "int");
258 …self::validateValue(0, 4294967295, $value, "uint", " php has big numbers limitation. check your P…
271 …self::validateValue(~PHP_INT_MAX, PHP_INT_MAX, $value, "long", " php has big numbers limitation. …
284 …self::validateValue(0, PHP_INT_MAX, $value, "long", " php has big numbers limitation. check your P…
488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { function in Google\\FlatBuffers\\ByteBuffer
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/php/
H A DByteBuffer.php178 self::validateValue(-128, 127, $value, "sbyte");
192 self::validateValue(0, 255, $value, "byte");
218 self::validateValue(-32768, 32767, $value, "short");
230 self::validateValue(0, 65535, $value, "short");
244 self::validateValue(-2147483648, 2147483647, $value, "int");
258 …self::validateValue(0, 4294967295, $value, "uint", " php has big numbers limitation. check your P…
271 …self::validateValue(~PHP_INT_MAX, PHP_INT_MAX, $value, "long", " php has big numbers limitation. …
284 …self::validateValue(0, PHP_INT_MAX, $value, "long", " php has big numbers limitation. check your P…
488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { function in Google\\FlatBuffers\\ByteBuffer
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/php/
H A DByteBuffer.php178 self::validateValue(-128, 127, $value, "sbyte");
192 self::validateValue(0, 255, $value, "byte");
218 self::validateValue(-32768, 32767, $value, "short");
230 self::validateValue(0, 65535, $value, "short");
244 self::validateValue(-2147483648, 2147483647, $value, "int");
258 …self::validateValue(0, 4294967295, $value, "uint", " php has big numbers limitation. check your P…
271 …self::validateValue(~PHP_INT_MAX, PHP_INT_MAX, $value, "long", " php has big numbers limitation. …
284 …self::validateValue(0, PHP_INT_MAX, $value, "long", " php has big numbers limitation. check your P…
488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { function in Google\\FlatBuffers\\ByteBuffer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/php/
H A DByteBuffer.php178 self::validateValue(-128, 127, $value, "sbyte");
192 self::validateValue(0, 255, $value, "byte");
218 self::validateValue(-32768, 32767, $value, "short");
230 self::validateValue(0, 65535, $value, "short");
244 self::validateValue(-2147483648, 2147483647, $value, "int");
258 …self::validateValue(0, 4294967295, $value, "uint", " php has big numbers limitation. check your P…
271 …self::validateValue(~PHP_INT_MAX, PHP_INT_MAX, $value, "long", " php has big numbers limitation. …
284 …self::validateValue(0, PHP_INT_MAX, $value, "long", " php has big numbers limitation. check your P…
488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { function in Google\\FlatBuffers\\ByteBuffer
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/php/
H A DByteBuffer.php178 self::validateValue(-128, 127, $value, "sbyte");
192 self::validateValue(0, 255, $value, "byte");
218 self::validateValue(-32768, 32767, $value, "short");
230 self::validateValue(0, 65535, $value, "short");
244 self::validateValue(-2147483648, 2147483647, $value, "int");
258 …self::validateValue(0, 4294967295, $value, "uint", " php has big numbers limitation. check your P…
271 …self::validateValue(~PHP_INT_MAX, PHP_INT_MAX, $value, "long", " php has big numbers limitation. …
284 …self::validateValue(0, PHP_INT_MAX, $value, "long", " php has big numbers limitation. check your P…
488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { function in Google\\FlatBuffers\\ByteBuffer
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/php/
H A DByteBuffer.php178 self::validateValue(-128, 127, $value, "sbyte");
192 self::validateValue(0, 255, $value, "byte");
218 self::validateValue(-32768, 32767, $value, "short");
230 self::validateValue(0, 65535, $value, "short");
244 self::validateValue(-2147483648, 2147483647, $value, "int");
258 …self::validateValue(0, 4294967295, $value, "uint", " php has big numbers limitation. check your P…
271 …self::validateValue(~PHP_INT_MAX, PHP_INT_MAX, $value, "long", " php has big numbers limitation. …
284 …self::validateValue(0, PHP_INT_MAX, $value, "long", " php has big numbers limitation. check your P…
488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { function in Google\\FlatBuffers\\ByteBuffer
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Validation/
H A DValidatorResolver.php375 * @param string $validateValue
380 public function parseValidatorAnnotation($validateValue) argument
388 if ($validateValue[0] === '$') {
389 $parts = explode(' ', $validateValue, 2);
394 … preg_match_all(self::PATTERN_MATCH_VALIDATORS, $validateValue, $matches, PREG_SET_ORDER);
561 foreach ($methodTagsValues['validate'] as $validateValue) {
562 $parsedAnnotations = $this->parseValidatorAnnotation($validateValue);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/
H A DConvertHex.php38 $value = self::validateValue(Functions::flattenSingleValue($value));
69 $value = self::validateValue(Functions::flattenSingleValue($value));
126 $value = self::validateValue(Functions::flattenSingleValue($value));
H A DConvertBinary.php28 $value = self::validateValue(Functions::flattenSingleValue($value));
68 $value = self::validateValue(Functions::flattenSingleValue($value));
111 $value = self::validateValue(Functions::flattenSingleValue($value));
H A DConvertOctal.php44 $value = self::validateValue(Functions::flattenSingleValue($value));
73 $value = self::validateValue(Functions::flattenSingleValue($value));
123 $value = self::validateValue(Functions::flattenSingleValue($value));
H A DConvertDecimal.php45 $value = self::validateValue(Functions::flattenSingleValue($value));
92 $value = self::validateValue(Functions::flattenSingleValue($value));
158 $value = self::validateValue(Functions::flattenSingleValue($value));
/dports/devel/sope/SOPE/sope-core/EOControl/
H A DEOValidation.m43 - (NSException *)validateValue:(id *)_value forKey:(NSString *)_key {
85 validate = (void *)[self methodForSelector:@selector(validateValue:forKey:)];
96 if ((e = validate(self, @selector(validateValue:forKey:), &value, key))) {
128 - (NSException *)validateValue:(id *)_value forKey:(NSString *)_key {
131 if ((e = [[self classDescription] validateValue:_value forKey:_key]))
/dports/devel/sope2/SOPE/sope-core/EOControl/
H A DEOValidation.m43 - (NSException *)validateValue:(id *)_value forKey:(NSString *)_key {
85 validate = (void *)[self methodForSelector:@selector(validateValue:forKey:)];
96 if ((e = validate(self, @selector(validateValue:forKey:), &value, key))) {
128 - (NSException *)validateValue:(id *)_value forKey:(NSString *)_key {
131 if ((e = [[self classDescription] validateValue:_value forKey:_key]))
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/
H A DStorableConfigBase.php152 protected function validateValue($key, $value) { function in Drupal\\Core\\Config\\StorableConfigBase
156 $this->validateValue($key . '.' . $nested_value_key, $nested_value);
184 $this->validateValue($key, $value);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/
H A DStorableConfigBase.php152 protected function validateValue($key, $value) { function in Drupal\\Core\\Config\\StorableConfigBase
156 $this->validateValue($key . '.' . $nested_value_key, $nested_value);
184 $this->validateValue($key, $value);
/dports/devel/jcmdline/jcmdline-2.0.0/testsrc/jcmdline/
H A DSampleParam.java24 public void validateValue(String val) throws CmdLineException { in validateValue() method in SampleParam
25 super.validateValue(val); in validateValue()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/validators/
H A DCUrlValidator.php42 if(!$this->validateValue($value))
57 public function validateValue($value) function in CUrlValidator
H A DCEmailValidator.php68 if(!$this->validateValue($value))
83 public function validateValue($value) function in CEmailValidator
/dports/lang/chaiscript/ChaiScript-6.1.0/samples/
H A Dinheritance.cpp18 if (validateValue(t_val)) in setValue()
29 virtual bool validateValue(const std::string &t_val) = 0;
53 bool validateValue(const std::string &t_val) override in validateValue() function in ChaiScriptDerived
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/
H A DIPathVariableManager.java300 IStatus validateValue(IPath path); in validateValue() method
314 IStatus validateValue(URI path); in validateValue() method
/dports/www/limesurvey/limesurvey/framework/validators/
H A DCTypeValidator.php96 if(!$this->validateValue($value))
111 public function validateValue($value) function in CTypeValidator
H A DCBooleanValidator.php60 if(!$this->validateValue($value))
81 public function validateValue($value) function in CBooleanValidator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DPathVariableManager.java80 IStatus status = validateValue(newValue); in checkIsValidValue()
157 if (validateName(key).isOK() && validateValue(getValue(key)).isOK()) in getPathVariableNames()
312 public IStatus validateValue(IPath value) { in validateValue() method in PathVariableManager
351 public IStatus validateValue(URI path) { in validateValue() method in PathVariableManager
352 return validateValue(path != null ? URIUtil.toPath(path) : (IPath) null); in validateValue()

1234567891011