Home
last modified time | relevance | path

Searched refs:AddComments (Results 1 – 20 of 20) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/internal/contributebot/
H A Dprocess.go109 edits.AddComments = append(edits.AddComments, cfg.IssueTitleResponse)
118 AddComments []string member
126 for _, comment := range i.AddComments {
143 for _, comment := range i.AddComments {
192 edits.AddComments = append(edits.AddComments, branchesInForkCloseResponse)
211 edits.AddComments = append(edits.AddComments, cfg.PullRequestTitleResponse)
221 AddComments []string member
232 for _, comment := range i.AddComments {
244 for _, comment := range i.AddComments {
H A Dprocess_test.go85 AddComments: []string{defaultRepoConfig().IssueTitleResponse},
101 AddComments: []string{defaultRepoConfig().IssueTitleResponse},
183 AddComments: []string{branchesInForkCloseResponse},
227 AddComments: []string{defaultRepoConfig().PullRequestTitleResponse},
245 AddComments: []string{defaultRepoConfig().PullRequestTitleResponse},
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go161 self.comments.CommentMap.AddComments(node, tryComments, ast.LEADING)
351 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
381 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
433 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
459 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
504 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
704 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
705 self.comments.CommentMap.AddComments(node, doComments, ast.DO)
732 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
768 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
[all …]
H A Dparser.go256 self.comments.CommentMap.AddComments(program, self.comments.FetchAll(), ast.TRAILING)
H A Dexpression.go535 self.comments.CommentMap.AddComments(left, newComments, ast.LEADING)
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go161 self.comments.CommentMap.AddComments(node, tryComments, ast.LEADING)
351 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
381 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
433 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
459 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
504 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
704 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
705 self.comments.CommentMap.AddComments(node, doComments, ast.DO)
732 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
768 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
[all …]
H A Dparser.go256 self.comments.CommentMap.AddComments(program, self.comments.FetchAll(), ast.TRAILING)
H A Dexpression.go535 self.comments.CommentMap.AddComments(left, newComments, ast.LEADING)
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go216 c.CommentMap.AddComments(previous, c.Comments, position)
219 c.CommentMap.AddComments(node, c.Comments, position)
225 c.CommentMap.AddComments(node, c.future, position)
247 func (cm CommentMap) AddComments(node Node, comments []*Comment, position CommentPosition) { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go216 c.CommentMap.AddComments(previous, c.Comments, position)
219 c.CommentMap.AddComments(node, c.Comments, position)
225 c.CommentMap.AddComments(node, c.future, position)
247 func (cm CommentMap) AddComments(node Node, comments []*Comment, position CommentPosition) { func
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workdocs/include/aws/workdocs/model/
H A DDescribeCommentsResult.h65 …inline DescribeCommentsResult& AddComments(const Comment& value) { m_comments.push_back(value); re… in AddComments() function
70 …inline DescribeCommentsResult& AddComments(Comment&& value) { m_comments.push_back(std::move(value… in AddComments() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/include/aws/codecommit/model/
H A DCommentsForComparedCommit.h364 …inline CommentsForComparedCommit& AddComments(const Comment& value) { m_commentsHasBeenSet = true;… in AddComments() function
370 …inline CommentsForComparedCommit& AddComments(Comment&& value) { m_commentsHasBeenSet = true; m_co… in AddComments() function
H A DCommentsForPullRequest.h421 …inline CommentsForPullRequest& AddComments(const Comment& value) { m_commentsHasBeenSet = true; m_… in AddComments() function
427 …inline CommentsForPullRequest& AddComments(Comment&& value) { m_commentsHasBeenSet = true; m_comme… in AddComments() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-auditmanager/include/aws/auditmanager/model/
H A DAssessmentControl.h263 …inline AssessmentControl& AddComments(const ControlComment& value) { m_commentsHasBeenSet = true; … in AddComments() function
268 …inline AssessmentControl& AddComments(ControlComment&& value) { m_commentsHasBeenSet = true; m_com… in AddComments() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/codec/
H A Dpng_codec.cc404 static void AddComments(SkPngEncoder::Options& options, in AddComments() function
429 AddComments(options, comments); in EncodeSkPixmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/codec/
H A Dpng_codec.cc413 static void AddComments(SkPngEncoder::Options& options, in AddComments() function
438 AddComments(options, comments); in EncodeSkPixmap()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbevents.hpp47 static void AddComments(const Checkable::Ptr& checkable);
H A Dservicedbobject.cpp299 DbEvents::AddComments(service); in DoCommonConfigUpdate()
H A Dhostdbobject.cpp347 DbEvents::AddComments(host); in DoCommonConfigUpdate()
H A Ddbevents.cpp319 void DbEvents::AddComments(const Checkable::Ptr& checkable) in AddComments() function in DbEvents