Uniform Markdown lists on documentation

This commit is contained in:
Henrique Moody 2017-03-28 11:53:14 +02:00
parent 2dbc2065f8
commit 599d200c2e
No known key found for this signature in database
GPG key ID: 221E9281655813A6
138 changed files with 884 additions and 884 deletions

View file

@ -46,7 +46,7 @@ Version | Description
***
See also:
* [Between](Between.md)
* [Date](Date.md)
* [Max](Max.md)
* [Min](Min.md)
- [Between](Between.md)
- [Date](Date.md)
- [Max](Max.md)
- [Min](Min.md)

View file

@ -20,7 +20,7 @@ Version | Description
***
See also:
* [AnyOf](AnyOf.md)
* [NoneOf](NoneOf.md)
* [OneOf](OneOf.md)
* [When](When.md)
- [AnyOf](AnyOf.md)
- [NoneOf](NoneOf.md)
- [OneOf](OneOf.md)
- [When](When.md)

View file

@ -41,7 +41,7 @@ Version | Description
***
See also:
* [Alpha](Alpha.md)
* [Digit](Digit.md)
* [Consonant](Consonant.md)
* [Vowel](Vowel.md)
- [Alpha](Alpha.md)
- [Digit](Digit.md)
- [Consonant](Consonant.md)
- [Vowel](Vowel.md)

View file

@ -14,7 +14,7 @@ Version | Description
***
See also:
* [Alnum](Alnum.md)
* [Digit](Digit.md)
* [Consonant](Consonant.md)
* [Vowel](Vowel.md)
- [Alnum](Alnum.md)
- [Digit](Digit.md)
- [Consonant](Consonant.md)
- [Vowel](Vowel.md)

View file

@ -17,4 +17,4 @@ Version | Description
***
See also:
* [AlwaysValid](AlwaysValid.md)
- [AlwaysValid](AlwaysValid.md)

View file

@ -17,4 +17,4 @@ Version | Description
***
See also:
* [AlwaysInvalid](AlwaysInvalid.md)
- [AlwaysInvalid](AlwaysInvalid.md)

View file

@ -26,7 +26,7 @@ Version | Description
***
See also:
* [AllOf](AllOf.md)
* [NoneOf](NoneOf.md)
* [OneOf](OneOf.md)
* [When](When.md)
- [AllOf](AllOf.md)
- [NoneOf](NoneOf.md)
- [OneOf](OneOf.md)
- [When](When.md)

View file

@ -19,15 +19,15 @@ Version | Description
***
See also:
* [ArrayVal](ArrayVal.md)
* [BoolType](BoolType.md)
* [CallableType](CallableType.md)
* [Countable](Countable.md)
* [FloatType](FloatType.md)
* [IntType](IntType.md)
* [IterableType](IterableType.md)
* [NullType](NullType.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [Type](Type.md)
- [ArrayVal](ArrayVal.md)
- [BoolType](BoolType.md)
- [CallableType](CallableType.md)
- [Countable](Countable.md)
- [FloatType](FloatType.md)
- [IntType](IntType.md)
- [IterableType](IterableType.md)
- [NullType](NullType.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [Type](Type.md)

View file

@ -24,10 +24,10 @@ Version | Description
***
See also:
* [ArrayType](ArrayType.md)
* [Countable](Countable.md)
* [Each](Each.md)
* [IterableType](IterableType.md)
* [Key](Key.md)
* [KeySet](KeySet.md)
* [KeyValue](KeyValue.md)
- [ArrayType](ArrayType.md)
- [Countable](Countable.md)
- [Each](Each.md)
- [IterableType](IterableType.md)
- [Key](Key.md)
- [KeySet](KeySet.md)
- [KeyValue](KeyValue.md)

View file

@ -36,4 +36,4 @@ Version | Description
***
See also:
* [Key](Key.md)
- [Key](Key.md)

View file

@ -11,7 +11,7 @@ v::bank("de")->validate("12345"); // false
These country codes are supported:
* "de" (Germany): Respect\Validation supports version >=1.1.0 of "malkusch/bav" for this rule.
- "de" (Germany): Respect\Validation supports version >=1.1.0 of "malkusch/bav" for this rule.
## Changelog
@ -22,5 +22,5 @@ Version | Description
***
See also:
* [BankAccount](BankAccount.md)
* [Bic](Bic.md)
- [BankAccount](BankAccount.md)
- [Bic](Bic.md)

View file

@ -11,7 +11,7 @@ v::bankAccount("de", "70169464")->validate("1234"); // false
These country codes are supported:
* "de" (Germany): Respect\Validation supports version >=1.1.0 of "malkusch/bav" for this rule.
- "de" (Germany): Respect\Validation supports version >=1.1.0 of "malkusch/bav" for this rule.
## Changelog
@ -22,5 +22,5 @@ Version | Description
***
See also:
* [Bank](Bank.md)
* [Bic](Bic.md)
- [Bank](Bank.md)
- [Bic](Bic.md)

View file

@ -21,5 +21,5 @@ Version | Description
***
See also:
* [BaseAccount](BaseAccount.md)
* [Bic](Bic.md)
- [BaseAccount](BaseAccount.md)
- [Bic](Bic.md)

View file

@ -46,6 +46,6 @@ Version | Description
***
See also:
* [Length](Length.md)
* [Min](Min.md)
* [Max](Max.md)
- [Length](Length.md)
- [Min](Min.md)
- [Max](Max.md)

View file

@ -11,7 +11,7 @@ v::bic("de")->validate("VZVDDED1"); // true
Theses country codes are supported:
* "de" (Germany): Respect\Validation supports version >=1.1.0 of "malkusch/bav" for this rule.
- "de" (Germany): Respect\Validation supports version >=1.1.0 of "malkusch/bav" for this rule.
## Changelog
@ -22,5 +22,5 @@ Version | Description
***
See also:
* [Bank](Bank.md)
* [BankAccount](BankAccount.md)
- [Bank](Bank.md)
- [BankAccount](BankAccount.md)

View file

@ -19,16 +19,16 @@ Version | Description
***
See also:
* [ArrayType](ArrayType.md)
* [CallableType](CallableType.md)
* [FloatType](FloatType.md)
* [FloatVal](FloatVal.md)
* [IntType](IntType.md)
* [No](No.md)
* [NullType](NullType.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [TrueVal](TrueVal.md)
* [Type](Type.md)
* [Yes](Yes.md)
- [ArrayType](ArrayType.md)
- [CallableType](CallableType.md)
- [FloatType](FloatType.md)
- [FloatVal](FloatVal.md)
- [IntType](IntType.md)
- [No](No.md)
- [NullType](NullType.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [TrueVal](TrueVal.md)
- [Type](Type.md)
- [Yes](Yes.md)

View file

@ -22,16 +22,16 @@ Version | Description
***
See also:
* [BoolType](BoolType.md)
* [CallableType](CallableType.md)
* [FloatType](FloatType.md)
* [FloatVal](FloatVal.md)
* [IntType](IntType.md)
* [No](No.md)
* [NullType](NullType.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [TrueVal](TrueVal.md)
* [Type](Type.md)
* [Yes](Yes.md)
- [BoolType](BoolType.md)
- [CallableType](CallableType.md)
- [FloatType](FloatType.md)
- [FloatVal](FloatVal.md)
- [IntType](IntType.md)
- [No](No.md)
- [NullType](NullType.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [TrueVal](TrueVal.md)
- [Type](Type.md)
- [Yes](Yes.md)

View file

@ -17,7 +17,7 @@ Version | Description
***
See also:
* [Cnh](Cnh.md)
* [Cnpj](Cnpj.md)
* [Cpf](Cpf.md)
* [Nif](Nif.md)
- [Cnh](Cnh.md)
- [Cnpj](Cnpj.md)
- [Cpf](Cpf.md)
- [Nif](Nif.md)

View file

@ -54,4 +54,4 @@ Version | Description
***
See also:
* [Callback](Callback.md)
- [Callback](Callback.md)

View file

@ -19,13 +19,13 @@ Version | Description
***
See also:
* [ArrayType](ArrayType.md)
* [BoolType](BoolType.md)
* [Callback](Callback.md)
* [FloatType](FloatType.md)
* [IntType](IntType.md)
* [NullType](NullType.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [Type](Type.md)
- [ArrayType](ArrayType.md)
- [BoolType](BoolType.md)
- [Callback](Callback.md)
- [FloatType](FloatType.md)
- [IntType](IntType.md)
- [NullType](NullType.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [Type](Type.md)

View file

@ -22,6 +22,6 @@ Version | Description
***
See also:
* [Call](Call.md)
* [CallableType](CallableType.md)
* [FilterVar](FilterVar.md)
- [Call](Call.md)
- [CallableType](CallableType.md)
- [FilterVar](FilterVar.md)

View file

@ -21,5 +21,5 @@ Version | Description
***
See also:
* [Alnum](Alnum.md)
* [Alpha](Alpha.md)
- [Alnum](Alnum.md)
- [Alpha](Alpha.md)

View file

@ -17,7 +17,7 @@ Version | Description
***
See also:
* [Bsn](Bsn.md)
* [Cnpj](Cnpj.md)
* [Cpf](Cpf.md)
* [Nif](Nif.md)
- [Bsn](Bsn.md)
- [Cnpj](Cnpj.md)
- [Cpf](Cpf.md)
- [Nif](Nif.md)

View file

@ -14,7 +14,7 @@ Version | Description
***
See also:
* [Bsn](Bsn.md)
* [Cnh](Cnh.md)
* [Cpf](Cpf.md)
* [Nif](Nif.md)
- [Bsn](Bsn.md)
- [Cnh](Cnh.md)
- [Cpf](Cpf.md)
- [Nif](Nif.md)

View file

@ -18,6 +18,6 @@ Version | Description
***
See also:
* [Alnum](Alnum.md)
* [Prnt](Prnt.md)
* [Space](Space.md)
- [Alnum](Alnum.md)
- [Prnt](Prnt.md)
- [Space](Space.md)

View file

@ -19,7 +19,7 @@ Version | Description
***
See also:
* [Alnum](Alnum.md)
* [Digit](Digit.md)
* [Alpha](Alpha.md)
* [Vowel](Vowel.md)
- [Alnum](Alnum.md)
- [Digit](Digit.md)
- [Alpha](Alpha.md)
- [Vowel](Vowel.md)

View file

@ -31,6 +31,6 @@ Version | Description
***
See also:
* [StartsWith](StartsWith.md)
* [EndsWith](EndsWith.md)
* [In](In.md)
- [StartsWith](StartsWith.md)
- [EndsWith](EndsWith.md)
- [In](In.md)

View file

@ -20,6 +20,6 @@ Version | Description
***
See also:
* [ArrayVal](ArrayVal.md)
* [Instance](Instance.md)
* [IterableType](IterableType.md)
- [ArrayVal](ArrayVal.md)
- [Instance](Instance.md)
- [IterableType](IterableType.md)

View file

@ -17,4 +17,4 @@ Version | Description
***
See also:
* [Tld](Tld.md)
- [Tld](Tld.md)

View file

@ -30,5 +30,5 @@ Version | Description
***
See also:
* [Cnpj](Cnpj.md)
* [Cnh](Cnh.md)
- [Cnpj](Cnpj.md)
- [Cnh](Cnh.md)

View file

@ -41,6 +41,6 @@ Version | Description
***
See also:
* [Bank](Bank.md)
* [BankAccount](BankAccount.md)
* [Bic](Bic.md)
- [Bank](Bank.md)
- [BankAccount](BankAccount.md)
- [Bic](Bic.md)

View file

@ -17,5 +17,5 @@ Version | Description
***
See also:
* [CountryCode](CountryCode.md)
* [SubdivisionCode](SubdivisionCode.md)
- [CountryCode](CountryCode.md)
- [SubdivisionCode](SubdivisionCode.md)

View file

@ -40,7 +40,7 @@ Version | Description
***
See also:
* [Between](Between.md)
* [MinimumAge](MinimumAge.md)
* [LeapDate](LeapDate.md)
* [LeapYear](LeapYear.md)
- [Between](Between.md)
- [MinimumAge](MinimumAge.md)
- [LeapDate](LeapDate.md)
- [LeapYear](LeapYear.md)

View file

@ -14,7 +14,7 @@ Version | Description
***
See also:
* [Alnum](Alnum.md)
* [Alpha](Alpha.md)
* [Vowel](Vowel.md)
* [Consonant](Consonant.md)
- [Alnum](Alnum.md)
- [Alpha](Alpha.md)
- [Vowel](Vowel.md)
- [Consonant](Consonant.md)

View file

@ -24,13 +24,13 @@ Version | Description
***
See also:
* [Executable](Executable.md)
* [Exists](Exists.md)
* [Extension](Extension.md)
* [File](File.md)
* [Mimetype](Mimetype.md)
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
* [Writable](Writable.md)
- [Executable](Executable.md)
- [Exists](Exists.md)
- [Extension](Extension.md)
- [File](File.md)
- [Mimetype](Mimetype.md)
- [Readable](Readable.md)
- [Size](Size.md)
- [SymbolicLink](SymbolicLink.md)
- [Uploaded](Uploaded.md)
- [Writable](Writable.md)

View file

@ -19,13 +19,13 @@ v::domain(false)->validate('dev.machine.local');
This is a composite validator, it validates several rules
internally:
* If input is an IP address, it fails.
* If input contains whitespace, it fails.
* If input does not contain any dots, it fails.
* If input has less than two parts, it fails.
* Input must end with a top-level-domain to pass (if not skipped).
* Each part must be alphanumeric and not start with an hyphen.
* [PunnyCode][] is accepted for [Internationalizing Domain Names in Applications][IDNA].
- If input is an IP address, it fails.
- If input contains whitespace, it fails.
- If input does not contain any dots, it fails.
- If input has less than two parts, it fails.
- Input must end with a top-level-domain to pass (if not skipped).
- Each part must be alphanumeric and not start with an hyphen.
- [PunnyCode][] is accepted for [Internationalizing Domain Names in Applications][IDNA].
Messages for this validator will reflect rules above.
@ -39,9 +39,9 @@ Version | Description
***
See also:
* [Ip](Ip.md)
* [MacAddress](MacAddress.md)
* [Tld](Tld.md)
- [Ip](Ip.md)
- [MacAddress](MacAddress.md)
- [Tld](Tld.md)
[PunnyCode]: http://en.wikipedia.org/wiki/Punycode "Wikipedia: Punnycode"
[IDNA]: http://en.wikipedia.org/wiki/Internationalized_domain_name#Internationalizing_Domain_Names_in_Applications "Wikipedia: Internationalized domain name"

View file

@ -29,5 +29,5 @@ Version | Description
***
See also:
* [Key](Key.md)
* [ArrayVal](ArrayVal.md)
- [Key](Key.md)
- [ArrayVal](ArrayVal.md)

View file

@ -18,6 +18,6 @@ Version | Description
***
See also:
* [Phone](Phone.md)
* [Url](Url.md)
* [VideoUrl](VideoUrl.md)
- [Phone](Phone.md)
- [Url](Url.md)
- [VideoUrl](VideoUrl.md)

View file

@ -32,6 +32,6 @@ Version | Description
***
See also:
* [StartsWith](StartsWith.md)
* [Contains](Contains.md)
* [In](In.md)
- [StartsWith](StartsWith.md)
- [Contains](Contains.md)
- [In](In.md)

View file

@ -20,5 +20,5 @@ Version | Description
***
See also:
* [Contains](Contains.md)
* [Identical](Identical.md)
- [Contains](Contains.md)
- [Identical](Identical.md)

View file

@ -19,5 +19,5 @@ Version | Description
***
See also:
* [Odd](Odd.md)
* [Multiple](Multiple.md)
- [Odd](Odd.md)
- [Multiple](Multiple.md)

View file

@ -17,13 +17,13 @@ Version | Description
***
See also:
* [Directory](Directory.md)
* [Exists](Exists.md)
* [Extension](Extension.md)
* [File](File.md)
* [Mimetype](Mimetype.md)
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
* [Writable](Writable.md)
- [Directory](Directory.md)
- [Exists](Exists.md)
- [Extension](Extension.md)
- [File](File.md)
- [Mimetype](Mimetype.md)
- [Readable](Readable.md)
- [Size](Size.md)
- [SymbolicLink](SymbolicLink.md)
- [Uploaded](Uploaded.md)
- [Writable](Writable.md)

View file

@ -24,13 +24,13 @@ Version | Description
***
See also:
* [Directory](Directory.md)
* [Executable](Executable.md)
* [Extension](Extension.md)
* [File](File.md)
* [Mimetype](Mimetype.md)
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
* [Writable](Writable.md)
- [Directory](Directory.md)
- [Executable](Executable.md)
- [Extension](Extension.md)
- [File](File.md)
- [Mimetype](Mimetype.md)
- [Readable](Readable.md)
- [Size](Size.md)
- [SymbolicLink](SymbolicLink.md)
- [Uploaded](Uploaded.md)
- [Writable](Writable.md)

View file

@ -19,13 +19,13 @@ Version | Description
***
See also:
* [Directory](Directory.md)
* [Executable](Executable.md)
* [Exists](Exists.md)
* [File](File.md)
* [Mimetype](Mimetype.md)
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
* [Writable](Writable.md)
- [Directory](Directory.md)
- [Executable](Executable.md)
- [Exists](Exists.md)
- [File](File.md)
- [Mimetype](Mimetype.md)
- [Readable](Readable.md)
- [Size](Size.md)
- [SymbolicLink](SymbolicLink.md)
- [Uploaded](Uploaded.md)
- [Writable](Writable.md)

View file

@ -19,7 +19,7 @@ Version | Description
***
See also:
* [Digit](Digit.md)
* [Finite](Finite.md)
* [Infinite](Infinite.md)
* [NumericVal](NumericVal.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [Infinite](Infinite.md)
- [NumericVal](NumericVal.md)

View file

@ -25,4 +25,4 @@ Version | Description
***
See also:
* [TrueVal](TrueVal.md)
- [TrueVal](TrueVal.md)

View file

@ -19,5 +19,5 @@ Version | Description
***
See also:
* [PrimeNumber](PrimeNumber.md)
* [PerfectSquare](PerfectSquare.md)
- [PrimeNumber](PrimeNumber.md)
- [PerfectSquare](PerfectSquare.md)

View file

@ -24,13 +24,13 @@ Version | Description
***
See also:
* [Directory](Directory.md)
* [Executable](Executable.md)
* [Exists](Exists.md)
* [Extension](Extension.md)
* [Mimetype](Mimetype.md)
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
* [Writable](Writable.md)
- [Directory](Directory.md)
- [Executable](Executable.md)
- [Exists](Exists.md)
- [Extension](Extension.md)
- [Mimetype](Mimetype.md)
- [Readable](Readable.md)
- [Size](Size.md)
- [SymbolicLink](SymbolicLink.md)
- [Uploaded](Uploaded.md)
- [Writable](Writable.md)

View file

@ -21,4 +21,4 @@ Version | Description
***
See also:
* [Callback](Callback.md)
- [Callback](Callback.md)

View file

@ -18,7 +18,7 @@ Version | Description
***
See also:
* [Digit](Digit.md)
* [Infinite](Infinite.md)
* [IntVal](IntVal.md)
* [NumericVal](NumericVal.md)
- [Digit](Digit.md)
- [Infinite](Infinite.md)
- [IntVal](IntVal.md)
- [NumericVal](NumericVal.md)

View file

@ -19,13 +19,13 @@ Version | Description
***
See also:
* [BoolType](BoolType.md)
* [CallableType](CallableType.md)
* [FloatVal](FloatVal.md)
* [IntType](IntType.md)
* [IntVal](IntVal.md)
* [NullType](NullType.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [Type](Type.md)
- [BoolType](BoolType.md)
- [CallableType](CallableType.md)
- [FloatVal](FloatVal.md)
- [IntType](IntType.md)
- [IntVal](IntVal.md)
- [NullType](NullType.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [Type](Type.md)

View file

@ -18,6 +18,6 @@ Version | Description
***
See also:
* [FloatType](FloatType.md)
* [IntType](IntType.md)
* [IntVal](IntVal.md)
- [FloatType](FloatType.md)
- [IntType](IntType.md)
- [IntVal](IntVal.md)

View file

@ -18,4 +18,4 @@ Version | Description
***
See also:
* [Prnt](Prnt.md)
- [Prnt](Prnt.md)

View file

@ -19,4 +19,4 @@ Version | Description
***
See also:
* [Vxdigit](Vxdigit.md)
- [Vxdigit](Vxdigit.md)

View file

@ -20,5 +20,5 @@ Version | Description
***
See also:
* [Contains](Contains.md)
* [Equals](Equals.md)
- [Contains](Contains.md)
- [Equals](Equals.md)

View file

@ -22,7 +22,7 @@ Version | Description
***
See also:
* [Bank](Bank.md)
* [Pesel](Pesel.md)
* [SubdivisionCode](SubdivisionCode.md)
* [Vatin](Vatin.md)
- [Bank](Bank.md)
- [Pesel](Pesel.md)
- [SubdivisionCode](SubdivisionCode.md)
- [Vatin](Vatin.md)

View file

@ -25,14 +25,14 @@ Version | Description
***
See also:
* [Directory](Directory.md)
* [Executable](Executable.md)
* [Exists](Exists.md)
* [Extension](Extension.md)
* [File](File.md)
* [Mimetype](Mimetype.md)
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
* [Writable](Writable.md)
- [Directory](Directory.md)
- [Executable](Executable.md)
- [Exists](Exists.md)
- [Extension](Extension.md)
- [File](File.md)
- [Mimetype](Mimetype.md)
- [Readable](Readable.md)
- [Size](Size.md)
- [SymbolicLink](SymbolicLink.md)
- [Uploaded](Uploaded.md)
- [Writable](Writable.md)

View file

@ -18,9 +18,9 @@ Version | Description
***
See also:
* [Bsn](Bsn.md)
* [Cnh](Cnh.md)
* [Cnpj](Cnpj.md)
* [Cpf](Cpf.md)
- [Bsn](Bsn.md)
- [Cnh](Cnh.md)
- [Cnpj](Cnpj.md)
- [Cpf](Cpf.md)
[IMEI]: https://en.wikipedia.org/wiki/International_Mobile_Station_Equipment_Identity "International Mobile Station Equipment Identity"

View file

@ -31,6 +31,6 @@ Version | Description
***
See also:
* [StartsWith](StartsWith.md)
* [EndsWith](EndsWith.md)
* [Contains](Contains.md)
- [StartsWith](StartsWith.md)
- [EndsWith](EndsWith.md)
- [Contains](Contains.md)

View file

@ -17,7 +17,7 @@ Version | Description
***
See also:
* [Digit](Digit.md)
* [Finite](Finite.md)
* [IntVal](IntVal.md)
* [NumericVal](NumericVal.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [IntVal](IntVal.md)
- [NumericVal](NumericVal.md)

View file

@ -20,4 +20,4 @@ Version | Description
***
See also:
* [ObjectType](ObjectType.md)
- [ObjectType](ObjectType.md)

View file

@ -18,16 +18,16 @@ Version | Description
***
See also:
* [BoolType](BoolType.md)
* [CallableType](CallableType.md)
* [Digit](Digit.md)
* [Finite](Finite.md)
* [FloatType](FloatType.md)
* [Infinite](Infinite.md)
* [IntVal](IntVal.md)
* [NullType](NullType.md)
* [NumericVal](NumericVal.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [Type](Type.md)
- [BoolType](BoolType.md)
- [CallableType](CallableType.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [FloatType](FloatType.md)
- [Infinite](Infinite.md)
- [IntVal](IntVal.md)
- [NullType](NullType.md)
- [NumericVal](NumericVal.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [Type](Type.md)

View file

@ -19,7 +19,7 @@ Version | Description
***
See also:
* [Digit](Digit.md)
* [Finite](Finite.md)
* [Infinite](Infinite.md)
* [NumericVal](NumericVal.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [Infinite](Infinite.md)
- [NumericVal](NumericVal.md)

View file

@ -26,6 +26,6 @@ Version | Description
***
See also:
* [Domain](Domain.md)
* [MacAddress](MacAddress.md)
* [Tld](Tld.md)
- [Domain](Domain.md)
- [MacAddress](MacAddress.md)
- [Tld](Tld.md)

View file

@ -22,6 +22,6 @@ Version | Description
***
See also:
* [ArrayVal](ArrayVal.md)
* [Countable](Countable.md)
* [Instance](Instance.md)
- [ArrayVal](ArrayVal.md)
- [Countable](Countable.md)
- [Instance](Instance.md)

View file

@ -17,8 +17,8 @@ Version | Description
***
See also:
* [Domain](Domain.md)
* [Email](Email.md)
* [FilterVar](FilterVar.md)
* [Phone](Phone.md)
* [VideoUrl](VideoUrl.md)
- [Domain](Domain.md)
- [Email](Email.md)
- [FilterVar](FilterVar.md)
- [Phone](Phone.md)
- [VideoUrl](VideoUrl.md)

View file

@ -37,4 +37,4 @@ Version | Description
***
See also:
* [Attribute](Attribute.md)
- [Attribute](Attribute.md)

View file

@ -39,8 +39,8 @@ Version | Description
***
See also:
* [Attribute](Attribute.md)
* [Key](Key.md)
- [Attribute](Attribute.md)
- [Key](Key.md)
[Yii2 ArrayHelper]: https://github.com/yiisoft/yii2/blob/68c30c1/framework/helpers/BaseArrayHelper.php "Yii2 ArrayHelper"

View file

@ -54,4 +54,4 @@ Version | Description
***
See also:
* [Key](Key.md)
- [Key](Key.md)

View file

@ -62,7 +62,7 @@ Version | Description
***
See also:
* [Key](Key.md)
* [KeyNested](KeyNested.md)
* [KeySet](KeySet.md)
- [Key](Key.md)
- [KeyNested](KeyNested.md)
- [KeySet](KeySet.md)

View file

@ -23,4 +23,4 @@ Version | Description
***
See also:
* [CountryCode](CountryCode.md)
- [CountryCode](CountryCode.md)

View file

@ -20,5 +20,5 @@ Version | Description
***
See also:
* [Date](Date.md)
* [LeapYear](LeapYear.md)
- [Date](Date.md)
- [LeapYear](LeapYear.md)

View file

@ -19,5 +19,5 @@ Version | Description
***
See also:
* [Date](Date.md)
* [LeapDate](LeapDate.md)
- [Date](Date.md)
- [LeapDate](LeapDate.md)

View file

@ -47,4 +47,4 @@ Version | Description
***
See also:
* [Between](Between.md)
- [Between](Between.md)

View file

@ -17,4 +17,4 @@ Version | Description
***
See also:
* [Uppercase](Uppercase.md)
- [Uppercase](Uppercase.md)

View file

@ -18,6 +18,6 @@ Version | Description
***
See also:
* [Domain](Domain.md)
* [Ip](Ip.md)
* [Tld](Tld.md)
- [Domain](Domain.md)
- [Ip](Ip.md)
- [Tld](Tld.md)

View file

@ -39,5 +39,5 @@ Version | Description
***
See also:
* [Min](Min.md)
* [Between](Between.md)
- [Min](Min.md)
- [Between](Between.md)

View file

@ -19,13 +19,13 @@ Version | Description
***
See also:
* [Directory](Directory.md)
* [Executable](Executable.md)
* [Exists](Exists.md)
* [Extension](Extension.md)
* [File](File.md)
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
* [Writable](Writable.md)
- [Directory](Directory.md)
- [Executable](Executable.md)
- [Exists](Exists.md)
- [Extension](Extension.md)
- [File](File.md)
- [Readable](Readable.md)
- [Size](Size.md)
- [SymbolicLink](SymbolicLink.md)
- [Uploaded](Uploaded.md)
- [Writable](Writable.md)

View file

@ -32,5 +32,5 @@ Version | Description
***
See also:
* [Max](Max.md)
* [Between](Between.md)
- [Max](Max.md)
- [Between](Between.md)

View file

@ -25,5 +25,5 @@ Version | Description
***
See also:
* [Age](Age.md)
* [Date](Date.md)
- [Age](Age.md)
- [Date](Date.md)

View file

@ -17,4 +17,4 @@ Version | Description
***
See also:
* [PrimeNumber](PrimeNumber.md)
- [PrimeNumber](PrimeNumber.md)

View file

@ -17,4 +17,4 @@ Version | Description
***
See also:
* [Positive](Positive.md)
- [Positive](Positive.md)

View file

@ -17,6 +17,6 @@ Version | Description
***
See also:
* [Cnh](Cnh.md)
* [Cnpj](Cnpj.md)
* [Cpf](Cpf.md)
- [Cnh](Cnh.md)
- [Cnpj](Cnpj.md)
- [Cpf](Cpf.md)

View file

@ -18,7 +18,7 @@ Version | Description
***
See also:
* [Bsn](Bsn.md)
* [Cnh](Cnh.md)
* [Cnpj](Cnpj.md)
* [Cpf](Cpf.md)
- [Bsn](Bsn.md)
- [Cnh](Cnh.md)
- [Cnpj](Cnpj.md)
- [Cpf](Cpf.md)

View file

@ -27,4 +27,4 @@ Version | Description
***
See also:
* [Yes](Yes.md)
- [Yes](Yes.md)

View file

@ -20,8 +20,8 @@ Version | Description
***
See also:
* [Alnum](Alnum.md)
* [Alpha](Alpha.md)
* [NotBlank](NotBlank.md)
* [NotEmpty](NotEmpty.md)
* [NotOptional](NotOptional.md)
- [Alnum](Alnum.md)
- [Alpha](Alpha.md)
- [NotBlank](NotBlank.md)
- [NotEmpty](NotEmpty.md)
- [NotOptional](NotOptional.md)

View file

@ -22,7 +22,7 @@ Version | Description
***
See also:
* [AllOf](AllOf.md)
* [AnyOf](AnyOf.md)
* [Not](Not.md)
* [OneOf](OneOf.md)
- [AllOf](AllOf.md)
- [AnyOf](AnyOf.md)
- [Not](Not.md)
- [OneOf](OneOf.md)

View file

@ -27,4 +27,4 @@ Version | Description
***
See also:
* [NoneOf](NoneOf.md)
- [NoneOf](NoneOf.md)

View file

@ -35,6 +35,6 @@ Version | Description
***
See also:
* [NoWhitespace](NoWhitespace.md)
* [NotEmpty](NotEmpty.md)
* [NullType](NullType.md)
- [NoWhitespace](NoWhitespace.md)
- [NotEmpty](NotEmpty.md)
- [NullType](NullType.md)

View file

@ -44,5 +44,5 @@ Version | Description
***
See also:
* [NoWhitespace](NoWhitespace.md)
* [NullType](NullType.md)
- [NoWhitespace](NoWhitespace.md)
- [NullType](NullType.md)

View file

@ -38,8 +38,8 @@ Version | Description
***
See also:
* [NoWhitespace](NoWhitespace.md)
* [NotBlank](NotBlank.md)
* [NotEmpty](NotEmpty.md)
* [NullType](NullType.md)
* [Optional](Optional.md)
- [NoWhitespace](NoWhitespace.md)
- [NotBlank](NotBlank.md)
- [NotEmpty](NotEmpty.md)
- [NullType](NullType.md)
- [Optional](Optional.md)

View file

@ -18,15 +18,15 @@ Version | Description
***
See also:
* [BoolType](BoolType.md)
* [CallableType](CallableType.md)
* [FloatType](FloatType.md)
* [IntType](IntType.md)
* [NotBlank](NotBlank.md)
* [NotEmpty](NotEmpty.md)
* [NotOptional](NotOptional.md)
* [NullType](NullType.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [Type](Type.md)
- [BoolType](BoolType.md)
- [CallableType](CallableType.md)
- [FloatType](FloatType.md)
- [IntType](IntType.md)
- [NotBlank](NotBlank.md)
- [NotEmpty](NotEmpty.md)
- [NotOptional](NotOptional.md)
- [NullType](NullType.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [Type](Type.md)

View file

@ -19,7 +19,7 @@ Version | Description
***
See also:
* [Digit](Digit.md)
* [Finite](Finite.md)
* [Infinite](Infinite.md)
* [IntVal](IntVal.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [Infinite](Infinite.md)
- [IntVal](IntVal.md)

View file

@ -18,14 +18,14 @@ Version | Description
***
See also:
* [Attribute](Attribute.md)
* [BoolType](BoolType.md)
* [CallableType](CallableType.md)
* [FloatType](FloatType.md)
* [Instance](Instance.md)
* [IntType](IntType.md)
* [NullType](NullType.md)
* [ObjectType](ObjectType.md)
* [ResourceType](ResourceType.md)
* [StringType](StringType.md)
* [Type](Type.md)
- [Attribute](Attribute.md)
- [BoolType](BoolType.md)
- [CallableType](CallableType.md)
- [FloatType](FloatType.md)
- [Instance](Instance.md)
- [IntType](IntType.md)
- [NullType](NullType.md)
- [ObjectType](ObjectType.md)
- [ResourceType](ResourceType.md)
- [StringType](StringType.md)
- [Type](Type.md)

View file

@ -19,5 +19,5 @@ Version | Description
***
See also:
* [Even](Even.md)
* [Multiple](Multiple.md)
- [Even](Even.md)
- [Multiple](Multiple.md)

View file

@ -23,6 +23,6 @@ Version | Description
***
See also:
* [AllOf](AllOf.md)
* [AnyOf](AnyOf.md)
* [NoneOf](NoneOf.md)
- [AllOf](AllOf.md)
- [AnyOf](AnyOf.md)
- [NoneOf](NoneOf.md)

View file

@ -19,8 +19,8 @@ Version | Description
***
See also:
* [NoWhitespace](NoWhitespace.md)
* [NotBlank](NotBlank.md)
* [NotEmpty](NotEmpty.md)
* [NotOptional](NotOptional.md)
* [NullType](NullType.md)
- [NoWhitespace](NoWhitespace.md)
- [NotBlank](NotBlank.md)
- [NotEmpty](NotEmpty.md)
- [NotOptional](NotOptional.md)
- [NullType](NullType.md)

View file

@ -18,5 +18,5 @@ Version | Description
***
See also:
* [Factor](Factor.md)
* [PrimeNumber](PrimeNumber.md)
- [Factor](Factor.md)
- [PrimeNumber](PrimeNumber.md)

View file

@ -20,7 +20,7 @@ Version | Description
***
See also:
* [Bank](Bank.md)
* [IdentityCard](IdentityCard.md)
* [SubdivisionCode](SubdivisionCode.md)
* [Vatin](Vatin.md)
- [Bank](Bank.md)
- [IdentityCard](IdentityCard.md)
- [SubdivisionCode](SubdivisionCode.md)
- [Vatin](Vatin.md)

View file

@ -23,6 +23,6 @@ Version | Description
***
See also:
* [Email](Email.md)
* [Url](Url.md)
* [VideoUrl](VideoUrl.md)
- [Email](Email.md)
- [Url](Url.md)
- [VideoUrl](VideoUrl.md)

Some files were not shown because too many files have changed in this diff Show more