Home
last modified time | relevance | path

Searched refs:EditComment (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/www/gallery2/gallery2/modules/comment/po/
H A Dstrings.raw14 /* EditComment.inc */
46 gettext("Subject") /* also in: templates/AddComment.tpl templates/EditComment.tpl */
47 gettext("Comment") /* also in: templates/AddComment.tpl templates/EditComment.tpl */
48 gettext("Commenter") /* also in: templates/EditComment.tpl */
52 gettext("Comment Preview") /* also in: templates/EditComment.tpl */
53 gettext("Name") /* also in: templates/EditComment.tpl */
56 gettext("(required)") /* also in: templates/EditComment.tpl */
59 gettext("Preview") /* also in: templates/EditComment.tpl */
60 gettext("Save") /* also in: templates/CommentSiteAdmin.tpl templates/EditComment.tpl */
61 …/* also in: templates/ChangeComment.js.tpl templates/DeleteComment.tpl templates/EditComment.tpl */
[all …]
/dports/www/gallery2/gallery2/modules/comment/
H A DEditComment.inc180 $results['delegate']['view'] = 'comment.EditComment';
238 if ($form['formName'] != 'EditComment') {
244 $form['formName'] = 'EditComment';
252 $EditComment['publishStatusList'] = array(
257 $EditComment['comment'] = (array)$comment;
258 $EditComment['itemId'] = $item->getId();
259 $EditComment['isGuestComment'] = $isAnonymousUser;
261 $template->setVariable('EditComment', $EditComment);
262 $template->setVariable('controller', 'comment.EditComment');
265 array('body' => 'modules/comment/templates/EditComment.tpl'));
/dports/www/gallery2/gallery2/modules/comment/templates/
H A DEditComment.tpl23 <input type="hidden" name="{g->formVar var="controller"}" value="comment.EditComment"/>
25 <input type="hidden" name="{g->formVar var="itemId"}" value="{$EditComment.itemId}"/>
34 <input type="hidden" name="{g->formVar var="commentId"}" value="{$EditComment.comment.id}"/>
37 {if $EditComment.isGuestComment}
94 {html_options options=$EditComment.publishStatusList selected=$form.publishStatus}
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dgists_comments_test.go236 comment, _, err := client.Gists.EditComment(ctx, "1", 2, input)
248 _, _, err = client.Gists.EditComment(ctx, "\n", -2, input)
253 got, resp, err := client.Gists.EditComment(ctx, "1", 2, input)
266 _, _, err := client.Gists.EditComment(ctx, "%", 1, nil)
H A Dissues_comments_test.go230 comment, _, err := client.Issues.EditComment(ctx, "o", "r", 1, input)
242 _, _, err = client.Issues.EditComment(ctx, "\n", "\n", -1, input)
247 got, resp, err := client.Issues.EditComment(ctx, "o", "r", 1, input)
260 _, _, err := client.Issues.EditComment(ctx, "%", "r", 1, nil)
H A Dpulls_comments_test.go382 comment, _, err := client.PullRequests.EditComment(ctx, "o", "r", 1, input)
394 _, _, err = client.PullRequests.EditComment(ctx, "\n", "\n", -1, input)
399 got, resp, err := client.PullRequests.EditComment(ctx, "o", "r", 1, input)
412 _, _, err := client.PullRequests.EditComment(ctx, "%", "r", 1, nil)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dgists_comments_test.go235 comment, _, err := client.Gists.EditComment(ctx, "1", 2, input)
247 _, _, err = client.Gists.EditComment(ctx, "\n", -2, input)
252 got, resp, err := client.Gists.EditComment(ctx, "1", 2, input)
265 _, _, err := client.Gists.EditComment(ctx, "%", 1, nil)
H A Dissues_comments_test.go229 comment, _, err := client.Issues.EditComment(ctx, "o", "r", 1, input)
241 _, _, err = client.Issues.EditComment(ctx, "\n", "\n", -1, input)
246 got, resp, err := client.Issues.EditComment(ctx, "o", "r", 1, input)
259 _, _, err := client.Issues.EditComment(ctx, "%", "r", 1, nil)
H A Dpulls_comments_test.go381 comment, _, err := client.PullRequests.EditComment(ctx, "o", "r", 1, input)
393 _, _, err = client.PullRequests.EditComment(ctx, "\n", "\n", -1, input)
398 got, resp, err := client.PullRequests.EditComment(ctx, "o", "r", 1, input)
411 _, _, err := client.PullRequests.EditComment(ctx, "%", "r", 1, nil)
/dports/graphics/pho/pho/exif/
H A Djhead.c185 if (AddComment || RemComment|| EditComment){
187 if (EditComment){
212 if (EditComment)
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeglob.cpp239 static char EditComment[] = "EditComment PLAY ToYou"; in CfgInit2() local
240 CfgEvent(EditComment); in CfgInit2()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go122 comment, _, err := client.Gists.EditComment("1", 2, input)
134 _, _, err := client.Gists.EditComment("%", 1, nil)
H A Dissues_comments_test.go151 comment, _, err := client.Issues.EditComment("o", "r", 1, input)
163 _, _, err := client.Issues.EditComment("%", "r", 1, nil)
H A Dpulls_comments_test.go155 comment, _, err := client.PullRequests.EditComment("o", "r", 1, input)
168 _, _, err := client.PullRequests.EditComment("%", "r", 1, nil)
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
H A Dissues_comments_test.go164 comment, _, err := client.Issues.EditComment(context.Background(), "o", "r", 1, input)
179 _, _, err := client.Issues.EditComment(context.Background(), "%", "r", 1, nil)
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, 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.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
/dports/security/vault/vault-1.8.2/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
H A Dpulls_comments_test.go164 comment, _, err := client.PullRequests.EditComment(context.Background(), "o", "r", 1, input)
179 _, _, err := client.PullRequests.EditComment(context.Background(), "%", "r", 1, nil)
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/github/
H A Dgists_comments_test.go130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
/dports/games/chessx/chessx-1.5.6/src/database/
H A Deditaction.h22 … EditGameComment, EditPrecomment, EditComment, AddNag, ClearNags, AddNullMove, CopyHtml, CopyText, enumerator

123456789