Home
last modified time | relevance | path

Searched refs:APIURL (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Doauth_client_test.go90 APIURL: String("https://api.github.com"),
99 assert.Equal(t, "https://api.github.com", oc.APIURL)
111 APIURL: String("https://api.github.com"),
134 APIURL: String("https://api.github.com"),
145 APIURL: String("https://api.github.com"),
156 APIURL: String("https://api.github.com"),
177 assert.Equal(t, ocTest.APIURL, oc.APIURL)
231 APIURL: String("https://api.github.com"),
254 APIURL: String("https://api.github.com"),
265 APIURL: String("https://api.github.com"),
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Doauth_client_test.go92 APIURL: String("https://api.github.com"),
101 assert.Equal(t, "https://api.github.com", oc.APIURL)
113 APIURL: String("https://api.github.com"),
136 APIURL: String("https://api.github.com"),
147 APIURL: String("https://api.github.com"),
158 APIURL: String("https://api.github.com"),
179 assert.Equal(t, ocTest.APIURL, oc.APIURL)
233 APIURL: String("https://api.github.com"),
256 APIURL: String("https://api.github.com"),
267 APIURL: String("https://api.github.com"),
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/
H A Dmisc_test.go41 APIURL := "http://" + serverAddr + "/"
47 …err := postForm(context.Background(), http.DefaultClient, APIURL+"parseResponse", values, response…
56 APIURL := "http://" + serverAddr + "/"
60 …err := postForm(context.Background(), http.DefaultClient, APIURL+"parseResponse", values, response…
75 APIURL := "http://" + serverAddr + "/"
80 …err := postForm(context.Background(), http.DefaultClient, APIURL+"parseResponse", values, response…
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/
H A Dmisc_test.go41 APIURL := "http://" + serverAddr + "/"
47 …err := postForm(context.Background(), http.DefaultClient, APIURL+"parseResponse", values, response…
56 APIURL := "http://" + serverAddr + "/"
60 …err := postForm(context.Background(), http.DefaultClient, APIURL+"parseResponse", values, response…
75 APIURL := "http://" + serverAddr + "/"
80 …err := postForm(context.Background(), http.DefaultClient, APIURL+"parseResponse", values, response…
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matterbridge/gozulipbot/
H A Dflag.go21 b.APIURL = *apiURL
36 if apiURL, exists := os.LookupEnv(b.APIURL); !exists {
37 return fmt.Errorf("--env was set but env var %s did not exist", b.APIURL)
39 b.APIURL = apiURL
53 if b.APIURL == "" {
/dports/www/gitea/gitea-1.16.5/models/
H A Dcommit_status_test.go32 …/api/v1/repos/user2/repo1/statuses/1234123412341234123412341234123412341234", statuses[0].APIURL())
36 …/api/v1/repos/user2/repo1/statuses/1234123412341234123412341234123412341234", statuses[1].APIURL())
40 …/api/v1/repos/user2/repo1/statuses/1234123412341234123412341234123412341234", statuses[2].APIURL())
44 …/api/v1/repos/user2/repo1/statuses/1234123412341234123412341234123412341234", statuses[3].APIURL())
48 …/api/v1/repos/user2/repo1/statuses/1234123412341234123412341234123412341234", statuses[4].APIURL())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go304 if sc.APIURL == nil {
308 sc.APIURL = c.Global.SlackAPIURL
315 if hc.APIURL == nil {
319 hc.APIURL = c.Global.HipchatAPIURL
322 hc.APIURL.Path += "/"
351 if ogc.APIURL == nil {
358 ogc.APIURL.Path += "/"
372 if wcc.APIURL == nil {
394 wcc.APIURL.Path += "/"
401 if voc.APIURL == nil {
[all …]
/dports/security/keybase/client-v5.7.1/go/pvl/
H A Dinterp_data_for_test.go16 APIURL: "https://rooter.example.com/proofs/kronkinator/5.htjsxt",
25 APIURL: "https://rooter.example.com/proofs/kronkinator/5.htjsxt",
34 APIURL: "https://rooter.example.com/proofs/kronkinator/5.htjsxt",
43 APIURL: "https://rooter.example.com/proofs/kronkinator/5.htjsxt",
/dports/www/gitea/gitea-1.16.5/modules/convert/
H A Dnotification.go22 URL: n.APIURL(),
36 result.Subject.URL = n.Issue.APIURL()
41 result.Subject.LatestCommentURL = comment.APIURL()
49 result.Subject.URL = n.Issue.APIURL()
54 result.Subject.LatestCommentURL = comment.APIURL()
H A Dgit_commit.go34 URL: util.URLJoin(repo.APIURL(), "git/commits", tag.ID.String()),
131 URL: repo.APIURL() + "/git/commits/" + url.PathEscape(sha.String()),
152 URL: repo.APIURL() + "/git/commits/" + url.PathEscape(commit.ID.String()),
158 URL: repo.APIURL() + "/git/commits/" + url.PathEscape(commit.ID.String()),
175 URL: repo.APIURL() + "/git/trees/" + url.PathEscape(commit.ID.String()),
/dports/security/lego/lego-4.5.3/vendor/github.com/scaleway/scaleway-sdk-go/scw/
H A Dconfig.go58 # APIURL overrides the API URL of the Scaleway API to the given URL.
60 {{ if .APIURL }}apiurl: {{ .APIURL }}{{ else }}# api_url: https://api.scaleway.com{{ end }}
93 {{ if $v.APIURL }}api_url: {{ $v.APIURL }}{{ else }}# api_url: https://api.scaleway.com{{ end }}
119 APIURL *string `yaml:"api_url,omitempty" json:"api_url,omitempty"` member
307 APIURL: original.APIURL,
322 if other.APIURL != nil {
323 np.APIURL = other.APIURL
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/scaleway/scaleway-sdk-go/scw/
H A Dconfig.go58 # APIURL overrides the API URL of the Scaleway API to the given URL.
60 {{ if .APIURL }}apiurl: {{ .APIURL }}{{ else }}# api_url: https://api.scaleway.com{{ end }}
93 {{ if $v.APIURL }}api_url: {{ $v.APIURL }}{{ else }}# api_url: https://api.scaleway.com{{ end }}
119 APIURL *string `yaml:"api_url,omitempty" json:"api_url,omitempty"` member
307 APIURL: original.APIURL,
322 if other.APIURL != nil {
323 np.APIURL = other.APIURL
/dports/net/traefik/traefik-2.6.1/vendor/github.com/scaleway/scaleway-sdk-go/scw/
H A Dconfig.go58 # APIURL overrides the API URL of the Scaleway API to the given URL.
60 {{ if .APIURL }}apiurl: {{ .APIURL }}{{ else }}# api_url: https://api.scaleway.com{{ end }}
93 {{ if $v.APIURL }}api_url: {{ $v.APIURL }}{{ else }}# api_url: https://api.scaleway.com{{ end }}
119 APIURL *string `yaml:"api_url,omitempty" json:"api_url,omitempty"` member
307 APIURL: original.APIURL,
322 if other.APIURL != nil {
323 np.APIURL = other.APIURL
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/mac/
H A DSymbolCollectorClient.h80 + (SymbolStatus)checkSymbolStatusOnServer:(NSString*)APIURL
88 + (UploadURLResponse*)createUploadURLOnServer:(NSString*)APIURL
94 + (CompleteUploadResult)completeUploadOnServer:(NSString*)APIURL
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Dimage_test.go36 r, err := http.NewRequest("GET", th.Client.APIURL+"/image?url="+url.QueryEscape(imageURL), nil)
57 r, err := http.NewRequest("GET", th.Client.APIURL+"/image?url="+url.QueryEscape(imageURL), nil)
84 …r, err := http.NewRequest("GET", th.Client.APIURL+"/image?url="+url.QueryEscape(imageServer.URL+"/…
97 r, err = http.NewRequest("GET", th.Client.APIURL+"/image?url=/plugins/test/image.png", nil)
109 …r, err = http.NewRequest("GET", th.Client.APIURL+"/image?url="+strings.TrimPrefix(imageServer.URL,…
118 r, err = http.NewRequest("GET", th.Client.APIURL+"/image?url=mailto:test@example.com", nil)
/dports/net/concourse-fly/concourse-6.7.1/skymarshal/skycmd/
H A Dcf_flags.go24APIURL string `long:"api-url" description:"(Required) The base API URL of your CF… member
36 if flag.APIURL == "" {
64 APIURL: flag.APIURL,
/dports/misc/concourse/concourse-6.7.2/skymarshal/skycmd/
H A Dcf_flags.go24APIURL string `long:"api-url" description:"(Required) The base API URL of your CF… member
36 if flag.APIURL == "" {
64 APIURL: flag.APIURL,
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/internal/testing/integration/
H A Dcontrol_plane.go59 func (f *ControlPlane) APIURL() *url.URL { func
67 k.Opts = append(k.Opts, fmt.Sprintf("--server=%s", f.APIURL()))
75 Host: f.APIURL().String(),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go363 sc.APIURL = c.Global.SlackAPIURL
387 if ogc.APIURL == nil {
391 ogc.APIURL = c.Global.OpsGenieAPIURL
393 if !strings.HasSuffix(ogc.APIURL.Path, "/") {
394 ogc.APIURL.Path += "/"
408 if wcc.APIURL == nil {
412 wcc.APIURL = c.Global.WeChatAPIURL
430 wcc.APIURL.Path += "/"
437 if voc.APIURL == nil {
441 voc.APIURL = c.Global.VictorOpsAPIURL
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go363 sc.APIURL = c.Global.SlackAPIURL
387 if ogc.APIURL == nil {
391 ogc.APIURL = c.Global.OpsGenieAPIURL
393 if !strings.HasSuffix(ogc.APIURL.Path, "/") {
394 ogc.APIURL.Path += "/"
408 if wcc.APIURL == nil {
412 wcc.APIURL = c.Global.WeChatAPIURL
430 wcc.APIURL.Path += "/"
437 if voc.APIURL == nil {
441 voc.APIURL = c.Global.VictorOpsAPIURL
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go367 sc.APIURL = c.Global.SlackAPIURL
391 if ogc.APIURL == nil {
395 ogc.APIURL = c.Global.OpsGenieAPIURL
397 if !strings.HasSuffix(ogc.APIURL.Path, "/") {
398 ogc.APIURL.Path += "/"
413 if wcc.APIURL == nil {
417 wcc.APIURL = c.Global.WeChatAPIURL
435 wcc.APIURL.Path += "/"
442 if voc.APIURL == nil {
446 voc.APIURL = c.Global.VictorOpsAPIURL
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/config/
H A Dconfig.go363 sc.APIURL = c.Global.SlackAPIURL
387 if ogc.APIURL == nil {
391 ogc.APIURL = c.Global.OpsGenieAPIURL
393 if !strings.HasSuffix(ogc.APIURL.Path, "/") {
394 ogc.APIURL.Path += "/"
408 if wcc.APIURL == nil {
412 wcc.APIURL = c.Global.WeChatAPIURL
430 wcc.APIURL.Path += "/"
437 if voc.APIURL == nil {
441 voc.APIURL = c.Global.VictorOpsAPIURL
[all …]
/dports/misc/concourse/concourse-6.7.2/go-concourse/concourse/
H A Dbuilds_test.go44 APIURL: "/api/v1/builds/123",
80 APIURL: "api/v1/builds/123",
117 APIURL: "api/v1/builds/123",
149 APIURL: "api/v1/builds/123",
197 APIURL: "api/v1/builds/123",
258 APIURL: "api/v1/builds/123",
265 APIURL: "api/v1/builds/124",
484 APIURL: "api/v1/builds/123",
492 APIURL: "api/v1/builds/124",
/dports/net/concourse-fly/concourse-6.7.1/go-concourse/concourse/
H A Dbuilds_test.go44 APIURL: "/api/v1/builds/123",
80 APIURL: "api/v1/builds/123",
117 APIURL: "api/v1/builds/123",
149 APIURL: "api/v1/builds/123",
197 APIURL: "api/v1/builds/123",
258 APIURL: "api/v1/builds/123",
265 APIURL: "api/v1/builds/124",
484 APIURL: "api/v1/builds/123",
492 APIURL: "api/v1/builds/124",
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/discovery/scaleway/
H A Dscaleway.go73 APIURL: "https://api.scaleway.com",
81 APIURL string `yaml:"api_url,omitempty"` member
211 APIURL: scw.StringPtr(sdConfig.APIURL),

123456789