ADmad
|
1d40f3e685
Fix API docblock CS errors.
|
12 years ago |
euromark
|
c321ee5fec
correct doc block
|
12 years ago |
euromark
|
0ece694a75
microptimize options and default merge and other string key array merges
|
12 years ago |
José Lorenzo Rodríguez
|
60d2ece035
Merge pull request #2506 from dereuromark/2.5-string
|
12 years ago |
euromark
|
3ecce19732
Correct tokenize for empty strings.
|
12 years ago |
Mark Story
|
ca2fb6fcfc
Merge pull request #2503 from dereuromark/master-string
|
12 years ago |
euromark
|
3100118a4e
Correct doc block
|
12 years ago |
Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 years ago |
Renan Gonçalves
|
a73e926467
Make String::wrap() unicode aware. Solves #3981.
|
12 years ago |
euromark
|
1339a9dfe1
coding standards according to new sniffer rules
|
12 years ago |
Marc Würth
|
d9882fcc08
Fixed three @param data types
|
12 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
Adam Taylor
|
433dd09ec4
Fix typos
|
13 years ago |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
Ceeram
|
16be9d4990
remove unused local vars
|
13 years ago |
mark_story
|
d0d13acaf4
Merge branch 'master' into 2.3
|
13 years ago |
and-ers
|
c72c612625
Replaced simple and therefore pointless array_push function references with the ordinary way of adding an array element. This will increase the performance and the code looks much cleaner this way IMHO
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
mark_story
|
8b7b139353
Fix failing tests using chr(226) instead of unicode codes.
|
13 years ago |
Alexander Hofbauer
|
c7fda5674e
Use bytcode sequence for unicode ellipsis
|
13 years ago |
dogmatic69
|
22a2e1b51e
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
13 years ago |
dogmatic69
|
b1db2aeb31
fixing the missing space on the if
|
13 years ago |
dogmatic69
|
b84224804e
that change did make wonky uuids
|
13 years ago |
dogmatic69
|
f886d874a6
simplify the code in the string class
|
13 years ago |
euromark
|
7969062614
legacy support with test cases
|
13 years ago |
euromark
|
f201684873
use html ellipsis if possible (only a single char and therefore does not line break or mess up the strlen count for length)
|
13 years ago |
euromark
|
2a570e639c
ellipsis instead of ending/beginning for core wide consistency
|
13 years ago |
euromark
|
853fa7d95b
doc block correction
|
13 years ago |