Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Workerman
An asynchronous event driven PHP socket framework
Collective -
Host: opensource -
https://opencollective.com/workerman
- Website: https://workerman.net
- Code: https://github.com/walkor
github.com/walkor/validation - 11b6cbd24000e417aebd1dea40b6d010736467f3 authored about 12 years ago
I've only removed braces from the files I'd changed/created on my
last pull request. Notice, ho...
github.com/walkor/validation - 2af3ffeef261584c3889609cf3d0fa53b083634e authored about 12 years ago
github.com/walkor/validation - b8647dfa547a17d42779e663a07ac9b93af9dda0 authored about 12 years ago
github.com/walkor/validation - 86f7a6bc2626163dbecd7d5493b9627baeb3780f authored about 12 years ago
Replacing preg_match for ctype_alpha wasn't so straight forward as
they're not semantically equi...
Theorically, Digits should inherit from Alpha (as it shold use
ctype_digit). However, the regex...
github.com/walkor/validation - e40579ca4396b29a8f1f58821267b07e3e42705a authored about 12 years ago
github.com/walkor/validation - 0a0c2116c5a4cfcdf107da586320b8d82668ceb4 authored about 12 years ago
As it is implemented, it accepts an empty string as valid. I'm
not sure if this should be the c...
This will help wrapping some rules, as ctype_digit and ctype_cntrl
without breaking Alpha and Al...
As a bonus, Alnum also uses a ctype_ function now.
github.com/walkor/validation - 0ebd01d71a24f396ec9fcc90c09190fdd3540703 authored about 12 years agogithub.com/walkor/validation - 6704643b51ea241954e25f2a218a3c5e592c6e8f authored about 12 years ago
github.com/walkor/awesome-php - 01f17590c610c8411bf71ae8d4ad9064e4bd3614 authored about 12 years ago
github.com/walkor/awesome-php - 7f49969285912ffe7f811ae28e2fffad01c817cb authored about 12 years ago
github.com/walkor/awesome-php - 346ac7896f1c5ddffd34e0e48361d603afacdf3e authored about 12 years ago
Not listing deprecated methods and changed those modified.
github.com/walkor/validation - 8950d1d9330b710645d49ce12e116456d72d081b authored about 12 years agogithub.com/walkor/validation - f965eca66416a441413d3531997dfe2d4c6dd955 authored about 12 years ago
Parent only keeps a helper and does not overwrite the std empty filter.
Since its only the 3 rul...
github.com/walkor/validation - 6ee8ca8b9847e617849bf7115c665b48a9fa5a81 authored about 12 years ago
github.com/walkor/validation - d84b6209b6fffeb889c9405f6604eeace897aa29 authored about 12 years ago
github.com/walkor/validation - 3f2556f65a3872bbec22157573bd5ce3e774dd9e authored about 12 years ago
github.com/walkor/validation - 17920bc778620d18214511a8073e5c2f3121c4fd authored about 12 years ago
github.com/walkor/validation - 5c3587bca32e4ab2b2a1b9a6509c7c633c43189d authored about 12 years ago
Reduce triplication of efforts.
github.com/walkor/validation - c5ae4116e71150478132cbeebd948d1038cfec01 authored about 12 years agogithub.com/walkor/validation - 1dcd7610a1e922cdea13b22419ee9e34b284dc3e authored about 12 years ago
github.com/walkor/validation - 79c079ea8be50cbc88f359322b03cd11261128b3 authored about 12 years ago
doubleHyphen was failing after repairing the tests.
start property never used
Tried to prevent t...
Updated all tests to ensure we don't fail an empty input, right across the board now. One rule f...
github.com/walkor/validation - 27eb1c063fc69da406c64f2634596097875ba844 authored about 12 years agogithub.com/walkor/validation - 7f895d0427541a93913a2c1e98ea9b6ba74df70c authored about 12 years ago
github.com/walkor/validation - a4e622ec2640a3689dc1c2741b9e8adaf8f8f93e authored about 12 years ago
The NetEmpty family of classes does skips the global accept empty and get to handle it themselve...
github.com/walkor/validation - 2094009a225610f9d96c57cd5c726d09a80cee82 authored about 12 years agogithub.com/walkor/validation - ce8e9350bb925a395ce48afa5df3e2f4156dc6c5 authored about 12 years ago
github.com/walkor/validation - 71ea225f9b4297fef891dc82ac95797c8a0595b2 authored about 12 years ago
github.com/walkor/validation - eaa0fa6cc3df4f7ad12b0e32d0021547b53f125d authored about 12 years ago
github.com/walkor/validation - edcde01fcc3db07ae70aa19be929d96d7d8dddd7 authored about 12 years ago
github.com/walkor/validation - 2c4e188a47930b15a6b49f7d0a0aec73620a0a27 authored about 12 years ago
github.com/walkor/validation - a217c11232d05a5d77ac5d64c6e717b866508f74 authored about 12 years ago
github.com/walkor/validation - 28febc5940778923de5cad4cfaa44b54545ec392 authored about 12 years ago
github.com/walkor/validation - 5897a45cb36f383107322cb07e460c46f2344942 authored about 12 years ago
github.com/walkor/validation - 9e00c3d0055fc9cd6b1bc06a564225f84b77ab41 authored about 12 years ago
github.com/walkor/validation - 61eea5db4d254deeb077f5590e6dbd8fed9d0c81 authored about 12 years ago
It also affects one of the test cases (the empty string went from
invalid to valid).
github.com/walkor/validation - a35e864e3700c9ba68971ee8b38f996983b36215 authored about 12 years ago
This isn't working, the tokenizer recognizes 'Print' as the built-
in 'print' and not as a class...
github.com/walkor/validation - 8caa07ca561c66f05bbd8e01da7f2170fd0b478c authored about 12 years ago
As per #97 Plural rules no singular.
Vowels to Vowel.
Vowelss now a deprecated decorator class o...
github.com/walkor/validation - ff03819b38e4d02d55e8bb967a48e6ec74bb779f authored about 12 years ago
As per #97 Plural rules no singular.
Consonants to Consonant.
Consonants now deprecated.
Documen...
github.com/walkor/validation - e7536588b9cc78a79ac6c680dfb4dbec3ad37f4b authored about 12 years ago
github.com/walkor/validation - 8b4d73b6afcfb552606ed4cb80b63bc9f0b8ccd7 authored about 12 years ago
github.com/walkor/validation - 9942dc0301d0f470fa39166a85146ef326c523e0 authored about 12 years ago
github.com/walkor/validation - 8ed007e82831145f369fb679594e6cc35dce65fe authored about 12 years ago
github.com/walkor/validation - 84cb8a396b5bf3f7b037632fee2545213f82d988 authored about 12 years ago
github.com/walkor/validation - 58bb30f5ad81e043a26bfa3f77d11ff6b8b2bcd6 authored about 12 years ago
github.com/walkor/validation - f82a17f5d8382dfc1c7a502bb90eb27f44276b3f authored about 12 years ago
github.com/walkor/validation - 2a05f73cc332ff9e2fc6bd6237f730b4e52967b6 authored about 12 years ago
github.com/walkor/validation - 4f9b2e4bed1e23946561cd39dc5b73e98c7d9298 authored about 12 years ago
github.com/walkor/awesome-php - e8b87df7c86898fc6600aab93a7b50b9da070a4f authored about 12 years ago
github.com/walkor/validation - 64cb91ac6de87553828885959c5dd7844b26a3ac authored about 12 years ago
github.com/walkor/validation - 1fc3e70a7de394abb81485eada37de37783ae8d1 authored about 12 years ago
segfault test slipped into repo.
github.com/walkor/validation - 123a668f8e26d29a0f901d404eecbe47d5b6679a authored about 12 years agoThis does not appear to be a valid test verifying an input string.
github.com/walkor/validation - c1dca31827b99c1b4bc63987947da3d4e3fc05d1 authored about 12 years agogithub.com/walkor/validation - 2e4e98105eeecf9ca3d5452e01813668782fc96f authored about 12 years ago
github.com/walkor/validation - e404897803c1d0a98c77f97d71fcc5412831001e authored about 12 years ago
Pending changes from the last PR
github.com/walkor/validation - 25c09d389dff77aa9811d936284e539148f92d13 authored about 12 years agogithub.com/walkor/awesome-php - d17e76f9eb113d18005b2c57bea3c24a8ac5bbb1 authored about 12 years ago
github.com/walkor/awesome-php - 9885be4f4c7ac7a509d050636b1ba058dd36e661 authored about 12 years ago
github.com/walkor/validation - 5fc5b88a62d38fcffc3f12d4429e2f8fa9c8b1cd authored about 12 years ago
It's now an actual abstract class.
github.com/walkor/validation - ddf704924a6677d129cb43a5ec99363e20d665c2 authored about 12 years agogithub.com/walkor/validation - d1bf8a25d8cd8d22eb63e181bdc40fe48565a180 authored about 12 years ago
I've also changed its tests, setting an error handler that does
nothing. Maybe we should check ...
This is a really ugly copy'n'paste. There are two problems to
solve: how to make 'hexa' depreca...
I've also marked hexa as deprecated and moved `countryCode` to
its alphabetical position.
Notice that this changes the behaviour of some rules (of Digits in
special). That's why some li...
I've only removed braces from the files I'd changed/created on my
last pull request. Notice, ho...
github.com/walkor/validation - 3de245814d59876cf90aff0ddbab6f08be9ab8b5 authored about 12 years ago
github.com/walkor/validation - 66ee744ffc513cc84ed0a2b718206b3073a2db94 authored about 12 years ago
github.com/walkor/validation - 66d11d79d52bd1725bf1aaacf59eee52f1ebfc30 authored about 12 years ago
github.com/walkor/validation - 366ca04c16a9b0ad133dc249d61ee0807536d79c authored about 12 years ago
github.com/walkor/validation - 62cd6eaf507fa4e112c54fec2267f5ce02525f34 authored about 12 years ago
github.com/walkor/validation - 328834d66b44d85c67bd9005f5e5342a052701d9 authored about 12 years ago
More tests would be nice, but I've run out of ideas.
github.com/walkor/validation - dc8be26a9a86552322a04b62ab003d725c8fd5d7 authored about 12 years ago
This will help wrapping some rules, as ctype_digit and ctype_cntrl
without breaking Alpha and Al...
github.com/walkor/validation - face4af4f1c6af2523830dd2a6206837bd57fb10 authored about 12 years ago
As it is implemented, it accepts an empty string as valid. I'm
not sure if this should be the c...
github.com/walkor/validation - 4eed6dee8b3be9c8f2abe5981ec96ee89d8a3ce1 authored about 12 years ago
Theorically, Digits should inherit from Alpha (as it shold use
ctype_digit). However, the regex...
As a bonus, Alnum also uses a ctype_ function now.
github.com/walkor/validation - f37e7ba23f976a5638aa5e99fccc19f18335f83a authored about 12 years ago
Replacing preg_match for ctype_alpha wasn't so straight forward as
they're not semantically equi...
github.com/walkor/validation - fb9b207f99748bec8f8c536c09f4ffda1018821a authored about 12 years ago
github.com/walkor/awesome-php - 208ec6764d9a01991f0985ca490f70ac3e57344d authored about 12 years ago
github.com/walkor/awesome-php - 80b07ef8839cab0c1d93405c7902097f48ee6e01 authored about 12 years ago
Fixed coding standards.
github.com/walkor/validation - 5f9b1ee2fa635f1c0b12264f7b856045d57bdfe7 authored about 12 years agogithub.com/walkor/validation - 0421ba0cd3bd55aced8307499da27a6e86b1a9b6 authored about 12 years ago
Coding standards must be follow PSR-1 and PSR-2.
github.com/walkor/validation - 6c007df1d1e6826ab7277ced1a9d6c5f23b24e67 authored about 12 years agoFix for 32bit integer
github.com/walkor/validation - 80ed90d92c91731268373226c092df63c21c67ae authored about 12 years agogithub.com/walkor/validation - 3e7fd8d9e5503e0888ebd475615051ee9ac218b0 authored about 12 years ago
github.com/walkor/validation - 7014d5b74adad08f9754b54b72b4fdf8cd392adf authored about 12 years ago
github.com/walkor/validation - e08212ed17407f37be8bc9cb126215514d64cfed authored about 12 years ago