Home
last modified time | relevance | path

Searched refs:tableStr (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/cenon/Cenon/VHFExport/
H A DDXFExport.m515 tableStr = [tableStr stringByAppendingFormat:@"0\n"];
517 tableStr = [tableStr stringByAppendingFormat:@"2\n"];
519 tableStr = [tableStr stringByAppendingFormat:@"0\n"];
523 tableStr = [tableStr stringByAppendingFormat:@"0\n"];
526 tableStr = [tableStr stringByAppendingFormat:@"2\n"];
531 tableStr = [tableStr stringByAppendingFormat:@"0\n"];
542 tableStr = [tableStr stringByAppendingFormat:@"0\n"];
546 tableStr = [tableStr stringByAppendingFormat:@"0\n"];
549 tableStr = [tableStr stringByAppendingFormat:@"0\n"];
552 tableStr = [tableStr stringByAppendingFormat:@"2\n"];
[all …]
H A DDXFExport.h65 NSString *tableStr; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/scripts/
H A Drun_nightly.py230 tableStr = ""
233 tableStr += '<tr class="Ignored">\n%s</tr>\n' % row.innerHTML
235 tableStr += '<tr>\n%s</tr>\n' % row.innerHTML
239 html = html.replace("${RESULTS}", tableStr)
/dports/editors/calligra/calligra-3.2.1/plugins/shapefiltereffects/
H A DComponentTransferEffect.cpp312 QString tableStr; in saveChannel() local
314 tableStr += QString("%1 ").arg(v); in saveChannel()
316 writer.addAttribute("tableValues", tableStr.trimmed()); in saveChannel()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DnsUrlClassifierDBService.cpp226 nsAutoCString tableStr; in ProcessLookupResults() local
229 tableStr.Append(','); in ProcessLookupResults()
230 tableStr.Append(tables[i]); in ProcessLookupResults()
232 return tableStr; in ProcessLookupResults()
1129 nsAutoCString tableStr; in HandleResults() local
1132 tableStr.Append(','); in HandleResults()
1133 tableStr.Append(tables[i]); in HandleResults()
1136 return mCallback->HandleEvent(tableStr); in HandleResults()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/test/Foreign/
H A DLuaTests.hs81 let tableStr = "{firstname = 'Jane', surname = 'Doe'}" function
82 pushLuaExpr $ "setmetatable(" <> tableStr <> ", {'yup'})"
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/test/Foreign/
H A DLuaTests.hs81 let tableStr = "{firstname = 'Jane', surname = 'Doe'}" function
82 pushLuaExpr $ "setmetatable(" <> tableStr <> ", {'yup'})"
/dports/x11/xcmsdb/xcmsdb-1.0.5/
H A DloadData.c519 char *tableStr, *sizeStr, *ptoken; in ProcessIProfile() local
540 tableStr = strtok((char*)NULL, DATA_DELIMS); in ProcessIProfile()
555 if (strcmp(tableStr, "GREEN") == 0) { in ProcessIProfile()
576 } else if (strcmp(tableStr, "BLUE") == 0) { in ProcessIProfile()
599 if (!strcmp(tableStr, "RGB") && pCorrection->nTables != 1) { in ProcessIProfile()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/master/
H A DTestRegionPlacement.java106 String tableStr = "testRegionAssignment"; in testRegionPlacement() local
107 TableName table = TableName.valueOf(tableStr); in testRegionPlacement()
150 rp.setTargetTableName(new String[]{tableStr}); in testRegionPlacement()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/
H A DnsUrlClassifierDBService.cpp1432 nsAutoCString tableStr; in HandleResults() local
1434 if (i != 0) tableStr.Append(','); in HandleResults()
1435 tableStr.Append(tables[i]); in HandleResults()
1438 return mCallback->HandleEvent(tableStr); in HandleResults()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DnsUrlClassifierDBService.cpp1299 nsAutoCString tableStr; in HandleResults() local
1301 if (i != 0) tableStr.Append(','); in HandleResults()
1302 tableStr.Append(tables[i]); in HandleResults()
1305 return mCallback->HandleEvent(tableStr); in HandleResults()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLTableEditor.cpp1290 NS_NAMED_LITERAL_STRING(tableStr, "table"); in SelectBlockOfCells()
1293 GetElementOrParentByTagName(tableStr, aStartCell, getter_AddRefs(table)); in SelectBlockOfCells()
1299 GetElementOrParentByTagName(tableStr, aEndCell, getter_AddRefs(endTable)); in SelectBlockOfCells()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DHTMLTableEditor.cpp1409 NS_NAMED_LITERAL_STRING(tableStr, "table"); in SelectBlockOfCells()
1411 nsresult rv = GetElementOrParentByTagName(tableStr, aStartCell, in SelectBlockOfCells()
1417 rv = GetElementOrParentByTagName(tableStr, aEndCell, in SelectBlockOfCells()