respect-validation/library/Respect/Validation/Rules
2012-04-07 20:42:19 -03:00
..
AbstractComposite.php Removed license text from class files 2012-03-22 23:53:06 -03:00
AbstractRelated.php Removed license text from class files 2012-03-22 23:53:06 -03:00
AbstractRule.php Removed license text from class files 2012-03-22 23:53:06 -03:00
AllOf.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Alnum.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Alpha.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Arr.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Attribute.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Between.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Bool.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Call.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Callback.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Cnpj.php changed cnpj non number re to be cleaner 2011-10-20 14:41:36 -02:00
Consonants.php Insert validation, unit test and exception for consonants. 2012-03-27 15:26:52 -03:00
Contains.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Cpf.php changed cpf validator to use js from hell's implementation 2011-10-20 12:52:07 -02:00
CreditCard.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Date.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Digits.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Domain.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Each.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Email.php Minor changes, just coding style. 2011-05-06 13:00:50 -03:00
EndsWith.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Equals.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Even.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Float.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Hexa.php Removed license text from class files 2012-03-22 23:53:06 -03:00
In.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Instance.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Int.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Ip.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Json.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Key.php Removed license text from class files 2012-03-22 23:53:06 -03:00
LeapDate.php Removed license text from class files 2012-03-22 23:53:06 -03:00
LeapYear.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Length.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Lowercase.php Modified to use mb_strtolower if exists 2011-10-06 00:05:14 -03:00
MacAddress.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Max.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Min.php Removed license text from class files 2012-03-22 23:53:06 -03:00
MinimumAge.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Multiple.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Negative.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NoneOf.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Not.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NotEmpty.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NoWhitespace.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NullValue.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Numeric.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Object.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Odd.php Removed license text from class files 2012-03-22 23:53:06 -03:00
OneOf.php Removed license text from class files 2012-03-22 23:53:06 -03:00
PerfectSquare.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Positive.php Removed license text from class files 2012-03-22 23:53:06 -03:00
PrimeNumber.php Fix problem with validation return (returns a boolean type now). 2012-03-14 16:39:30 -03:00
Regex.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Roman.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Sf.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Slug.php Removed license text from class files 2012-03-22 23:53:06 -03:00
StartsWith.php Removed license text from class files 2012-03-22 23:53:06 -03:00
String.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Tld.php Removed license text from class files 2012-03-22 23:53:06 -03:00
Uppercase.php Modified to use mb_strtoupper if exists 2011-10-06 00:07:49 -03:00
Version.php Create validator for versions. 2012-04-07 14:50:52 -03:00
Vowels.php Removed LICENSE from recent PR 2012-03-27 07:29:40 -03:00
When.php When rule for conditional validation 2012-04-05 22:03:41 -03:00
Zend.php Removed license text from class files 2012-03-22 23:53:06 -03:00