Home
last modified time | relevance | path

Searched refs:Issue (Results 251 – 275 of 17904) sorted by relevance

1...<<11121314151617181920>>...717

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc393010.a60 function Issue return Ticket is abstract;
99 function Issue return Passenger_Ticket;
153 end Issue;
155 function Issue return Passenger_Ticket is
157 return Issue( Coach, 0, "non" );
158 end Issue;
170 function Issue return Charter;
201 function Issue return Charter is
206 end Issue;
213 return Issue;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc393010.a60 function Issue return Ticket is abstract;
99 function Issue return Passenger_Ticket;
153 end Issue;
155 function Issue return Passenger_Ticket is
157 return Issue( Coach, 0, "non" );
158 end Issue;
170 function Issue return Charter;
201 function Issue return Charter is
206 end Issue;
213 return Issue;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/c3/
H A Dc393010.a60 function Issue return Ticket is abstract;
99 function Issue return Passenger_Ticket;
153 end Issue;
155 function Issue return Passenger_Ticket is
157 return Issue( Coach, 0, "non" );
158 end Issue;
170 function Issue return Charter;
201 function Issue return Charter is
206 end Issue;
213 return Issue;
[all …]
/dports/lang/mosh/mosh-0.2.7/doc/
H A DRELNOTE101 Fixed Issue 181 reported by mrc.mgg:
112 Fixed Issue 199 reported by amoebae:
116 Fixed Issue 204:
120 Fixed Issue 201 reported by mrc.mgg:
124 Fixed Issue 183 and Issue 186 (partially):
132 Fixed Issue 200 reported by mrc.mgg:
136 Fixed Issue 195 reported by mrc.mgg:
152 Fixed Issue 192:
156 Fixed Issue 188:
164 Fixed Issue 184:
[all …]
/dports/www/gitea/gitea-1.16.5/models/
H A Dissue_reaction.go82 func FindIssueReactions(issue *Issue, listOptions db.ListOptions) (ReactionList, int64, error) { argument
112 IssueID: opts.Issue.ID,
115 IssueID: opts.Issue.ID,
144 Issue *Issue member
176 Issue: issue,
185 Issue: issue,
197 if opts.Issue != nil {
198 reaction.IssueID = opts.Issue.ID
223 func DeleteIssueReaction(doer *user_model.User, issue *Issue, content string) error { argument
227 Issue: issue,
[all …]
H A Dissue_assignees.go28 func (issue *Issue) LoadAssignees() error {
33 func (issue *Issue) loadAssignees(e db.Engine) (err error) {
67 func GetAssigneesByIssue(issue *Issue) (assignees []*user_model.User, err error) { argument
71 func getAssigneesByIssue(e db.Engine, issue *Issue) (assignees []*user_model.User, err error) { argument
81 func IsUserAssignedToIssue(issue *Issue, user *user_model.User) (isAssigned bool, err error) { argument
85 func isUserAssignedToIssue(e db.Engine, issue *Issue, user *user_model.User) (isAssigned bool, err … argument
96 func (issue *Issue) ToggleAssignee(doer *user_model.User, assigneeID int64) (removed bool, comment …
115 func (issue *Issue) toggleAssignee(ctx context.Context, doer *user_model.User, assigneeID int64, is…
131 Issue: issue,
150 func toggleUserAssignee(e db.Engine, issue *Issue, assigneeID int64) (removed bool, err error) { argument
H A Dissue_xref_test.go107 c1 := testCreateComment(t, 1, 2, pr.Issue.ID, fmt.Sprintf("closes #%d", i2.Index))
111 c2 := testCreateComment(t, 1, 2, pr.Issue.ID, fmt.Sprintf("mentions #%d", i2.Index))
112 …unittest.AssertExistsAndLoadBean(t, &Comment{IssueID: i2.ID, RefIssueID: pr.Issue.ID, RefCommentID…
115 c3 := testCreateComment(t, 1, 2, pr.Issue.ID, fmt.Sprintf("reopens #%d", i3.Index))
118 c4 := testCreateComment(t, 1, 2, pr.Issue.ID, fmt.Sprintf("closes #%d", i3.Index))
129 func testCreateIssue(t *testing.T, repo, doer int64, title, content string, ispull bool) *Issue {
135 i := &Issue{
150 Issue: i,
163 i := &Issue{RepoID: r.ID, PosterID: d.ID, Poster: d, Title: title, Content: content, IsPull: true}
166 pr.Issue = i
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/test-cases/Group1-Docker-Commands/
H A D1-24-Docker-Link.md15 2. Issue docker network create jedi
16 3. Issue docker pull busybox
17 4. Issue docker run -it -d --net jedi --name first busybox
18 5. Issue docker run -it --net jedi busybox ping -c3 first
19 6. Issue docker run -it --net jedi --link first:1st busybox ping -c3 1st
20 7. Issue docker run -it -d --net jedi --net-alias 2nd busybox
21 8. Issue docker run -it --net jedi busybox ping -c3 2nd
H A D1-44-Docker-CP-Online.md17 4. Issue docker cp online:/newdir newdir to the new VIC appliance
19 6. Issue docker cp online:/newdir/. bar to the new VIC appliance
24 11. Issue docker cp ./foo.txt online:/ to the new VIC appliance
25 12. Issue docker cp ./bar online:/ to the new VIC appliance
29 16. Issue docker cp ./bar online_vol:/vol1/ to the new VIC appliance
32 19. Issue docker cp content offline:/vol1 to the new VIC appliance
34 21. Issue docker cp offline:/vol1 . to the new VIC appliance
39 26. Issue docker cp online_vol:/dne/dne . to the new VIC appliance
40 27. Issue docker cp online_vol:/dne/. . to the new VIC appliance
53 40. Issue docker cp ./mnt subVol:/ to the new VIC appliance
[all …]
H A D1-04-Docker-Create.md16 3. Issue docker create busybox to the new VIC appliance
17 4. Issue docker create -t -i busybox to the new VIC appliance
20 7. Issue docker start <containerID> to the new VIC appliance
21 8. Issue docker logs <containerID> to the new VIC appliance
22 9. Issue docker create -v test-named-vol:/testdir busybox
23 10. Issue docker start <containerID>
25 12. Issue docker create -v /dir:/dir busybox
31 18. Issue docker create fakeimage to the new VIC appliance
34 21. Issue docker start busy1 to the new VIC appliance
36 23. Issue docker start busy2 to the new VIC appliance
[all …]
H A D1-22-Docker-Volume-RM.md15 2. Issue docker volume create --name=test to the VIC appliance
16 3. Issue docker volume create --name=test2 to the VIC appliance
17 4. Issue docker volume rm test to the VIC appliance
18 5. Issue docker create -v test2:/test busybox to the VIC appliance
19 6. Issue docker volume rm test2 to the VIC appliance
20 7. Issue docker volume rm test3 to the VIC appliance
21 8. Issue docker rm <containerID from Step 5> to the VIC appliance
22 9. Issue docker volume rm test2 to the VIC appliance
/dports/www/gitea/gitea-1.16.5/services/mailer/
H A Dmail.go229 link = ctx.Issue.HTMLURL()
239 URLPrefix: ctx.Issue.Repo.HTMLURL(),
240 Metas: ctx.Issue.Repo.ComposeMetas(),
251 fallback = prefix + fallbackMailSubject(ctx.Issue)
267 "Issue": ctx.Issue,
269 "IsPull": ctx.Issue.IsPull,
270 "User": ctx.Issue.Repo.MustOwner(),
271 "Repo": ctx.Issue.Repo.FullName(),
356 repo := ctx.Issue.Repo
365 "List-Unsubscribe": ctx.Issue.HTMLURL(),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/manual-test-cases/Group17-ManualTTY/
H A D17-1-TTY-Tests.md15 2. Issue docker run -it busybox date to the new VCH
16 3. Issue docker run -it busybox df to the new VCH
17 4. Issue docker run -it busybox top to the new VCH
18 5. Issue docker create -it busybox /bin/top to VIC appliance
19 6. Issue docker start -ai <containerID> from previous step
20 7. Issue commands to make container stuck in starting status, and then test docker stop can stop th…
21 8. Issue commands to test the second start works after docker run with -it
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/quick_actions/
H A Dissue_actions.rb19 types Issue
38 types Issue
55 types Issue
86 types Issue
110 types Issue
145 types Issue
171 types Issue
197 types Issue
211 types Issue
228 types Issue
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/code.gitea.io/sdk/gitea/
H A Dissue.go32 type Issue struct { struct
116 func (c *Client) ListIssues(opt ListIssueOption) ([]*Issue, error) {
118 issues := make([]*Issue, 0, opt.PageSize)
134 func (c *Client) ListRepoIssues(owner, repo string, opt ListIssueOption) ([]*Issue, error) {
136 issues := make([]*Issue, 0, opt.PageSize)
152 func (c *Client) GetIssue(owner, repo string, index int64) (*Issue, error) {
153 issue := new(Issue)
177 func (c *Client) CreateIssue(owner, repo string, opt CreateIssueOption) (*Issue, error) {
182 issue := new(Issue)
199 func (c *Client) EditIssue(owner, repo string, index int64, opt EditIssueOption) (*Issue, error) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/browser/
H A Dissue_manager.h44 void ClearIssue(const Issue::Id& issue_id);
71 Entry(const Issue& issue,
76 Issue issue;
90 base::small_map<std::map<Issue::Id, std::unique_ptr<Entry>>> blocking_issues_;
91 base::small_map<std::map<Issue::Id, std::unique_ptr<Entry>>>
98 const Issue* top_issue_;
/dports/devel/epm/epm-4.5.1/
H A DCHANGES.md8 - Fixed a typo in the epm.list file (Issue #78)
10 - Fixed @INSTALL@ macro in makefile (Issue #84)
11 - Fixed Debian init script support (Issue #85)
21 `$` character (Issue #62)
23 prefix (Issue #67)
26 some reason (Issue #72)
27 - Fixed some build system issues (Issue #75, Issue #76)
28 - Documentation updates (Issue #74, Issue #77)
37 - Fixed a build issue on Solaris 11 (Issue #50)
39 - Added DESTDIR support to makefiles (Issue #55)
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/issue/shared/
H A Dlookup.go18 …poFn func() (ghrepo.Interface, error), arg string, fields []string) (*api.Issue, ghrepo.Interface,…
67 …(httpClient *http.Client, repo ghrepo.Interface, number int, fields []string) (*api.Issue, error) {
71 Issue *api.Issue
81 ...on Issue{%[1]s}
101 issue := resp.Repository.Issue
116 if resp.Repository.Issue == nil {
120 return resp.Repository.Issue, nil
/dports/www/bolt/bolt-2.2.24/vendor/brandonwamboldt/utilphp/
H A DCHANGELOG.md42 * [Issue #29](https://github.com/brandonwamboldt/utilphp/issues/29) Fixed error in `var_dump` if mb…
52 * [Issue #22](https://github.com/brandonwamboldt/utilphp/issues/22) Modifed the behaviour of `array…
54 * [Issue #9](https://github.com/brandonwamboldt/utilphp/issues/9) Removed the `str_to_utf8` function
55 * [Issue #3](https://github.com/brandonwamboldt/utilphp/issues/3) Removed the `absint` function
62 * [Issue #16](https://github.com/brandonwamboldt/utilphp/issues/16) Improved performance of `slugif…
63 * [Issue #14](https://github.com/brandonwamboldt/utilphp/issues/14) Modified the regex for `seems_u…
64 * [Issue #13](https://github.com/brandonwamboldt/utilphp/issues/13) Changed `validate_email` to be …
72 * [Issue #11](https://github.com/brandonwamboldt/utilphp/issues/11) `human_time_diff` now uses the …
73 * [Issue #10](https://github.com/brandonwamboldt/utilphp/issues/10) `is_https` no longer checks the…
78 * [Issue #7](https://github.com/brandonwamboldt/utilphp/issues/7) Added the `$trust_proxy_headers` …
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/system_notes/
H A Dissuables_service.rb16 issue_activity_counter.track_issue_related_action(author: author) if noteable.is_a?(Issue)
32 issue_activity_counter.track_issue_unrelated_action(author: author) if noteable.is_a?(Issue)
51 …issue_activity_counter.track_issue_assignee_changed_action(author: author) if noteable.is_a?(Issue)
83 …issue_activity_counter.track_issue_assignee_changed_action(author: author) if noteable.is_a?(Issue)
133 … issue_activity_counter.track_issue_title_changed_action(author: author) if noteable.is_a?(Issue)
152 …ue_activity_counter.track_issue_description_changed_action(author: author) if noteable.is_a?(Issue)
221 …ue_activity_counter.track_issue_description_changed_action(author: author) if noteable.is_a?(Issue)
244 issue_activity_counter.track_issue_moved_action(author: author) if noteable.is_a?(Issue)
289 … issue_activity_counter.track_issue_made_visible_action(author: author) if noteable.is_a?(Issue)
399 if noteable.is_a?(Issue)
[all …]
/dports/www/gitea/gitea-1.16.5/modules/notification/ui/
H A Dui.go57 issue *models.Issue, comment *models.Comment, mentions []*user_model.User) {
79 func (ns *notificationService) NotifyNewIssue(issue *models.Issue, mentions []*user_model.User) {
100 func (ns *notificationService) NotifyIssueChangeTitle(doer *user_model.User, issue *models.Issue, o…
115 IssueID: pr.Issue.ID,
126 repoWatchers, err := repo_model.GetRepoWatchersIDs(db.DefaultContext, pr.Issue.RepoID)
142 delete(toNotify, pr.Issue.PosterID)
148 IssueID: pr.Issue.ID,
149 NotificationAuthorID: pr.Issue.PosterID,
157 IssueID: pr.Issue.ID,
166 IssueID: pr.Issue.ID,
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/pkg/result/processors/
H A Dnolint_test.go20 return result.Issue{
127 issues := []result.Issue{
155 issues := []result.Issue{
188 issue result.Issue
194 issue: result.Issue{
202 issue: result.Issue{
211 issue: result.Issue{
220 issue: result.Issue{
250 processAssertEmpty(t, p, result.Issue{
257 processAssertSame(t, p, result.Issue{
[all …]
/dports/www/gitea/gitea-1.16.5/modules/notification/base/
H A Dnull.go28 issue *models.Issue, comment *models.Comment, mentions []*user_model.User) {
32 func (*NullNotifier) NotifyNewIssue(issue *models.Issue, mentions []*user_model.User) {
36 func (*NullNotifier) NotifyIssueChangeStatus(doer *user_model.User, issue *models.Issue, actionComm…
92 func (*NullNotifier) NotifyIssueChangeMilestone(doer *user_model.User, issue *models.Issue, oldMile…
96 func (*NullNotifier) NotifyIssueChangeContent(doer *user_model.User, issue *models.Issue, oldConten…
100 func (*NullNotifier) NotifyIssueChangeAssignee(doer *user_model.User, issue *models.Issue, assignee…
104 func (*NullNotifier) NotifyPullReviewRequest(doer *user_model.User, issue *models.Issue, reviewer *…
108 func (*NullNotifier) NotifyIssueClearLabels(doer *user_model.User, issue *models.Issue) {
112 func (*NullNotifier) NotifyIssueChangeTitle(doer *user_model.User, issue *models.Issue, oldTitle st…
116 func (*NullNotifier) NotifyIssueChangeRef(doer *user_model.User, issue *models.Issue, oldTitle stri…
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/
H A DCHANGELOG56 Issue 2940: Segfault when encoding with --use-16bit-internal and --limit > 1
58 Issue 2941: Decoder mismatch with --rt --bit-depth=10 and --cpu-used=8
60 Issue 2895: mingw-w64 i686 gcc fails to build
62 Issue 2874: Separate ssse3 functions from sse2 file.
68 Issue 2643: Modify the assertion in temporal filter intrinsics.
70 Issue 2648: Fix unit test ThreadTestLarge.EncoderResultTest/49
73 Issue 2869: Add -Wimplicit-function-declaration as C flag only.
75 Issue 2878: Avoid memset in the av1_filter_intra_predictor module
78 Issue 2903: Fix a typo bug in apply_temporal_filter_planewise.
87 Issue 2723: Fix crash in chroma_check() when generating a monochrome
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/commonTools/test/shunit2/doc/
H A DCHANGES-2.1.md9 Issue #129. `assertFalse ''` now returns `SHUNIT_TRUE`.
19 Issue #59. Added `assertContains` and `assertNotContains` functionality.
23 Issue #78. Added an example for using suite tests.
31 Issue #84. Treat syntax errors in functions as test failures.
40 Issue #69. shUnit2 should not exit with 0 when it has (syntax) errors.
46 Issue #68. Ran all code through [ShellCheck](http://www.shellcheck.net/).
52 Issue #35. Add colored output.
79 Issue# 27: Fixed error message for `assertSame()`.
90 Issue# 2: Added `assertNotEquals()` assert.
106 Issue# 7: Fixed duplicated printing of messages passed to asserts.
[all …]

1...<<11121314151617181920>>...717