Home
last modified time | relevance | path

Searched refs:AppendComment (Results 1 – 25 of 114) sorted by relevance

12345

/dports/audio/mous/mous-2.0.1/apps/ncurses/
H A DAppEnv.cc65 config.AppendComment("# server ip"); in SaveDefault()
67 config.AppendComment(""); in SaveDefault()
69 config.AppendComment("# server port"); in SaveDefault()
71 config.AppendComment(""); in SaveDefault()
73 config.AppendComment("# if tag is not utf8, use the following encoding"); in SaveDefault()
75 config.AppendComment(""); in SaveDefault()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsIContentSerializer.h47 NS_IMETHOD AppendComment(nsIContent* aComment, int32_t aStartOffset,
H A DnsPlainTextSerializer.h56 NS_IMETHOD AppendComment(nsIContent* aComment, int32_t aStartOffset, in AppendComment() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsIContentSerializer.h48 NS_IMETHOD AppendComment(nsIContent* aComment, int32_t aStartOffset,
H A DnsPlainTextSerializer.h58 NS_IMETHOD AppendComment(nsIContent* aComment, int32_t aStartOffset, in AppendComment() function
/dports/www/firefox-esr/firefox-91.8.0/dom/serializers/
H A DnsIContentSerializer.h56 NS_IMETHOD AppendComment(mozilla::dom::Comment* aComment,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsIContentSerializer.h56 NS_IMETHOD AppendComment(mozilla::dom::Comment* aComment,
/dports/www/firefox/firefox-99.0/dom/serializers/
H A DnsIContentSerializer.h56 NS_IMETHOD AppendComment(mozilla::dom::Comment* aComment,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serializers/
H A DnsIContentSerializer.h56 NS_IMETHOD AppendComment(mozilla::dom::Comment* aComment,
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgSynonym.cpp289 AppendComment(sql, wxT("PUBLIC SYNONYM ") + qtIdent(txtName->GetValue()), synonym); in GetSql()
312 AppendComment(sql, commentSql + qtIdent(txtName->GetValue()), synonym); in GetSql()
H A DdlgTablespace.cpp203 AppendComment(sql, wxT("TABLESPACE"), 0, tablespace); in GetSql()
274 AppendComment(sql, wxT("TABLESPACE"), 0, tablespace); in GetSql2()
H A DdlgExtTable.cpp155 AppendComment(sql, wxT("TABLE"), schema, extTable); in GetSql()
H A DdlgSchema.cpp153 AppendComment(sql, wxT("SCHEMA"), 0, schema); in GetSql()
H A DdlgPackage.cpp180 AppendComment(sql, wxT("PACKAGE"), schema, package); in GetSql()
H A DdlgTextSearchTemplate.cpp187AppendComment(sql, wxT("TEXT SEARCH TEMPLATE ") + qtIdent(cbSchema->GetValue()) + wxT(".") + qtIde… in GetSql()
H A DdlgCast.cpp212 AppendComment(sql, wxT("CAST (") + cbSourceType->GetValue() in GetSql()
H A DdlgCollation.cpp183AppendComment(sql, wxT("COLLATION ") + qtIdent(cbSchema->GetValue()) + wxT(".") + qtIdent(GetName(… in GetSql()
H A DdlgCheck.cpp169 AppendComment(sql, wxT("CONSTRAINT ") + qtIdent(name) in GetSql()
H A DdlgRule.cpp192 AppendComment(sql, wxT("RULE ") + qtIdent(name) in GetSql()
H A DdlgConversion.cpp210AppendComment(sql, wxT("CONVERSION ") + qtIdent(cbSchema->GetValue()) + wxT(".") + qtIdent(GetName… in GetSql()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/serializers/
H A Dmarkup_formatter.h90 static void AppendComment(StringBuilder&, const String&);
H A Dmarkup_formatter.cc157 AppendComment(result, To<Comment>(node).data()); in AppendStartMarkup()
237 void MarkupFormatter::AppendComment(StringBuilder& result, in AppendComment() function in blink::MarkupFormatter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/serializers/
H A Dmarkup_formatter.h88 static void AppendComment(StringBuilder&, const String&);
H A Dmarkup_formatter.cc160 AppendComment(result, To<Comment>(node).data()); in AppendStartMarkup()
239 void MarkupFormatter::AppendComment(StringBuilder& result, in AppendComment() function in blink::MarkupFormatter
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/dlg/
H A DdlgProperty.h138 void AppendComment(wxString &sql, const wxString &objType, pgSchema *schema, pgObject *obj);
139 void AppendComment(wxString &sql, const wxString &objName, pgObject *obj);

12345