Home
last modified time | relevance | path

Searched refs:Gists (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/devel/p5-Pithub/Pithub-0.01036/t/live/
H A Dgists.t17 # Pithub::Gists->get
24 # Pithub::Gists->list
34 # Pithub::Gists::Comments->list
62 # Pithub::Gists->create
74 # Pithub::Gists->star
80 # Pithub::Gists->unstar
86 # Pithub::Gists->get
89 # Pithub::Gists->update
95 # Pithub::Gists->get
119 # Pithub::Gists->delete
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dgists_test.go407 _, _, err = client.Gists.Get(ctx, "\n")
425 _, _, err := client.Gists.Get(ctx, "%")
729 _, err := client.Gists.Delete(ctx, "1")
741 return client.Gists.Delete(ctx, "1")
750 _, err := client.Gists.Delete(ctx, "%")
763 _, err := client.Gists.Star(ctx, "1")
770 _, err = client.Gists.Star(ctx, "\n")
775 return client.Gists.Star(ctx, "1")
784 _, err := client.Gists.Star(ctx, "%")
797 _, err := client.Gists.Unstar(ctx, "1")
[all …]
H A Dgists_comments_test.go98 _, _, err = client.Gists.ListComments(ctx, "\n", opt)
116 _, _, err := client.Gists.ListComments(ctx, "%", nil)
130 comment, _, err := client.Gists.GetComment(ctx, "1", 2)
142 _, _, err = client.Gists.GetComment(ctx, "\n", -2)
147 got, resp, err := client.Gists.GetComment(ctx, "1", 2)
160 _, _, err := client.Gists.GetComment(ctx, "%", 1)
213 _, _, err := client.Gists.CreateComment(ctx, "%", nil)
279 _, err := client.Gists.DeleteComment(ctx, "1", 2)
286 _, err = client.Gists.DeleteComment(ctx, "\n", -2)
291 return client.Gists.DeleteComment(ctx, "1", 2)
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dgists_test.go406 _, _, err = client.Gists.Get(ctx, "\n")
424 _, _, err := client.Gists.Get(ctx, "%")
728 _, err := client.Gists.Delete(ctx, "1")
740 return client.Gists.Delete(ctx, "1")
749 _, err := client.Gists.Delete(ctx, "%")
762 _, err := client.Gists.Star(ctx, "1")
769 _, err = client.Gists.Star(ctx, "\n")
774 return client.Gists.Star(ctx, "1")
783 _, err := client.Gists.Star(ctx, "%")
796 _, err := client.Gists.Unstar(ctx, "1")
[all …]
H A Dgists_comments_test.go97 _, _, err = client.Gists.ListComments(ctx, "\n", opt)
115 _, _, err := client.Gists.ListComments(ctx, "%", nil)
129 comment, _, err := client.Gists.GetComment(ctx, "1", 2)
141 _, _, err = client.Gists.GetComment(ctx, "\n", -2)
146 got, resp, err := client.Gists.GetComment(ctx, "1", 2)
159 _, _, err := client.Gists.GetComment(ctx, "%", 1)
212 _, _, err := client.Gists.CreateComment(ctx, "%", nil)
278 _, err := client.Gists.DeleteComment(ctx, "1", 2)
285 _, err = client.Gists.DeleteComment(ctx, "\n", -2)
290 return client.Gists.DeleteComment(ctx, "1", 2)
[all …]
/dports/devel/p5-Pithub/Pithub-0.01036/t/
H A Dgists.t8 use_ok('Pithub::Gists');
12 # Pithub::Gists->create
17 isa_ok $obj, 'Pithub::Gists';
38 # Pithub::Gists->delete
58 # Pithub::Gists->fork
75 # Pithub::Gists->get
92 # Pithub::Gists->is_starred
112 # Pithub::Gists->list
154 # Pithub::Gists->star
174 # Pithub::Gists->unstar
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/
H A Dgists_test.go32 gists, _, err := client.Gists.List("u", opt)
65 _, _, err := client.Gists.List("%", nil)
132 gist, _, err := client.Gists.Get("1")
145 _, _, err := client.Gists.Get("%")
297 _, err := client.Gists.Delete("1")
304 _, err := client.Gists.Delete("%")
316 _, err := client.Gists.Star("1")
323 _, err := client.Gists.Star("%")
335 _, err := client.Gists.Unstar("1")
342 _, err := client.Gists.Unstar("%")
[all …]
H A Dgists_comments_test.go27 comments, _, err := client.Gists.ListComments("1", opt)
40 _, _, err := client.Gists.ListComments("%", nil)
53 comment, _, err := client.Gists.GetComment("1", 2)
66 _, _, err := client.Gists.GetComment("%", 1)
88 comment, _, err := client.Gists.CreateComment("1", input)
100 _, _, err := client.Gists.CreateComment("%", nil)
122 comment, _, err := client.Gists.EditComment("1", 2, input)
134 _, _, err := client.Gists.EditComment("%", 1, nil)
146 _, err := client.Gists.DeleteComment("1", 2)
153 _, err := client.Gists.DeleteComment("%", 1)
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dgists_test.go33 gists, _, err := client.Gists.List(context.Background(), "u", opt)
68 _, _, err := client.Gists.List(context.Background(), "%", nil)
133 gist, _, err := client.Gists.Get(context.Background(), "1")
148 _, _, err := client.Gists.Get(context.Background(), "%")
370 _, err := client.Gists.Delete(context.Background(), "1")
380 _, err := client.Gists.Delete(context.Background(), "%")
392 _, err := client.Gists.Star(context.Background(), "1")
402 _, err := client.Gists.Star(context.Background(), "%")
414 _, err := client.Gists.Unstar(context.Background(), "1")
424 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
H A Dgists_comments_test.go28 comments, _, err := client.Gists.ListComments(context.Background(), "1", opt)
43 _, _, err := client.Gists.ListComments(context.Background(), "%", nil)
56 comment, _, err := client.Gists.GetComment(context.Background(), "1", 2)
71 _, _, err := client.Gists.GetComment(context.Background(), "%", 1)
93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
157 _, err := client.Gists.DeleteComment(context.Background(), "1", 2)
167 _, err := client.Gists.DeleteComment(context.Background(), "%", 1)
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/
H A Dgists_test.go33 gists, _, err := client.Gists.List(context.Background(), "u", opt)
68 _, _, err := client.Gists.List(context.Background(), "%", nil)
133 gist, _, err := client.Gists.Get(context.Background(), "1")
148 _, _, err := client.Gists.Get(context.Background(), "%")
370 _, err := client.Gists.Delete(context.Background(), "1")
380 _, err := client.Gists.Delete(context.Background(), "%")
392 _, err := client.Gists.Star(context.Background(), "1")
402 _, err := client.Gists.Star(context.Background(), "%")
414 _, err := client.Gists.Unstar(context.Background(), "1")
424 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
H A Dgists_comments_test.go28 comments, _, err := client.Gists.ListComments(context.Background(), "1", opt)
43 _, _, err := client.Gists.ListComments(context.Background(), "%", nil)
56 comment, _, err := client.Gists.GetComment(context.Background(), "1", 2)
71 _, _, err := client.Gists.GetComment(context.Background(), "%", 1)
93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
157 _, err := client.Gists.DeleteComment(context.Background(), "1", 2)
167 _, err := client.Gists.DeleteComment(context.Background(), "%", 1)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists_test.go33 gists, _, err := client.Gists.List(context.Background(), "u", opt)
68 _, _, err := client.Gists.List(context.Background(), "%", nil)
133 gist, _, err := client.Gists.Get(context.Background(), "1")
148 _, _, err := client.Gists.Get(context.Background(), "%")
370 _, err := client.Gists.Delete(context.Background(), "1")
380 _, err := client.Gists.Delete(context.Background(), "%")
392 _, err := client.Gists.Star(context.Background(), "1")
402 _, err := client.Gists.Star(context.Background(), "%")
414 _, err := client.Gists.Unstar(context.Background(), "1")
424 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
H A Dgists_comments_test.go28 comments, _, err := client.Gists.ListComments(context.Background(), "1", opt)
43 _, _, err := client.Gists.ListComments(context.Background(), "%", nil)
56 comment, _, err := client.Gists.GetComment(context.Background(), "1", 2)
71 _, _, err := client.Gists.GetComment(context.Background(), "%", 1)
93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
157 _, err := client.Gists.DeleteComment(context.Background(), "1", 2)
167 _, err := client.Gists.DeleteComment(context.Background(), "%", 1)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/github/
H A Dgists_test.go33 gists, _, err := client.Gists.List(context.Background(), "u", opt)
68 _, _, err := client.Gists.List(context.Background(), "%", nil)
133 gist, _, err := client.Gists.Get(context.Background(), "1")
148 _, _, err := client.Gists.Get(context.Background(), "%")
370 _, err := client.Gists.Delete(context.Background(), "1")
380 _, err := client.Gists.Delete(context.Background(), "%")
392 _, err := client.Gists.Star(context.Background(), "1")
402 _, err := client.Gists.Star(context.Background(), "%")
414 _, err := client.Gists.Unstar(context.Background(), "1")
424 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/google/go-github/github/
H A Dgists_test.go33 gists, _, err := client.Gists.List(context.Background(), "u", opt)
68 _, _, err := client.Gists.List(context.Background(), "%", nil)
133 gist, _, err := client.Gists.Get(context.Background(), "1")
148 _, _, err := client.Gists.Get(context.Background(), "%")
370 _, err := client.Gists.Delete(context.Background(), "1")
380 _, err := client.Gists.Delete(context.Background(), "%")
392 _, err := client.Gists.Star(context.Background(), "1")
402 _, err := client.Gists.Star(context.Background(), "%")
414 _, err := client.Gists.Unstar(context.Background(), "1")
424 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/github/
H A Dgists_test.go33 gists, _, err := client.Gists.List(context.Background(), "u", opt)
68 _, _, err := client.Gists.List(context.Background(), "%", nil)
133 gist, _, err := client.Gists.Get(context.Background(), "1")
148 _, _, err := client.Gists.Get(context.Background(), "%")
370 _, err := client.Gists.Delete(context.Background(), "1")
380 _, err := client.Gists.Delete(context.Background(), "%")
392 _, err := client.Gists.Star(context.Background(), "1")
402 _, err := client.Gists.Star(context.Background(), "%")
414 _, err := client.Gists.Unstar(context.Background(), "1")
424 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists_test.go34 gists, _, err := client.Gists.List(context.Background(), "u", opt)
70 _, _, err := client.Gists.List(context.Background(), "%", nil)
138 gist, _, err := client.Gists.Get(context.Background(), "1")
153 _, _, err := client.Gists.Get(context.Background(), "%")
380 _, err := client.Gists.Delete(context.Background(), "1")
390 _, err := client.Gists.Delete(context.Background(), "%")
402 _, err := client.Gists.Star(context.Background(), "1")
412 _, err := client.Gists.Star(context.Background(), "%")
424 _, err := client.Gists.Unstar(context.Background(), "1")
434 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
H A Dgists_comments_test.go28 comments, _, err := client.Gists.ListComments(context.Background(), "1", opt)
43 _, _, err := client.Gists.ListComments(context.Background(), "%", nil)
56 comment, _, err := client.Gists.GetComment(context.Background(), "1", 2)
71 _, _, err := client.Gists.GetComment(context.Background(), "%", 1)
93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
157 _, err := client.Gists.DeleteComment(context.Background(), "1", 2)
167 _, err := client.Gists.DeleteComment(context.Background(), "%", 1)
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/google/go-github/github/
H A Dgists_test.go34 gists, _, err := client.Gists.List(context.Background(), "u", opt)
70 _, _, err := client.Gists.List(context.Background(), "%", nil)
138 gist, _, err := client.Gists.Get(context.Background(), "1")
153 _, _, err := client.Gists.Get(context.Background(), "%")
380 _, err := client.Gists.Delete(context.Background(), "1")
390 _, err := client.Gists.Delete(context.Background(), "%")
402 _, err := client.Gists.Star(context.Background(), "1")
412 _, err := client.Gists.Star(context.Background(), "%")
424 _, err := client.Gists.Unstar(context.Background(), "1")
434 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
H A Dgists_comments_test.go28 comments, _, err := client.Gists.ListComments(context.Background(), "1", opt)
43 _, _, err := client.Gists.ListComments(context.Background(), "%", nil)
56 comment, _, err := client.Gists.GetComment(context.Background(), "1", 2)
71 _, _, err := client.Gists.GetComment(context.Background(), "%", 1)
93 comment, _, err := client.Gists.CreateComment(context.Background(), "1", input)
108 _, _, err := client.Gists.CreateComment(context.Background(), "%", nil)
130 comment, _, err := client.Gists.EditComment(context.Background(), "1", 2, input)
145 _, _, err := client.Gists.EditComment(context.Background(), "%", 1, nil)
157 _, err := client.Gists.DeleteComment(context.Background(), "1", 2)
167 _, err := client.Gists.DeleteComment(context.Background(), "%", 1)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/google/go-github/v28/github/
H A Dgists_test.go277 _, _, err := client.Gists.List(context.Background(), "%", nil)
342 gist, _, err := client.Gists.Get(context.Background(), "1")
357 _, _, err := client.Gists.Get(context.Background(), "%")
502 _, _, err := client.Gists.Edit(context.Background(), "%", nil)
587 _, err := client.Gists.Delete(context.Background(), "1")
597 _, err := client.Gists.Delete(context.Background(), "%")
609 _, err := client.Gists.Star(context.Background(), "1")
619 _, err := client.Gists.Star(context.Background(), "%")
631 _, err := client.Gists.Unstar(context.Background(), "1")
641 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/
H A Dgists_test.go277 _, _, err := client.Gists.List(context.Background(), "%", nil)
342 gist, _, err := client.Gists.Get(context.Background(), "1")
357 _, _, err := client.Gists.Get(context.Background(), "%")
502 _, _, err := client.Gists.Edit(context.Background(), "%", nil)
587 _, err := client.Gists.Delete(context.Background(), "1")
597 _, err := client.Gists.Delete(context.Background(), "%")
609 _, err := client.Gists.Star(context.Background(), "1")
619 _, err := client.Gists.Star(context.Background(), "%")
631 _, err := client.Gists.Unstar(context.Background(), "1")
641 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/v32/github/
H A Dgists_test.go277 _, _, err := client.Gists.List(context.Background(), "%", nil)
342 gist, _, err := client.Gists.Get(context.Background(), "1")
357 _, _, err := client.Gists.Get(context.Background(), "%")
502 _, _, err := client.Gists.Edit(context.Background(), "%", nil)
587 _, err := client.Gists.Delete(context.Background(), "1")
597 _, err := client.Gists.Delete(context.Background(), "%")
609 _, err := client.Gists.Star(context.Background(), "1")
619 _, err := client.Gists.Star(context.Background(), "%")
631 _, err := client.Gists.Unstar(context.Background(), "1")
641 _, err := client.Gists.Unstar(context.Background(), "%")
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/google/go-github/v26/go-github-26.0.9/github/
H A Dgists_test.go277 _, _, err := client.Gists.List(context.Background(), "%", nil)
342 gist, _, err := client.Gists.Get(context.Background(), "1")
357 _, _, err := client.Gists.Get(context.Background(), "%")
579 _, err := client.Gists.Delete(context.Background(), "1")
589 _, err := client.Gists.Delete(context.Background(), "%")
601 _, err := client.Gists.Star(context.Background(), "1")
611 _, err := client.Gists.Star(context.Background(), "%")
623 _, err := client.Gists.Unstar(context.Background(), "1")
633 _, err := client.Gists.Unstar(context.Background(), "%")
690 gist, _, err := client.Gists.Fork(context.Background(), "1")
[all …]

12345678