Home
last modified time | relevance | path

Searched refs:CreateComment (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlCommentTests.cs37 comment = document.CreateComment ("Comment"); in XmlCommentCloneNode()
53 comment = document.CreateComment ("foo"); in XmlCommentInnerAndOuterXml()
62 comment = document.CreateComment ("Comment"); in XmlCommentIsReadOnly()
70 comment = document.CreateComment ("Comment"); in XmlCommentLocalName()
78 comment = document.CreateComment ("Comment"); in XmlCommentName()
86 comment = document.CreateComment ("Comment"); in XmlCommentNodeType()
93 comment = document.CreateComment ("Comment"); in XmlNodeBaseProperties()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DPreprocessor.cs108 …destinationDocument.AppendChild(destinationDocument.CreateComment("\r\n" + new String('=', 140) + … in Preprocess()
300 destination.AppendChild(destinationDocument.CreateComment(closedImportTag)); in CloneChildrenResolvingImports()
319 destination.AppendChild(destinationDocument.CreateComment( in CloneChildrenResolvingImports()
328 …destination.AppendChild(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n <… in CloneChildrenResolvingImports()
332 …destination.AppendChild(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n <… in CloneChildrenResolvingImports()
345 destination.AppendChild(destinationDocument.CreateComment(importGroupTag)); in CloneChildrenResolvingImports()
349 …destination.AppendChild(destinationDocument.CreateComment("</" + XMakeElements.importGroup + ">")); in CloneChildrenResolvingImports()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlDocument/XmlNodeTests/
H A DFirstChildTests.cs93 var newNode2 = xmlDocument.CreateComment("comment here"); in ElementNodeWithOneChildDeleteItInsertTwoNewChildren()
110 var newNode2 = xmlDocument.CreateComment("comment here"); in ElementNodeWithOneChildDeleteItInsertTwoNewChildrenDeleteAll()
198 Assert.Null(xmlDocument.CreateComment("a comment").FirstChild); in FirstChildOfNewComment()
214 var node1 = xmlDocument.CreateComment("comment"); in FirstChildOfNewDocumentFragmentWithChildren()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dgists_comments_test.go183 comment, _, err := client.Gists.CreateComment(ctx, "1", input)
195 _, _, err = client.Gists.CreateComment(ctx, "\n", input)
200 got, resp, err := client.Gists.CreateComment(ctx, "1", input)
213 _, _, err := client.Gists.CreateComment(ctx, "%", nil)
H A Dissues_comments_test.go177 comment, _, err := client.Issues.CreateComment(ctx, "o", "r", 1, input)
189 _, _, err = client.Issues.CreateComment(ctx, "\n", "\n", -1, input)
194 got, resp, err := client.Issues.CreateComment(ctx, "o", "r", 1, input)
207 _, _, err := client.Issues.CreateComment(ctx, "%", "r", 1, nil)
H A Drepos_comments_test.go131 comment, _, err := client.Repositories.CreateComment(ctx, "o", "r", "s", input)
143 _, _, err = client.Repositories.CreateComment(ctx, "\n", "\n", "\n", input)
148 got, resp, err := client.Repositories.CreateComment(ctx, "o", "r", "s", input)
161 _, _, err := client.Repositories.CreateComment(ctx, "%", "%", "%", nil)
H A Dpulls_comments_test.go285 comment, _, err := client.PullRequests.CreateComment(ctx, "o", "r", 1, input)
297 _, _, err = client.PullRequests.CreateComment(ctx, "\n", "\n", -1, input)
302 got, resp, err := client.PullRequests.CreateComment(ctx, "o", "r", 1, input)
315 _, _, err := client.PullRequests.CreateComment(ctx, "%", "r", 1, nil)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dgists_comments_test.go182 comment, _, err := client.Gists.CreateComment(ctx, "1", input)
194 _, _, err = client.Gists.CreateComment(ctx, "\n", input)
199 got, resp, err := client.Gists.CreateComment(ctx, "1", input)
212 _, _, err := client.Gists.CreateComment(ctx, "%", nil)
H A Dissues_comments_test.go176 comment, _, err := client.Issues.CreateComment(ctx, "o", "r", 1, input)
188 _, _, err = client.Issues.CreateComment(ctx, "\n", "\n", -1, input)
193 got, resp, err := client.Issues.CreateComment(ctx, "o", "r", 1, input)
206 _, _, err := client.Issues.CreateComment(ctx, "%", "r", 1, nil)
H A Drepos_comments_test.go130 comment, _, err := client.Repositories.CreateComment(ctx, "o", "r", "s", input)
142 _, _, err = client.Repositories.CreateComment(ctx, "\n", "\n", "\n", input)
147 got, resp, err := client.Repositories.CreateComment(ctx, "o", "r", "s", input)
160 _, _, err := client.Repositories.CreateComment(ctx, "%", "%", "%", nil)
H A Dpulls_comments_test.go284 comment, _, err := client.PullRequests.CreateComment(ctx, "o", "r", 1, input)
296 _, _, err = client.PullRequests.CreateComment(ctx, "\n", "\n", -1, input)
301 got, resp, err := client.PullRequests.CreateComment(ctx, "o", "r", 1, input)
314 _, _, err := client.PullRequests.CreateComment(ctx, "%", "r", 1, nil)
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Ddoc.cs103 …return doc.CreateComment (String.Format ("FIXME: Invalid documentation markup was found for member… in GetDocCommentNode()
165 el.ParentNode.InsertBefore (el.OwnerDocument.CreateComment (" Include tag is invalid "), el); in HandleInclude()
169 el.ParentNode.InsertBefore (el.OwnerDocument.CreateComment (" Include tag is invalid "), el); in HandleInclude()
183 …el.ParentNode.InsertBefore (el.OwnerDocument.CreateComment (String.Format (" Badly formed XML in a… in HandleInclude()
191 …el.ParentNode.InsertBefore (el.OwnerDocument.CreateComment (" No matching elements were found for … in HandleInclude()
199 …el.ParentNode.InsertBefore (el.OwnerDocument.CreateComment (" Failed to insert some or all of incl… in HandleInclude()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go88 comment, _, err := client.Gists.CreateComment("1", input)
100 _, _, err := client.Gists.CreateComment("%", nil)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlDocument/XmlDocumentTests/
H A DCreateCommentTests.cs15 var comment = xmlDocument.CreateComment(String.Empty); in CreateEmptyComment()
/dports/lang/php73/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt2 DomDocument::CreateComment() - Incorrect Parameters
/dports/www/mod_php73/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt2 DomDocument::CreateComment() - Incorrect Parameters
/dports/textproc/php73-dom/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt2 DomDocument::CreateComment() - Incorrect Parameters
/dports/devel/msbuild/msbuild-0.06/src/Build/ElementLocation/
H A DXmlDocumentWithLocation.cs259 public override XmlComment CreateComment(string data) in CreateComment() method in Microsoft.Build.Construction.XmlDocumentWithLocation
267 return base.CreateComment(interned); in CreateComment()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DComment.cpp30 : CharacterData(document, text, CreateComment) in Comment()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlComment.cs35 return OwnerDocument.CreateComment( Data ); in CloneNode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlComment.cs39 return OwnerDocument.CreateComment(Data); in CloneNode()
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/
H A Dgists_comments_test.go93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)

12345678910>>...23