Searched refs:AppendQuoted (Results 1 – 7 of 7) sorted by relevance
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/ |
H A D | AssemblyNameFormatter.cs | 24 sb.AppendQuoted(name); in ComputeDisplayName() 60 sb.AppendQuoted(cultureName); in ComputeDisplayName() 91 private static void AppendQuoted(this StringBuilder sb, string s) in AppendQuoted() method in System.Reflection.AssemblyNameFormatter
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/ |
H A D | AssemblyNameFormatter.cs | 24 sb.AppendQuoted(name); in ComputeDisplayName() 60 sb.AppendQuoted(cultureName); in ComputeDisplayName() 91 private static void AppendQuoted(this StringBuilder sb, string s) in AppendQuoted() method in System.Reflection.AssemblyNameFormatter
|
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/ |
H A D | dlgType.cpp | 1102 AppendQuoted(sql, cbInput->GetValue()); in GetSql() 1104 AppendQuoted(sql, cbOutput->GetValue()); in GetSql() 1113 AppendQuoted(sql, cbReceive->GetValue()); in GetSql() 1117 AppendQuoted(sql, cbSend->GetValue()); in GetSql() 1123 AppendQuoted(sql, cbSend->GetValue()); in GetSql() 1129 AppendQuoted(sql, cbAnalyze->GetValue()); in GetSql() 1140 AppendQuoted(sql, cbTypmodin->GetValue()); in GetSql() 1150 AppendQuoted(sql, cbTypmodout->GetValue()); in GetSql() 1170 AppendQuoted(sql, cbElement->GetValue()); in GetSql() 1183 AppendQuoted(sql, cbSubtype->GetValue()); in GetSql() [all …]
|
H A D | dlgForeignKey.cpp | 549 AppendQuoted(sql, cbReferences->GetValue()); in GetDefinition()
|
H A D | dlgProperty.cpp | 532 void dlgProperty::AppendQuoted(wxString &sql, const wxString &name) in AppendQuoted() function in dlgProperty
|
/dports/databases/pgadmin3/pgadmin3-1.22.2/ |
H A D | TODO | 38 - Find solution for dlgProperty::AppendQuoted if schemaname has a dot
|
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/dlg/ |
H A D | dlgProperty.h | 140 void AppendQuoted(wxString &sql, const wxString &name);
|