Home
last modified time | relevance | path

Searched refs:INVALID_FORMAT (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dbitmap.cpp110 INVALID_FORMAT; in OpenBitmapFile()
116 INVALID_FORMAT; in OpenBitmapFile()
121 INVALID_FORMAT; in OpenBitmapFile()
126 INVALID_FORMAT; in OpenBitmapFile()
131 INVALID_FORMAT; in OpenBitmapFile()
136 INVALID_FORMAT; in OpenBitmapFile()
141 INVALID_FORMAT; in OpenBitmapFile()
146 INVALID_FORMAT; in OpenBitmapFile()
151 INVALID_FORMAT; in OpenBitmapFile()
156 INVALID_FORMAT; in OpenBitmapFile()
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/io_tetramesh/
H A Dimport_msh.h130 INVALID_FORMAT = 1,
153 return INVALID_FORMAT;
169 return INVALID_FORMAT;
186 return INVALID_FORMAT;
201 return INVALID_FORMAT;
271 return INVALID_FORMAT;
319 return INVALID_FORMAT;
349 return INVALID_FORMAT;
409 return INVALID_FORMAT;
422 return INVALID_FORMAT;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/test/
H A Dlocalization_test.cc48 using i18n::addressinput::INVALID_FORMAT;
353 INVALID_FORMAT, true, true)); in TEST()
357 INVALID_FORMAT, true, false)); in TEST()
360 INVALID_FORMAT, false, false)); in TEST()
363 INVALID_FORMAT, false, true)); in TEST()
376 INVALID_FORMAT, true, true)); in TEST()
380 INVALID_FORMAT, true, false)); in TEST()
383 INVALID_FORMAT, false, false)); in TEST()
386 INVALID_FORMAT, false, true)); in TEST()
H A Daddress_validator_test.cc50 using i18n::addressinput::INVALID_FORMAT;
215 expected_.emplace(POSTAL_CODE, INVALID_FORMAT); in TEST_P()
249 expected_.emplace(POSTAL_CODE, INVALID_FORMAT); in TEST_P()
303 filter_.emplace(POSTAL_CODE, INVALID_FORMAT); in TEST_P()
305 expected_.emplace(POSTAL_CODE, INVALID_FORMAT); in TEST_P()
323 expected_.emplace(POSTAL_CODE, INVALID_FORMAT); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/common/src/test/java/com/google/i18n/addressinput/common/
H A DStandardAddressVerifierTest.java26 import static com.google.i18n.addressinput.common.AddressProblemType.INVALID_FORMAT;
122 POSTAL_CODE, ImmutableList.of(INVALID_FORMAT, MISSING_REQUIRED_FIELD))); in testCustomProblemMap()
136 POSTAL_CODE, INVALID_FORMAT), in testCustomProblemMap()
208 POSTAL_CODE, INVALID_FORMAT), in testChinaAddress()
362 assertThat(problems.getProblem(POSTAL_CODE)).isEqualTo(INVALID_FORMAT); in testVerifyCountryAndPostalCodeOnly_InvalidPostalCode()
H A DFieldVerifierTest.java91 assertEquals(AddressProblemType.INVALID_FORMAT, problems.getProblem(AddressField.POSTAL_CODE)); in testFranceInvalidPostcode()
236 assertEquals(AddressProblemType.INVALID_FORMAT, problems.getProblem(AddressField.POSTAL_CODE)); in testChinaPostalCodeMismatchingFormat()
251 assertEquals(AddressProblemType.INVALID_FORMAT, problems.getProblem(AddressField.POSTAL_CODE)); in testChinaPostalCodeBadFormat()
401 AddressProblemType.INVALID_FORMAT, in testUnrecognizedFormatCheckWithNoState_US()
414 assertEquals(AddressProblemType.INVALID_FORMAT, in testUnrecognizedFormatCheckWithNoState_US()
496 assertEquals(AddressProblemType.INVALID_FORMAT, in testElSalvador()
505 assertEquals(AddressProblemType.INVALID_FORMAT, in testElSalvador()
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DMediaMetadata.vala40 INVALID_FORMAT,
54 … throw new MetadataDateTimeError.INVALID_FORMAT("%s is not EXIF format date/time", label);
65 throw new MetadataDateTimeError.INVALID_FORMAT("%s is not XMP format date/time", label);
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DMediaMetadata.vala56 INVALID_FORMAT,
69 … throw new MetadataDateTimeError.INVALID_FORMAT ("%s is not EXIF format date/time", label);
75 … throw new MetadataDateTimeError.INVALID_FORMAT ("%s is not XMP format date/time", label);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/src/
H A Dvalidation_task.cc178 if (!(ShouldReport(POSTAL_CODE, INVALID_FORMAT) || in CheckPostalCodeFormatAndValue()
197 ShouldReport(POSTAL_CODE, INVALID_FORMAT)) { in CheckPostalCodeFormatAndValue()
198 ReportProblem(POSTAL_CODE, INVALID_FORMAT); in CheckPostalCodeFormatAndValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/cpp/src/
H A Dvalidation_task.cc178 if (!(ShouldReport(POSTAL_CODE, INVALID_FORMAT) || in CheckPostalCodeFormatAndValue()
197 ShouldReport(POSTAL_CODE, INVALID_FORMAT)) { in CheckPostalCodeFormatAndValue()
198 ReportProblem(POSTAL_CODE, INVALID_FORMAT); in CheckPostalCodeFormatAndValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/common/src/main/java/com/google/i18n/addressinput/common/
H A DStandardChecks.java28 import static com.google.i18n.addressinput.common.AddressProblemType.INVALID_FORMAT;
57 addToMap(map, POSTAL_CODE, UNEXPECTED_FIELD, MISSING_REQUIRED_FIELD, INVALID_FORMAT, in addToMap() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/common/src/main/java/com/google/i18n/addressinput/common/
H A DStandardChecks.java28 import static com.google.i18n.addressinput.common.AddressProblemType.INVALID_FORMAT;
57 addToMap(map, POSTAL_CODE, UNEXPECTED_FIELD, MISSING_REQUIRED_FIELD, INVALID_FORMAT, in addToMap() argument
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Validator/
H A DEmailAddress.php15 const INVALID_FORMAT = 'emailAddressInvalidFormat'; define in Zend\\Validator\\EmailAddress
29 …self::INVALID_FORMAT => "The input is not a valid email address. Use the basic format local-pa…
498 $this->error(self::INVALID_FORMAT);

12345