respect-validation/library/Rules
Felipe Martins 141103f085 Improve "CountryCode" rule
Add "alpha-3" and "numeric" country codes and unit test for it.
2015-10-17 16:42:43 -03:00
..
Locale Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
SubdivisionCode Create "ZwSubdivisionCode" rule 2015-09-21 13:28:01 -03:00
AbstractComposite.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
AbstractCountryInfo.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
AbstractCtypeRule.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
AbstractFilterRule.php Make all rules mandatory 2015-10-07 01:00:39 -03:00
AbstractInterval.php Make all rules inclusive by default 2015-10-14 13:10:20 -03:00
AbstractRegexRule.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
AbstractRelated.php Make all rules mandatory 2015-10-07 01:00:39 -03:00
AbstractRule.php Adds partial test suite for AbstractRule 2015-10-17 16:02:12 -03:00
AbstractSearcher.php Make all rules mandatory 2015-10-07 01:00:39 -03:00
AbstractWrapper.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Age.php Update some files permissions 2015-07-21 11:22:33 -03:00
AllOf.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Alnum.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Alpha.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
AlwaysInvalid.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
AlwaysValid.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
ArrayVal.php Rename rule "Arr" to "ArrayVal" 2015-10-07 12:25:15 -03:00
Attribute.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Bank.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
BankAccount.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Base.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Between.php Make all rules inclusive by default 2015-10-14 13:10:20 -03:00
Bic.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
BoolType.php Rename rule "Bool" to "BoolType" 2015-10-07 11:30:29 -03:00
Bsn.php Create "Bsn" rule 2015-10-16 22:19:33 +02:00
Call.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
CallableType.php Create "CallableType" rule 2015-08-20 01:29:00 -03:00
Callback.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Charset.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Cnh.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Cnpj.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Cntrl.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Consonant.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Contains.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
CountryCode.php Improve "CountryCode" rule 2015-10-17 16:42:43 -03:00
Cpf.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
CreditCard.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Date.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Digit.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Directory.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Domain.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Each.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Email.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
EndsWith.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Equals.php Remove identical checking from "Equals" rule 2015-10-13 13:29:31 -03:00
Even.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Executable.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Exists.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Extension.php Create "Extension" rule 2015-06-18 23:07:50 -03:00
Factor.php Create "Factor" rule 2015-09-10 13:44:00 -03:00
FalseVal.php Rename rule "False" to "FalseVal" 2015-10-07 11:36:31 -03:00
File.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
FilterVar.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Finite.php Create "Finite" rule 2015-08-20 01:28:56 -03:00
FloatVal.php Rename rule "Float" to "FloatVal" 2015-10-07 11:42:37 -03:00
Graph.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
HexRgbColor.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Identical.php Create "Identical" rule 2015-10-13 13:29:34 -03:00
In.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Infinite.php Create "Infinite" rule 2015-08-20 01:28:59 -03:00
Instance.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
IntType.php Create "IntType" rule 2015-10-16 23:43:01 -03:00
IntVal.php Rename rule "Int" to "IntVal" 2015-10-07 11:46:57 -03:00
Ip.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Json.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Key.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
KeyNested.php Create "KeyNested" rule 2015-10-07 14:03:19 -03:00
KeySet.php Fix strict standards on KeySet rule 2015-07-28 17:04:09 -03:00
KeyValue.php Create "KeyValue" rule 2015-10-13 07:37:12 -03:00
LeapDate.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
LeapYear.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Length.php Rename rule "NullValue" to "NullType" 2015-10-07 12:44:13 -03:00
Lowercase.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
MacAddress.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Max.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Mimetype.php The finfo::file() accepts only valid files 2015-08-26 19:46:51 -03:00
Min.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
MinimumAge.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Multiple.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Negative.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
NfeAccessKey.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
No.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
NoneOf.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Not.php Removing unused $current variable 2015-10-17 15:33:45 -03:00
NotBlank.php Create "NotBlank" rule 2015-10-14 01:05:42 -03:00
NotEmpty.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
NotOptional.php Create "NotOptional" rule 2015-10-15 10:36:48 -03:00
NoWhitespace.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
NullType.php Rename rule "NullValue" to "NullType" 2015-10-07 12:44:13 -03:00
Numeric.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
ObjectType.php Rename rule "Object" to "ObjectType" 2015-10-07 12:44:19 -03:00
Odd.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
OneOf.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Optional.php Remove user-defined optional values 2015-10-15 11:14:20 -03:00
PerfectSquare.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Phone.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Positive.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
PostalCode.php Add country code to postal code exception message 2015-09-24 00:49:25 -03:00
PrimeNumber.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Prnt.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Punct.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Readable.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Regex.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
ResourceType.php Rename rule "Resource" to "ResourceType" 2015-10-07 12:44:19 -03:00
Roman.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
ScalarVal.php Rename rule "Scalar" to "ScalarVal" 2015-10-07 12:44:20 -03:00
Sf.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Size.php Add missing properties on Size rule 2015-07-20 14:21:16 -03:00
Slug.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Space.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
StartsWith.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
StringType.php Rename rule "String" to "StringType" 2015-10-07 11:52:03 -03:00
SubdivisionCode.php Fix bugs on "SubdivisionCode" rule 2015-09-22 10:08:17 -03:00
SymbolicLink.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Tld.php Suggest php-cs-fixer and add default config 2015-08-10 20:22:04 +02:00
TrueVal.php Rename rule "True" to "TrueVal" 2015-10-07 11:38:24 -03:00
Type.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Uploaded.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Uppercase.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Url.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Version.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
VideoUrl.php Create "VideoUrl" rule 2015-09-15 23:41:24 -03:00
Vowel.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
When.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Writable.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Xdigit.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Yes.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00
Zend.php Add license information and copyright in all files 2015-06-08 12:09:25 -03:00