summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/info/01-prototypes.dat
blob: 2cdd4addd0a5198a5e6a1c8dddab6755f93dc8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\.copy\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.clone\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.getFirst\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.getLast\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.insertAt\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.insertBefore\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.insertAfter\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.removeAt\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.removeAll\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.append\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.remove\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
\.contains\b=Maybe old use of prototype function. Please use qx.lang.Array/qx.lang.String instead.

\.toCamelCase\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.trimLeft\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.trimRight\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.trim\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.stripTags\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.startsWith\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.endsWith\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.pad\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.toFirstUp\b=Maybe old use of prototype function. Please use qx.lang.String instead.
\.escapeRegexpChars\b=Maybe old use of prototype function. Please use qx.lang.String instead.

# All widget add/remove is affected. It's generally better to hide these because the string
# methods are relatively rarely used.
#\.add\b=Maybe old use of prototype function. Please use qx.lang.String instead.
#\.remove\b=Maybe old use of prototype function. Please use qx.lang.String instead.

\.isInRange\b=Maybe old use of prototype function. Please use qx.lang.Number instead.
\.isBetweenRange\b=Maybe old use of prototype function. Please use qx.lang.Number instead.
\.limit\b=Maybe old use of prototype function. Please use qx.lang.Number instead.