Home
last modified time | relevance | path

Searched refs:RedirectLocation (Results 1 – 25 of 136) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/standalone-runner-support/
H A DTestRunner.cs51 public string RedirectLocation { get; private set; } property in StandAloneRunnerSupport.TestRunner
101 RedirectLocation = wr.RedirectLocation; in Run()
H A DTestWorkerRequest.cs53 public string RedirectLocation { get; set; } property in StandAloneRunnerSupport.TestWorkerRequest
136 RedirectLocation = value; in SendKnownResponseHeader()
H A DTestRunItem.cs69 public string RedirectLocation { property in StandAloneRunnerSupport.TestRunItem
/dports/security/ffuf/ffuf-1.3.1/pkg/output/
H A Dfile_json.go26 RedirectLocation string `json:"redirectlocation"` member
79 RedirectLocation: r.RedirectLocation,
H A Dfile_html.go88 …}}|{{ $value | printf "%s" }}{{ end }}|{{ $result.Url }}|{{ $result.RedirectLocation }}|{{ $result…
96 … <td><a href="{{ $result.RedirectLocation }}">{{ $result.RedirectLocation }}</a></td>
H A Dfile_md.go19 …= .Input }}| {{ $value | printf "%s" }} {{ end }}| {{ .Url }} | {{ .RedirectLocation }} | {{ .Posi…
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/unit/s3/
H A Dtest_website.py28 from boto.s3.website import RedirectLocation
66 location = RedirectLocation(hostname='example.com')
74 location = RedirectLocation(hostname='example.com', protocol='https')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/unit/s3/
H A Dtest_website.py28 from boto.s3.website import RedirectLocation
66 location = RedirectLocation(hostname='example.com')
74 location = RedirectLocation(hostname='example.com', protocol='https')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/unit/s3/
H A Dtest_website.py28 from boto.s3.website import RedirectLocation
66 location = RedirectLocation(hostname='example.com')
74 location = RedirectLocation(hostname='example.com', protocol='https')
/dports/devel/py-boto/boto-2.49.0/tests/unit/s3/
H A Dtest_website.py28 from boto.s3.website import RedirectLocation
66 location = RedirectLocation(hostname='example.com')
74 location = RedirectLocation(hostname='example.com', protocol='https')
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/
H A DHttpResponseInternalWrapper.cs161 public override string RedirectLocation { property in System.Web.HttpResponseInternalWrapper
163 return _httpResponse.RedirectLocation;
166 _httpResponse.RedirectLocation = value;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/s3/
H A Dwebsite.py117 class RedirectLocation(_XMLKeyValue): class
133 super(RedirectLocation, self).__init__(self.TRANSLATOR)
137 super(RedirectLocation, self).to_xml())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/s3/
H A Dwebsite.py117 class RedirectLocation(_XMLKeyValue): class
133 super(RedirectLocation, self).__init__(self.TRANSLATOR)
137 super(RedirectLocation, self).to_xml())
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/s3/
H A Dwebsite.py117 class RedirectLocation(_XMLKeyValue): class
133 super(RedirectLocation, self).__init__(self.TRANSLATOR)
137 super(RedirectLocation, self).to_xml())
/dports/devel/py-boto/boto-2.49.0/boto/s3/
H A Dwebsite.py117 class RedirectLocation(_XMLKeyValue): class
133 super(RedirectLocation, self).__init__(self.TRANSLATOR)
137 super(RedirectLocation, self).to_xml())
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DHttpListenerResponseTests.Headers.cs217 response.RedirectLocation = redirectLocation; in RedirectLocation_SetAndSend_Success()
218 Assert.Equal(redirectLocation.Trim(), response.RedirectLocation); in RedirectLocation_SetAndSend_Success()
234 response.RedirectLocation = "http://microsoft.com"; in RedirectLocation_SetNullOrEmpty_ResetsRedirectLocation()
237 response.RedirectLocation = redirectLocation; in RedirectLocation_SetNullOrEmpty_ResetsRedirectLocation()
238 Assert.Equal(expectedRedirectLocation, response.RedirectLocation); in RedirectLocation_SetNullOrEmpty_ResetsRedirectLocation()
255 … Assert.Throws<ObjectDisposedException>(() => response.RedirectLocation = "http://microsoft.com"); in RedirectLocation_SetDisposed_ThrowsObjectDisposedException()
256 Assert.Null(response.RedirectLocation); in RedirectLocation_SetDisposed_ThrowsObjectDisposedException()
267 response.RedirectLocation = "http://microsoft.com"; in RedirectLocation_SetAfterHeadersSent_DoesNothing()
268 Assert.Equal("http://microsoft.com", response.RedirectLocation); in RedirectLocation_SetAfterHeadersSent_DoesNothing()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpResponseWrapper.cs143 public override string RedirectLocation { property in System.Web.HttpResponseWrapper
144 get { return w.RedirectLocation; }
145 set { w.RedirectLocation = value; }
/dports/security/vault/vault-1.8.2/vendor/github.com/cloudfoundry-community/go-cfclient/
H A Dcf_test.go36 RedirectLocation string member
95 RedirectLocation: "",
116 redirectLocation := mock.RedirectLocation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Abstractions/
H A DHttpResponseWrapper.cs177 public override string RedirectLocation { property in System.Web.HttpResponseWrapper
179 return _httpResponse.RedirectLocation;
182 _httpResponse.RedirectLocation = value;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/standalone-tests/
H A DMD5PasswordAuth_Bug601727.cs71 Assert.AreEqual ("/default.aspx", runItem.RedirectLocation, "#A2"); in LoggedIn_Aspx()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/s3/
H A Dtest_bucket.py42 from boto.s3.website import RedirectLocation
190 redirect_all_requests_to=RedirectLocation('example.com'))
199 redirect_all_requests_to=RedirectLocation('example.com', 'https'))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/s3/
H A Dtest_bucket.py42 from boto.s3.website import RedirectLocation
190 redirect_all_requests_to=RedirectLocation('example.com'))
199 redirect_all_requests_to=RedirectLocation('example.com', 'https'))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/s3/
H A Dtest_bucket.py42 from boto.s3.website import RedirectLocation
190 redirect_all_requests_to=RedirectLocation('example.com'))
199 redirect_all_requests_to=RedirectLocation('example.com', 'https'))
/dports/devel/py-boto/boto-2.49.0/tests/integration/s3/
H A Dtest_bucket.py42 from boto.s3.website import RedirectLocation
190 redirect_all_requests_to=RedirectLocation('example.com'))
199 redirect_all_requests_to=RedirectLocation('example.com', 'https'))
/dports/security/ffuf/ffuf-1.3.1/pkg/ffuf/
H A Dinterfaces.go63 RedirectLocation string `json:"redirectlocation"` member

123456