1 | Class | Old Member Title | New Member Title |
---|---|---|---|
2 | NSDate | now | fmNow |
3 | utcNow | fmUtcNow | |
4 | initWithTicks: | initWithFmTicks: | |
5 | initWithYear:month:day:hour:minute:second: | initWithFmYear:month:day:hour:minute:second: | |
6 | ticks | fmTicks | |
7 | toUniversalTime | fmToUniversalTime | |
8 | descriptionWithFormat:provider: | fmDescriptionWithFormat:provider: | |
9 | addSeconds: | fmAddSeconds: | |
10 | addMilliseconds: | fmAddMilliseconds: | |
11 | year | fmYear | |
12 | month | fmMonth | |
13 | day | fmDay | |
14 | hour | fmHour | |
15 | minute | fmMinute | |
16 | second | fmSecond | |
17 | NSException | exception | fmException |
18 | exceptionWithMessage: | fmExceptionWithMessage: | |
19 | exceptionWithMessage:innerException: | fmExceptionWithMessage:innerException: | |
20 | init | initFm | |
21 | initWithMessage | initWithFmMessage: | |
22 | initWithMessage:innerException: | initWithFmMessage:innerException: | |
23 | message | fmMessage | |
24 | NSMutableArray | popoff | fmPopoff |
25 | item | fmItem | |
26 | toArray | fmToArray | |
27 | removeWithItem: | fmRemoveWithItem: | |
28 | length | fmLength | |
29 | copyToWithArray:arrayIndex: | fmCopyToWithArray:arrayIndex: | |
30 | insertWithIndex:item: | fmInsertWithIndex:item: | |
31 | removeRangeWithIndex:count: | fmRemoveRangeWithIndex:count: | |
32 | setObj:atIndex: | fmSetObj:atIndex: | |
33 | getObjAtIndex: | fmGetObjAtIndex: | |
34 | getWithIndex: | fmGetWithIndex: | |
35 | pushWithItem: | fmPushWithItem: | |
36 | NSMutableData | initWithCollection: | fmInitWithFmCollection: |
37 | item | fmItem | |
38 | toArray | fmToArray | |
39 | addRangeWithCollection: | fmAddRangeWithCollection: | |
40 | getRangeWithIndex:count: | fmGetRangeWithIndex:count: | |
41 | removeRangeWithIndex:count: | fmRemoveRangeWithIndex:count: | |
42 | insertRangeWithIndex:collection: | fmInsertRangeWithIndex:collection: | |
43 | getObjAtIndex: | fmGetObjAtIndex: | |
44 | setObj:atIndex: | fmSetObj:atIndex: | |
45 | count | fmCount | |
46 | addWithItem: | fmAddWithItem: | |
47 | NSMutabledictionary | item | fmItem |
48 | removeWithKey: | fmRemoveWithKey: | |
49 | containsKey: | fmContainsKey: | |
50 | containsValue: | fmContainsValue: | |
51 | keys | fmKeys | |
52 | values | fmValues | |
53 | tryGetValueWithKey:value: | fmTryGetValueWithKey:value: | |
54 | addWithKey:value: | fmAddWithKey:value: | |
55 | setObject:atKey: | fmSetObject:atKey: | |
56 | getObjectAtKey: | fmGetObjectAtKey: | |
57 | NSString | contains: | fmContains: |
58 | startsWith: | fmStartsWith: | |
59 | startsWith:comparisonType: | fmStartsWith:comparisonType: | |
60 | endsWith: | fmEndsWith: | |
61 | endsWith:comparisonType: | fmEndsWith:comparisonType: | |
62 | indexOf: | fmIndexOf: | |
63 | indexOf:comparisonType: | fmIndexOf:comparisonType: | |
64 | lastIndexOf: | fmLastIndexOf: | |
65 | lastIndexOf:comparisonType: | fmLastIndexOf:comparisonType: | |
66 | substringWithStartIndex: | fmSubstringWithStartIndex: | |
67 | substringWithStartIndex:length: | fmSubstringWithStartIndex:length: | |
68 | trim | fmTrim | |
69 | trimEndWithTrimChars: | fmTrimEndWithTrimChars: | |
70 | splitWithSeparator: | fmSplitWithSeparator: | |
71 | toLower | fmToLower | |
72 | toUpper | fmToUpper | |
73 | toLowerWithCulture: | fmToLowerWithCulture: | |
74 | replaceWithOldValue:newValue: | fmReplaceWithOldValue:newValue: | |
75 | compareToWithStrB: | fmCompareToWithStrB: | |
76 | format:args: | fmFormat:args: | |
77 | format:arg0: | fmFormat:arg0: | |
78 | format:arg0:arg1: | fmFormat:arg0:arg1: | |
79 | format:arg0:arg1:arg2: | fmFormat:arg0:arg1:arg2: | |
80 | format:arg0:arg1:arg2:arg3: | fmFormat:arg0:arg1:arg2:arg3: | |
81 | format:arg0:arg1:arg2:arg3:arg4: | fmFormat:arg0:arg1:arg2:arg3:arg4 | |
82 | format:arg0:arg1:arg2:arg3:arg4:arg5: | fmFormat:arg0:arg1:arg2:arg3:arg4:arg5 | |
83 | isNullOrEmpty: | fmIsNullOrEmpty: | |
84 | empty | fmEmpty | |
85 | joinWithSeparator:value: | fmJoinWithSeparator:value: | |
86 | concat: | fmConcat: | |
87 | concatWithArgs: | fmConcatWithArgs: | |
88 | concatWithArg0: | fmConcatWithArg0: | |
89 | concatWithArg0:arg1: | fmConcatWithArg0:arg1: | |
90 | concatWithArg0:arg1:arg2: | fmConcatWithArg0:arg1:arg2: | |
91 | concatWithArg0:arg1:arg2:arg3: | fmConcatWithArg0:arg1:arg2:arg3: | |
92 | concatWithStr0: | fmConcatWithStr0: | |
93 | concatWithStr0:str1: | fmConcatWithStr0:str1: | |
94 | concatWithStr0:str1:str2: | fmConcatWithStr0:str1:str2: | |
95 | concatWithStr0:str1:str2:str3: | fmConcatWithStr0:str1:str2:str3: | |
96 | reformatNetFormat:count: | fmReformatNetFormat:count: | |
97 | NSMutableString | initWithValue: | initWithString: |
98 | removeWithStartIndex:length: | fmRemoveWithStartIndex:length: | |
99 | append: | fmAppend: | |
100 | append:startIndex:count: | fmAppend:startIndex:count: | |
101 | description | fmDescription | |
102 | NSThread | performBlockOnMainThread: | fmPerformBlockOnMainThread: |
103 | performBlockInBackground: | fmPerformBlockInBackground: | |
104 | runBlock: | fmRunBlock: | |
105 | performBlock: | fmPerformBlock: | |
106 | performBlock:waitUntilDone: | fmPerformBlock:waitUntilDone: | |
107 | performBlock:afterDelay: | fmPerformBlock:afterDelay: | |
108 | NSURL | initWithUriString: | initWithFmUriString: |
109 | description | fmDescription | |
110 | dnsSafeHost | fmDnsSafeHost | |
111 | absolutePath | fmAbsolutePath | |
112 | portNet | fmPortNet | |
113 | queryNet | fmQueryNet | |
114 | tryCreateWithUriString:uriKind:result: | fmTryCreateWithUriString:uriKind:result | |
115 | tryCreateWithBaseUri:relativeUri:result: | fmTryCreateWithBaseUri:relativeUri:result: | |
116 | escapeDataStringWithStringToEscape: | fmEscapeDataStringWithStringToEscape: | |
117 | NSURLResponse | getResponseStream: | fmGetResponseStream: |