Home
last modified time | relevance | path

Searched refs:Gist (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/resources/apiary-repository/memory/
H A DGist Fox API.md3 # Gist Fox API
4 Gist Fox API is a **pastes service** similar to [GitHub's Gist](http://gist.github.com).
17 # Gist Fox API Root [/]
18 Gist Fox API entry point.
39 # Group Gist
40 Gist-related resources of *Gist Fox API*.
42 ## Gist [/gists/{id}]
82 [Gist][]
95 [Gist][]
107 In addition it **embeds** *Gist Resources* in the Gist Fox API.
[all …]
H A DGist Fox API + Auth.md3 # Gist Fox API
4 Gist Fox API is a **pastes service** similar to [GitHub's Gist](http://gist.github.com).
17 # Gist Fox API Root [/]
18 Gist Fox API entry point.
40 # Group Gist
41 Gist-related resources of *Gist Fox API*.
44 A single Gist object. The Gist resource is the central resource in the Gist Fox API. It represents …
83 [Gist][]
96 [Gist][]
108 In addition it **embeds** *Gist Resources* in the Gist Fox API.
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/google/go-github/github/
H A Dgists.go22 type Gist struct { struct
87 gists := new([]Gist)
110 gists := new([]Gist)
133 gists := new([]Gist)
151 gist := new(Gist)
169 gist := new(Gist)
181 func (s *GistsService) Create(gist *Gist) (*Gist, *Response, error) {
187 g := new(Gist)
199 func (s *GistsService) Edit(id string, gist *Gist) (*Gist, *Response, error) {
205 g := new(Gist)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/
H A Dgists.go22 type Gist struct { struct
87 gists := new([]Gist)
110 gists := new([]Gist)
133 gists := new([]Gist)
151 gist := new(Gist)
169 gist := new(Gist)
181 func (s *GistsService) Create(gist *Gist) (*Gist, *Response, error) {
187 g := new(Gist)
199 func (s *GistsService) Edit(id string, gist *Gist) (*Gist, *Response, error) {
205 g := new(Gist)
[all …]
/dports/www/gist/gist-5.1.0/spec/
H A Dgist_spec.rb1 describe Gist do describe
5 Gist.should_be_public?(:private => true).should be_falsy
9 Gist.should_receive(:legacy_private_gister?).and_return(true)
10 Gist.should_be_public?.should be_falsy
14 Gist.stub(:legacy_private_gister?).and_return(true)
15 Gist.should_be_public?(:private => false).should be_truthy
19 Gist.should_be_public?.should be_truthy
/dports/www/gist/gist-5.1.0/bin/
H A Dgist57 Gist.login!
143 if Gist.auth_token.nil?
163 options[:public] = Gist.should_be_public?(options)
167 Gist.list_all_gists(options[:list])
169 Gist.list_all_gists
176 Gist.read_gist(options[:read], file_name)
181 Gist.delete_gist(options[:delete])
186 puts Gist.gist(Gist.paste, options)
204 output = Gist.multi_gist(files, options)
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
120 var gists []*Gist
146 var gists []*Gist
172 var gists []*Gist
194 gist := new(Gist)
216 gist := new(Gist)
228 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
238 g := new(Gist)
260 g := new(Gist)
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
35 func (g Gist) String() string { argument
114 var gists []*Gist
137 var gists []*Gist
160 var gists []*Gist
178 gist := new(Gist)
196 gist := new(Gist)
208 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
214 g := new(Gist)
232 g := new(Gist)
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
118 var gists []*Gist
141 var gists []*Gist
164 var gists []*Gist
183 gist := new(Gist)
202 gist := new(Gist)
214 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
221 g := new(Gist)
240 g := new(Gist)
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
118 var gists []*Gist
141 var gists []*Gist
164 var gists []*Gist
183 gist := new(Gist)
202 gist := new(Gist)
214 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
221 g := new(Gist)
240 g := new(Gist)
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/google/go-github/v28/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
120 var gists []*Gist
146 var gists []*Gist
172 var gists []*Gist
194 gist := new(Gist)
216 gist := new(Gist)
228 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
238 g := new(Gist)
260 g := new(Gist)
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
118 var gists []*Gist
141 var gists []*Gist
164 var gists []*Gist
183 gist := new(Gist)
202 gist := new(Gist)
214 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
221 g := new(Gist)
240 g := new(Gist)
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
118 var gists []*Gist
141 var gists []*Gist
164 var gists []*Gist
183 gist := new(Gist)
202 gist := new(Gist)
214 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
221 g := new(Gist)
240 g := new(Gist)
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/github/
H A Dgists.go21 type Gist struct { struct
36 func (g Gist) String() string { argument
117 var gists []*Gist
140 var gists []*Gist
163 var gists []*Gist
182 gist := new(Gist)
201 gist := new(Gist)
213 func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist, *Response, error) { argument
220 g := new(Gist)
239 g := new(Gist)
[all …]

12345678910>>...21