Home
last modified time | relevance | path

Searched refs:appendFormat (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/dports/graphics/cenon/Cenon/VHFExport/
H A DDXFExport.m154 [grStr appendFormat:@"0\n"];
156 [grStr appendFormat:@"8\n"];
158 [grStr appendFormat:@"6\n"];
160 [grStr appendFormat:@"62\n"];
162 [grStr appendFormat:@"39\n"];
188 [grStr appendFormat:@"0\n"];
190 [grStr appendFormat:@"8\n"];
192 [grStr appendFormat:@"6\n"];
255 [grStr appendFormat:@"0\n"];
257 [grStr appendFormat:@"8\n"];
[all …]
/dports/biology/biococoa/biococoa-2.2.2/Tests/Test-BCFoundation/
H A DTestBCSequenceDNAInit.m29 [error appendFormat:@"Sequence should be %@, but is %@\n",
32 [error appendFormat:@"Sequence should be DNA but is %d\n",
35 [error appendFormat:@"Symbol set should be %@ but is %@\n",
61 [error appendFormat:@"Sequence should be %@, but is %@\n",
64 [error appendFormat:@"Sequence should be DNA but is %d\n",
67 [error appendFormat:@"Symbol set should be %@ but is %@\n",
93 [error appendFormat:@"Sequence should be %@, but is %@\n",
96 [error appendFormat:@"Sequence should be DNA but is %d\n",
99 [error appendFormat:@"Symbol set should be %@ but is %@\n",
125 [error appendFormat:@"Sequence should be %@, but is %@\n",
[all …]
H A DTestBCSequenceProteinInit.m31 [error appendFormat:@"Sequence should be %@, but is %@\n",
34 [error appendFormat:@"Sequence should be protein but is %d\n",
37 [error appendFormat:@"Symbol set should be %@ but is %@\n",
63 [error appendFormat:@"Sequence should be %@, but is %@\n",
69 [error appendFormat:@"Symbol set should be %@ but is %@\n",
95 [error appendFormat:@"Sequence should be %@, but is %@\n",
101 [error appendFormat:@"Symbol set should be %@ but is %@\n",
127 [error appendFormat:@"Sequence should be %@, but is %@\n",
133 [error appendFormat:@"Symbol set should be %@ but is %@\n",
160 [error appendFormat:@"Sequence should be %@, but is %@\n",
[all …]
H A DTestBCSequenceInit.m80 [error appendFormat:@"Sequence should be %@, but is %@\n",
83 [error appendFormat:@"Sequence should be DNA but is %d\n",
86 [error appendFormat:@"Symbol set should be %@ but is %@\n",
112 [error appendFormat:@"Sequence should be %@, but is %@\n",
115 [error appendFormat:@"Sequence should be DNA but is %d\n",
118 [error appendFormat:@"Symbol set should be %@ but is %@\n",
145 [error appendFormat:@"Sequence should be %@, but is %@\n",
148 [error appendFormat:@"Sequence should be DNA but is %d\n",
178 [error appendFormat:@"Sequence should be %@, but is %@\n",
181 [error appendFormat:@"Sequence should be RNA but is %d\n",
[all …]
H A DTestBCSequenceRNAInit.m31 [error appendFormat:@"Sequence should be %@, but is %@\n",
34 [error appendFormat:@"Sequence should be RNA but is %d\n",
37 [error appendFormat:@"Symbol set should be %@ but is %@\n",
63 [error appendFormat:@"Sequence should be %@, but is %@\n",
66 [error appendFormat:@"Sequence should be RNA but is %d\n",
69 [error appendFormat:@"Symbol set should be %@ but is %@\n",
95 [error appendFormat:@"Sequence should be %@, but is %@\n",
98 [error appendFormat:@"Sequence should be RNA but is %d\n",
101 [error appendFormat:@"Symbol set should be %@ but is %@\n",
127 [error appendFormat:@"Sequence should be %@, but is %@\n",
[all …]
H A DTestBCSuffixArray.m58 …[error appendFormat: @"Number of sequence in array is incorrect, 2 != %d\n", [anArray numberOfSequ…
70 [error appendFormat: @"Length of sequence is incorrect, 517 != %d\n", [aSeq length]];
107 [error appendFormat: @"Error while writing suffix array to file: %@\n", fileName];
113 [error appendFormat: @"Could not read suffix array from file: %@\n", fileName];
124 … [error appendFormat: @"Total length of sequences in meta-dictionary is incorrect, 619 != %@\n",
133 … [error appendFormat: @"Length of sequence in meta-dictionary is incorrect, 517 != %d\n", aValue];
136 … [error appendFormat: @"Sequence number in meta-dictionary is incorrect, 0 != %d\n", aValue];
141 … [error appendFormat: @"Length of sequence in meta-dictionary is incorrect, 102 != %d\n", aValue];
144 … [error appendFormat: @"Sequence number in meta-dictionary is incorrect, 1 != %d\n", aValue];
148 [error appendFormat: @"Length of sequence is incorrect, 517 != %d\n", [aSeq length]];
[all …]
/dports/www/falkon/falkon-3.2.0/autotests/
H A Dqztoolstest.cpp215 QString appendFormat = QSL("%1"); in ensureUniqueFilename() local
225 QString appendFormat = QSL("%1"); in ensureUniqueFilename() local
228 … QCOMPARE(QzTools::ensureUniqueFilename(createPath("test"), appendFormat), createPath("test1")); in ensureUniqueFilename()
230 … QCOMPARE(QzTools::ensureUniqueFilename(createPath("test"), appendFormat), createPath("test2")); in ensureUniqueFilename()
232 … QCOMPARE(QzTools::ensureUniqueFilename(createPath("test"), appendFormat), createPath("test3")); in ensureUniqueFilename()
235 QString appendFormat = QSL("%1"); in ensureUniqueFilename() local
238 … QCOMPARE(QzTools::ensureUniqueFilename(createPath("test"), appendFormat), createPath("test")); in ensureUniqueFilename()
245 QString appendFormat = QSL(".%1"); in ensureUniqueFilename() local
255 QString appendFormat = QSL(".%1"); in ensureUniqueFilename() local
265 QString appendFormat = QSL(".%1"); in ensureUniqueFilename() local
[all …]
/dports/www/sogo/SOGo-5.4.0/SOPE/NGCards/
H A DiCalXMLRenderer.m95 [rendering appendFormat: @"<%@/>", valueTag];
114 [rendering appendFormat: @"<%@>", lowerName];
119 [rendering appendFormat: @"%@", escapedValue];
122 [rendering appendFormat: @"</%@>", lowerName];
181 [rendering appendFormat: @"<%@>", valueTag];
209 [rendering appendFormat: @"<%@>", lowerTag];
214 [rendering appendFormat: @"</%@>", lowerTag];
329 [rendering appendFormat: @"<%@>", lowerTag];
336 [rendering appendFormat: @"</%@>", lowerTag];
399 // [rendering appendFormat: @":%@",
[all …]
H A DiCalToDo.m109 // [ms appendFormat:@"<0x%p[%@]:", self, NSStringFromClass([self class])];
111 // if (uid) [ms appendFormat:@" uid=%@", uid];
112 // if (startDate) [ms appendFormat:@" start=%@", startDate];
113 // if (due) [ms appendFormat:@" due=%@", due];
114 // if (priority) [ms appendFormat:@" pri=%@", priority];
117 // [ms appendFormat:@" completed=%@", completed];
119 // [ms appendFormat:@" complete=%@", percentComplete];
121 // [ms appendFormat:@" class=%@", accessClass];
124 // [ms appendFormat:@" summary=%@", summary];
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/NGCards/
H A DiCalXMLRenderer.m95 [rendering appendFormat: @"<%@/>", valueTag];
114 [rendering appendFormat: @"<%@>", lowerName];
119 [rendering appendFormat: @"%@", escapedValue];
122 [rendering appendFormat: @"</%@>", lowerName];
181 [rendering appendFormat: @"<%@>", valueTag];
209 [rendering appendFormat: @"<%@>", lowerTag];
214 [rendering appendFormat: @"</%@>", lowerTag];
329 [rendering appendFormat: @"<%@>", lowerTag];
336 [rendering appendFormat: @"</%@>", lowerTag];
399 // [rendering appendFormat: @":%@",
[all …]
H A DiCalToDo.m109 // [ms appendFormat:@"<0x%p[%@]:", self, NSStringFromClass([self class])];
111 // if (uid) [ms appendFormat:@" uid=%@", uid];
112 // if (startDate) [ms appendFormat:@" start=%@", startDate];
113 // if (due) [ms appendFormat:@" due=%@", due];
114 // if (priority) [ms appendFormat:@" pri=%@", priority];
117 // [ms appendFormat:@" completed=%@", completed];
119 // [ms appendFormat:@" complete=%@", percentComplete];
121 // [ms appendFormat:@" class=%@", accessClass];
124 // [ms appendFormat:@" summary=%@", summary];
/dports/www/sogo2/SOGo-2.4.1/SOPE/NGCards/
H A DiCalXMLRenderer.m100 [rendering appendFormat: @"<%@/>", valueTag];
119 [rendering appendFormat: @"<%@>", lowerName];
124 [rendering appendFormat: @"%@", escapedValue];
127 [rendering appendFormat: @"</%@>", lowerName];
186 [rendering appendFormat: @"<%@>", valueTag];
214 [rendering appendFormat: @"<%@>", lowerTag];
219 [rendering appendFormat: @"</%@>", lowerTag];
334 [rendering appendFormat: @"<%@>", lowerTag];
341 [rendering appendFormat: @"</%@>", lowerTag];
404 // [rendering appendFormat: @":%@",
[all …]
H A DiCalToDo.m103 // [ms appendFormat:@"<0x%p[%@]:", self, NSStringFromClass([self class])];
105 // if (uid) [ms appendFormat:@" uid=%@", uid];
106 // if (startDate) [ms appendFormat:@" start=%@", startDate];
107 // if (due) [ms appendFormat:@" due=%@", due];
108 // if (priority) [ms appendFormat:@" pri=%@", priority];
111 // [ms appendFormat:@" completed=%@", completed];
113 // [ms appendFormat:@" complete=%@", percentComplete];
115 // [ms appendFormat:@" class=%@", accessClass];
118 // [ms appendFormat:@" summary=%@", summary];
/dports/www/sogo-activesync/SOGo-5.4.0/ActiveSync/
H A DNGVCard+ActiveSync.m125 [s appendFormat: @"<Categories xmlns=\"Contacts:\">"];
130 [s appendFormat: @"</Categories>"];
200 [a appendFormat: @"\n%@", [o activeSyncRepresentationInContext: context]];
202 [s appendFormat: @"<HomeStreet xmlns=\"Contacts:\">%@</HomeStreet>", a];
231 [a appendFormat: @"\n%@", [o activeSyncRepresentationInContext: context]];
266 [s appendFormat: @"<OtherStreet xmlns=\"Contacts:\">%@</OtherStreet>", a];
284 [s appendFormat: @"<Birthday xmlns=\"Contacts:\">%@</Birthday>",
297 [s appendFormat: @"<Type>%d</Type>", 1];
298 [s appendFormat: @"<EstimatedDataSize>%d</EstimatedDataSize>", [o length]];
299 [s appendFormat: @"<Data>%@</Data>", o];
[all …]
H A DiCalRecurrenceRule+ActiveSync.m73 [s appendFormat: @"<Recurrence xmlns=\"%@:\">", t];
85 …[s appendFormat: @"<Recurrence_DayOfWeek xmlns=\"%@:\">%d</Recurrence_DayOfWeek>", t, (2|4|8|16|32…
117 [s appendFormat: @"<Recurrence_DayOfWeek xmlns=\"%@:\">%d</Recurrence_DayOfWeek>", t, v];
137 …[s appendFormat: @"<Recurrence_Interval xmlns=\"%@:\">%d</Recurrence_Interval>", t, [self repeatIn…
152 … [s appendFormat: @"<Recurrence_WeekOfMonth xmlns=\"%@:\">%d</Recurrence_WeekOfMonth>", t, 5];
186 … [s appendFormat: @"<Recurrence_MonthOfYear xmlns=\"%@:\">%@</Recurrence_MonthOfYear>", t,
193 … [s appendFormat: @"<Recurrence_DayOfMonth xmlns=\"%@:\">%@</Recurrence_DayOfMonth>", t,
196 … [s appendFormat: @"<Recurrence_MonthOfYear xmlns=\"%@:\">%@</Recurrence_MonthOfYear>", t,
208 [s appendFormat: @"<Recurrence_Type xmlns=\"%@:\">%d</Recurrence_Type>", t, type];
216 [s appendFormat: @"<Recurrence_Occurrences xmlns=\"%@:\">%@</Recurrence_Occurrences>", t,
[all …]
H A DiCalToDo+ActiveSync.m100 [s appendFormat: @"<Importance xmlns=\"Tasks:\">%d</Importance>", v];
112 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 1];
114 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 0];
120 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 0];
125 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 0];
136 [s appendFormat: @"<Sensitivity xmlns=\"Tasks:\">%d</Sensitivity>", v];
142 [s appendFormat: @"<Categories xmlns=\"Tasks:\">"];
147 [s appendFormat: @"</Categories>"];
163 [s appendFormat: @"<Body xmlns=\"Tasks:\">%@</Body>", o];
169 [s appendFormat: @"<Type>%d</Type>", 1];
[all …]
/dports/www/sogo/SOGo-5.4.0/ActiveSync/
H A DNGVCard+ActiveSync.m125 [s appendFormat: @"<Categories xmlns=\"Contacts:\">"];
130 [s appendFormat: @"</Categories>"];
200 [a appendFormat: @"\n%@", [o activeSyncRepresentationInContext: context]];
202 [s appendFormat: @"<HomeStreet xmlns=\"Contacts:\">%@</HomeStreet>", a];
231 [a appendFormat: @"\n%@", [o activeSyncRepresentationInContext: context]];
266 [s appendFormat: @"<OtherStreet xmlns=\"Contacts:\">%@</OtherStreet>", a];
284 [s appendFormat: @"<Birthday xmlns=\"Contacts:\">%@</Birthday>",
297 [s appendFormat: @"<Type>%d</Type>", 1];
298 [s appendFormat: @"<EstimatedDataSize>%d</EstimatedDataSize>", [o length]];
299 [s appendFormat: @"<Data>%@</Data>", o];
[all …]
H A DiCalRecurrenceRule+ActiveSync.m73 [s appendFormat: @"<Recurrence xmlns=\"%@:\">", t];
85 …[s appendFormat: @"<Recurrence_DayOfWeek xmlns=\"%@:\">%d</Recurrence_DayOfWeek>", t, (2|4|8|16|32…
117 [s appendFormat: @"<Recurrence_DayOfWeek xmlns=\"%@:\">%d</Recurrence_DayOfWeek>", t, v];
137 …[s appendFormat: @"<Recurrence_Interval xmlns=\"%@:\">%d</Recurrence_Interval>", t, [self repeatIn…
152 … [s appendFormat: @"<Recurrence_WeekOfMonth xmlns=\"%@:\">%d</Recurrence_WeekOfMonth>", t, 5];
186 … [s appendFormat: @"<Recurrence_MonthOfYear xmlns=\"%@:\">%@</Recurrence_MonthOfYear>", t,
193 … [s appendFormat: @"<Recurrence_DayOfMonth xmlns=\"%@:\">%@</Recurrence_DayOfMonth>", t,
196 … [s appendFormat: @"<Recurrence_MonthOfYear xmlns=\"%@:\">%@</Recurrence_MonthOfYear>", t,
208 [s appendFormat: @"<Recurrence_Type xmlns=\"%@:\">%d</Recurrence_Type>", t, type];
216 [s appendFormat: @"<Recurrence_Occurrences xmlns=\"%@:\">%@</Recurrence_Occurrences>", t,
[all …]
H A DiCalToDo+ActiveSync.m100 [s appendFormat: @"<Importance xmlns=\"Tasks:\">%d</Importance>", v];
112 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 1];
114 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 0];
120 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 0];
125 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 0];
136 [s appendFormat: @"<Sensitivity xmlns=\"Tasks:\">%d</Sensitivity>", v];
142 [s appendFormat: @"<Categories xmlns=\"Tasks:\">"];
147 [s appendFormat: @"</Categories>"];
163 [s appendFormat: @"<Body xmlns=\"Tasks:\">%@</Body>", o];
169 [s appendFormat: @"<Type>%d</Type>", 1];
[all …]
/dports/www/sogo2/SOGo-2.4.1/ActiveSync/
H A DNGVCard+ActiveSync.m117 [s appendFormat: @"<Categories xmlns=\"Contacts:\">"];
122 [s appendFormat: @"</Categories>"];
192 [a appendFormat: @"\n%@", [o activeSyncRepresentationInContext: context]];
194 [s appendFormat: @"<HomeStreet xmlns=\"Contacts:\">%@</HomeStreet>", a];
223 [a appendFormat: @"\n%@", [o activeSyncRepresentationInContext: context]];
258 [s appendFormat: @"<OtherStreet xmlns=\"Contacts:\">%@</OtherStreet>", a];
276 [s appendFormat: @"<Birthday xmlns=\"Contacts:\">%@</Birthday>",
289 [s appendFormat: @"<Type>%d</Type>", 1];
290 [s appendFormat: @"<EstimatedDataSize>%d</EstimatedDataSize>", [o length]];
291 [s appendFormat: @"<Data>%@</Data>", o];
[all …]
H A DiCalRecurrenceRule+ActiveSync.m73 [s appendFormat: @"<Recurrence xmlns=\"%@:\">", t];
85 …[s appendFormat: @"<Recurrence_DayOfWeek xmlns=\"%@:\">%d</Recurrence_DayOfWeek>", t, (2|4|8|16|32…
117 [s appendFormat: @"<Recurrence_DayOfWeek xmlns=\"%@:\">%d</Recurrence_DayOfWeek>", t, v];
137 …[s appendFormat: @"<Recurrence_Interval xmlns=\"%@:\">%d</Recurrence_Interval>", t, [self repeatIn…
152 … [s appendFormat: @"<Recurrence_WeekOfMonth xmlns=\"%@:\">%d</Recurrence_WeekOfMonth>", t, 5];
186 … [s appendFormat: @"<Recurrence_MonthOfYear xmlns=\"%@:\">%@</Recurrence_MonthOfYear>", t,
193 … [s appendFormat: @"<Recurrence_DayOfMonth xmlns=\"%@:\">%@</Recurrence_DayOfMonth>", t,
196 … [s appendFormat: @"<Recurrence_MonthOfYear xmlns=\"%@:\">%@</Recurrence_MonthOfYear>", t,
208 [s appendFormat: @"<Recurrence_Type xmlns=\"%@:\">%d</Recurrence_Type>", t, type];
216 [s appendFormat: @"<Recurrence_Occurrences xmlns=\"%@:\">%@</Recurrence_Occurrences>", t,
[all …]
H A DiCalToDo+ActiveSync.m87 …[s appendFormat: @"<DueDate xmlns=\"Tasks:\">%@</DueDate>", [o activeSyncRepresentationInContext: …
103 [s appendFormat: @"<Importance xmlns=\"Tasks:\">%d</Importance>", v];
111 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 1];
116 [s appendFormat: @"<ReminderSet xmlns=\"Tasks:\">%d</ReminderSet>", 0];
127 [s appendFormat: @"<Sensitivity xmlns=\"Tasks:\">%d</Sensitivity>", v];
133 [s appendFormat: @"<Categories xmlns=\"Tasks:\">"];
138 [s appendFormat: @"</Categories>"];
154 [s appendFormat: @"<Body xmlns=\"Tasks:\">%@</Body>", o];
160 [s appendFormat: @"<Type>%d</Type>", 1];
161 [s appendFormat: @"<EstimatedDataSize>%d</EstimatedDataSize>", (int)[o length]];
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSXMLParser/
H A Dparse.m59 [s appendFormat: @"%@\n", NSStringFromSelector(_cmd)];
64 [s appendFormat: @"%@\n", NSStringFromSelector(_cmd)];
100 [s appendFormat: @"%@ %@ %@\n", NSStringFromSelector(_cmd),
109 [s appendFormat: @"%@ %@ %@\n", NSStringFromSelector(_cmd),
156 [s appendFormat: @"%@ %@ %@\n", NSStringFromSelector(_cmd),
163 [s appendFormat: @"%@ %@\n", NSStringFromSelector(_cmd),
176 [s appendFormat: @"%@ %@\n", NSStringFromSelector(_cmd),
184 [s appendFormat: @"%@ %@ %@\n", NSStringFromSelector(_cmd),
191 [s appendFormat: @"%@ %@\n", NSStringFromSelector(_cmd),
198 [s appendFormat: @"%@ %@\n", NSStringFromSelector(_cmd),
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dformatter.cpp92 return sb.appendFormat("%sx%u", typeName, unsigned(count)); in formatTypeId()
127 return sb.appendFormat("<InvalidLabel:%u>", labelId); in formatLabel()
135 ASMJIT_PROPAGATE(sb.appendFormat("<InvalidLabel:%u>", labelId)); in formatLabel()
137 ASMJIT_PROPAGATE(sb.appendFormat("L%u", parentId)); in formatLabel()
146 return sb.appendFormat("L%u", labelId); in formatLabel()
230 ASMJIT_PROPAGATE(sb.appendFormat("[%d]", int(value.stackOffset()))); in formatFuncValue()
304 ASMJIT_PROPAGATE(sb.appendFormat("<%05u> ", node->position())); in formatNode()
321 ASMJIT_PROPAGATE(sb.appendFormat(".section %s", section->name())); in formatNode()
336 sb.appendFormat("align %u (%s)", in formatNode()
347 ASMJIT_PROPAGATE(sb.appendFormat("%u bytes", embedNode->dataSize())); in formatNode()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dformatter.cpp92 return sb.appendFormat("%sx%u", typeName, unsigned(count)); in formatTypeId()
127 return sb.appendFormat("<InvalidLabel:%u>", labelId); in formatLabel()
135 ASMJIT_PROPAGATE(sb.appendFormat("<InvalidLabel:%u>", labelId)); in formatLabel()
137 ASMJIT_PROPAGATE(sb.appendFormat("L%u", parentId)); in formatLabel()
146 return sb.appendFormat("L%u", labelId); in formatLabel()
230 ASMJIT_PROPAGATE(sb.appendFormat("[%d]", int(value.stackOffset()))); in formatFuncValue()
304 ASMJIT_PROPAGATE(sb.appendFormat("<%05u> ", node->position())); in formatNode()
321 ASMJIT_PROPAGATE(sb.appendFormat(".section %s", section->name())); in formatNode()
336 sb.appendFormat("align %u (%s)", in formatNode()
347 ASMJIT_PROPAGATE(sb.appendFormat("%u bytes", embedNode->dataSize())); in formatNode()
[all …]

12345678910>>...38