Home
last modified time | relevance | path

Searched refs:HTTPRedirect (Results 1 – 25 of 1086) sorted by relevance

12345678910>>...44

/dports/databases/tile38/tile38-1.12.0/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/stretchr/testify/testify-e4ec8152c15fc46bd5056ce65997a07c7d415325/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/textproc/peco/peco-v0.4.4/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/misc/exercism/cli-3.0.13/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go30 assert.Equal(HTTPRedirect(mockT, httpOK, "GET", "/", nil), false)
31 assert.Equal(HTTPRedirect(mockT, httpRedirect, "GET", "/", nil), true)
32 assert.Equal(HTTPRedirect(mockT, httpError, "GET", "/", nil), false)
47 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
48 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
49 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go42 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
46 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
50 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
78 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
79 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
80 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go42 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
46 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
50 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
78 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
79 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
80 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/devel/gh/cli-2.4.0/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/security/vault/vault-1.8.2/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/stretchr/testify/testify-1.6.1/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/stretchr/testify/testify-1.7.0/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/security/lego/lego-4.5.3/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/dns/blocky/blocky-0.17/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/stretchr/testify/assert/
H A Dhttp_assertions_test.go50 assert.Equal(HTTPRedirect(mockT1, httpOK, "GET", "/", nil), false)
54 assert.Equal(HTTPRedirect(mockT2, httpRedirect, "GET", "/", nil), true)
58 assert.Equal(HTTPRedirect(mockT3, httpError, "GET", "/", nil), false)
62 assert.Equal(HTTPRedirect(mockT4, httpStatusCode, "GET", "/", nil), false)
114 assert.Equal(mockAssert.HTTPRedirect(httpOK, "GET", "/", nil), false)
115 assert.Equal(mockAssert.HTTPRedirect(httpRedirect, "GET", "/", nil), true)
116 assert.Equal(mockAssert.HTTPRedirect(httpError, "GET", "/", nil), false)

12345678910>>...44