Home
last modified time | relevance | path

Searched refs:colstring (Results 1 – 9 of 9) sorted by relevance

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/
H A Dcom_firstworks_sqlrelay_SQLRCursor.cpp1053 colstring)); in Java_com_firstworks_sqlrelay_SQLRCursor_getFieldAsByteArray__JLjava_lang_String_2()
1191 getColumnType(colstring)); in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnType__Ljava_lang_String_2()
1216 getColumnPrecision(colstring); in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnPrecision__Ljava_lang_String_2()
1240 getColumnScale(colstring); in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnScale__Ljava_lang_String_2()
1266 getColumnIsNullable(colstring))? in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnIsNullable__Ljava_lang_String_2()
1293 getColumnIsPrimaryKey(colstring))? in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnIsPrimaryKey__Ljava_lang_String_2()
1320 getColumnIsUnique(colstring))? in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnIsUnique__Ljava_lang_String_2()
1346 getColumnIsPartOfKey(colstring))? in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnIsPartOfKey__Ljava_lang_String_2()
1373 getColumnIsUnsigned(colstring))? in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnIsUnsigned__Ljava_lang_String_2()
1426 getColumnIsBinary(colstring))? in Java_com_firstworks_sqlrelay_SQLRCursor_getColumnIsBinary__Ljava_lang_String_2()
[all …]
/dports/graphics/gource/gource-0.51/src/
H A Dgource_settings.cpp886 std::string colstring = entry->getString(); in importGourceSettings() local
890 … } else if(colstring.size()==6 && sscanf(colstring.c_str(), "%02x%02x%02x", &r, &g, &b) == 3) { in importGourceSettings()
903 std::string colstring = entry->getString(); in importGourceSettings() local
907 } else if(colstring.size()==6 && sscanf(colstring.c_str(), "%02x%02x%02x", &r, &g, &b) == 3) { in importGourceSettings()
1050 std::string colstring = entry->getString(); in importGourceSettings() local
1054 … } else if(colstring.size()==6 && sscanf(colstring.c_str(), "%02x%02x%02x", &r, &g, &b) == 3) { in importGourceSettings()
1068 std::string colstring = entry->getString(); in importGourceSettings() local
1072 … } else if(colstring.size()==6 && sscanf(colstring.c_str(), "%02x%02x%02x", &r, &g, &b) == 3) { in importGourceSettings()
1090 … } else if(colstring.size()==6 && sscanf(colstring.c_str(), "%02x%02x%02x", &r, &g, &b) == 3) { in importGourceSettings()
1108 … } else if(colstring.size()==6 && sscanf(colstring.c_str(), "%02x%02x%02x", &r, &g, &b) == 3) { in importGourceSettings()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DSim2Hotint.cpp456 if(!strcmp(colstring, "right")) return 0; in GetRotation()
457 else if(!strcmp(colstring, "up")) return 1; in GetRotation()
458 else if(!strcmp(colstring, "left")) return 2; in GetRotation()
459 else if(!strcmp(colstring, "down")) return 3; in GetRotation()
471 if(!strcmp(colstring, "black")) return colblack; in GetColorVector()
472 else if(!strcmp(colstring, "white")) return colwhite ; in GetColorVector()
473 else if(!strcmp(colstring, "red")) return colred ; in GetColorVector()
474 else if(!strcmp(colstring, "green" )) return colgreen ; in GetColorVector()
475 else if(!strcmp(colstring, "blue")) return colblue ; in GetColorVector()
476 else if(!strcmp(colstring, "cyan")) return colcyan ; in GetColorVector()
[all …]
/dports/databases/pear-DB_Table/DB_Table-1.5.6/DB/Table/
H A DManager.php1074 $colstring = implode(', ', $cols);
1085 $declare .= " PRIMARY KEY ($colstring)";
1090 $declare .= " ($colstring)";
1099 $declare = "CREATE UNIQUE INDEX $idxname ON $table ($colstring)";
1103 $declare = "CREATE INDEX $idxname ON $table ($colstring)";
1705 $colstring = implode(', ', $cols);
1708 "'$idxname' ($colstring)"
/dports/biology/jalview/jalview/src/jalview/util/
H A DColorUtils.java80 String colstring = "#" + ((colour.getRed() < 16) ? "0" : "") in toTkCode() local
86 return colstring; in toTkCode()
/dports/cad/magic/magic-8.3.245/graphics/
H A DgrTkCommon.c613 char *colstring; local
640 colstring = Tcl_Alloc(14);
641 sprintf(colstring, "#%04x%04x%04x", falsecolor.red,
653 colstring = Tcl_Alloc(8);
654 sprintf(colstring, "#%02x%02x%02x", falsecolor.red,
657 return colstring;
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvfig.cpp110 const char * colstring = 0; in dumpnewcolors() local
111 while ((colstring = colorTable.getColorString(current)) != 0) { in dumpnewcolors()
112 theoutStream << "0 " << current << " " << colstring << endl; in dumpnewcolors()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvfig.cpp117 const char *colstring = 0; in dumpnewcolors() local
118 while ((colstring = colorTable.getColorString(current)) != 0) { in dumpnewcolors()
119 theoutStream << "0 " << current << " " << colstring << endl; in dumpnewcolors()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/
H A Dsettings.cpp447 std::string colstring = entry->getString(); in importLogstalgiaSettings() local
451 … } else if(colstring.size()==6 && sscanf(colstring.c_str(), "%02x%02x%02x", &r, &g, &b) == 3) { in importLogstalgiaSettings()