Home
last modified time | relevance | path

Searched refs:WebClient (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/
H A Dweb_client.mm18 static WebClient* g_client;
20 void SetWebClient(WebClient* client) {
24 WebClient* GetWebClient() {
28 WebClient::Schemes::Schemes() = default;
29 WebClient::Schemes::~Schemes() = default;
31 WebClient::WebClient() {}
33 WebClient::~WebClient() {}
39 std::string WebClient::GetApplicationLocale() const {
52 void WebClient::AddSerializableData(
68 base::StringPiece WebClient::GetDataResource(
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DWebClientTest.cs52 WebClient wc = new WebClient(); in DownloadTwice()
67 WebClient wc = new WebClient (); in DownloadData1_Address_Null()
83 WebClient wc = new WebClient (); in DownloadData1_Address_SchemeNotSupported()
106 WebClient wc = new WebClient (); in DownloadData2_Address_Null()
122 WebClient wc = new WebClient (); in DownloadData2_Address_SchemeNotSupported()
145 WebClient wc = new WebClient (); in DownloadFile1_Address_Null()
162 WebClient wc = new WebClient (); in DownloadFile1_Address_SchemeNotSupported()
189 WebClient wc = new WebClient (); in DownloadFile1_FileName_Null()
206 WebClient wc = new WebClient (); in DownloadFile2_Address_Null()
223 WebClient wc = new WebClient (); in DownloadFile2_Address_SchemeNotSupported()
[all …]
H A DWebClientTestAsync.cs48 WebClient wc; in DownloadData()
56 wc = new WebClient (); in DownloadData()
88 WebClient wc = new WebClient (); in DownloadFileTaskAsync()
103 WebClient wc = new WebClient (); in Cancellation()
131 WebClient wc = new WebClient (); in DownloadMultiple()
150 WebClient wc = new WebClient (); in DownloadMultiple2()
163 WebClient wc = new WebClient (); in DownloadMultiple3()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/tests/
H A DWebClientTest.cs23 var wc = new WebClient(); in DefaultCtor_PropertiesReturnExpectedValues()
39 var wc = new WebClient(); in Properties_InvalidArguments_ThrowExceptions()
48 var wc = new WebClient(); in DownloadData_InvalidArguments_ThrowExceptions()
63 var wc = new WebClient(); in DownloadFile_InvalidArguments_ThrowExceptions()
87 var wc = new WebClient(); in DownloadString_InvalidArguments_ThrowExceptions()
102 var wc = new WebClient(); in UploadData_InvalidArguments_ThrowExceptions()
136 var wc = new WebClient(); in UploadFile_InvalidArguments_ThrowExceptions()
171 var wc = new WebClient(); in UploadString_InvalidArguments_ThrowExceptions()
205 var wc = new WebClient(); in UploadValues_InvalidArguments_ThrowExceptions()
239 var wc = new WebClient(); in OpenWrite_InvalidArguments_ThrowExceptions()
[all …]
/dports/www/kristall/kristall-6b39f244/src/protocols/
H A Dwebclient.cpp7 WebClient::WebClient() : in WebClient() function in WebClient
16 WebClient::~WebClient() in ~WebClient()
21 bool WebClient::supportsScheme(const QString &scheme) const in supportsScheme()
26 bool WebClient::startRequest(const QUrl &url, RequestOptions options) in startRequest()
73 bool WebClient::isInProgress() const in isInProgress()
78 bool WebClient::cancelRequest() in cancelRequest()
95 void WebClient::disableClientCertificate() in disableClientCertificate()
100 void WebClient::on_data() in on_data()
106 void WebClient::on_finished() in on_finished()
170 void WebClient::on_sslErrors(const QList<QSslError> &errors) in on_sslErrors()
[all …]
H A Dwebclient.hpp10 class WebClient: public ProtocolHandler class
15 explicit WebClient();
17 ~WebClient() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/public/test/
H A Dscoped_testing_web_client.h14 class WebClient; variable
19 explicit ScopedTestingWebClient(std::unique_ptr<WebClient> web_client);
22 WebClient* Get();
25 std::unique_ptr<WebClient> web_client_;
26 WebClient* original_web_client_;
/dports/misc/adios2/ADIOS2-2.7.1/scripts/ci/azure/
H A Dwindows-setup.ps13 $WebClient = New-Object System.Net.WebClient variable
31 …$WebClient.DownloadFile("https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-w… in main()
44 …$WebClient.DownloadFile("https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmp… in main()
49 …$WebClient.DownloadFile("https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmp… in main()
/dports/sysutils/py-salt/salt-3004.1/pkg/windows/modules/
H A Ddownload-module.psm124 $client = New-Object System.Net.WebClient in DownloadFileWithProgress()
27 -SourceIdentifier WebClient.DownloadFileComplete ` in DownloadFileWithProgress()
30 -SourceIdentifier WebClient.DownloadProgressChanged ` in DownloadFileWithProgress()
47 Unregister-Event -SourceIdentifier WebClient.DownloadProgressChanged in DownloadFileWithProgress()
48 Unregister-Event -SourceIdentifier WebClient.DownloadFileComplete in DownloadFileWithProgress()
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/services/cognitiveservices/v1.0/websearch/
H A Dweb.go29 type WebClient struct { struct
34 func NewWebClient() WebClient {
39 func NewWebClientWithBaseURI(baseURI string) WebClient {
40 return WebClient{NewWithBaseURI(baseURI)}
192 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
215 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
300 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go29 type WebClient struct { struct
34 func NewWebClient() WebClient {
39 func NewWebClientWithBaseURI(baseURI string) WebClient {
40 return WebClient{NewWithBaseURI(baseURI)}
192 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
215 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
300 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/public/
H A Dweb_client.h41 class WebClient; variable
47 void SetWebClient(WebClient* client);
48 WebClient* GetWebClient();
51 class WebClient {
53 WebClient();
54 virtual ~WebClient();
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go30 type WebClient struct { struct
35 func NewWebClient() WebClient {
36 return WebClient{New()}
188 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
221 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
303 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
309 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go19 type WebClient struct { struct
24 func NewWebClient() WebClient {
25 return WebClient{New()}
177 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
211 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
299 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/cognitiveservices/v1.0/websearch/
H A Dweb.go19 type WebClient struct { struct
24 func NewWebClient() WebClient {
25 return WebClient{New()}
177 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
211 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
299 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go30 type WebClient struct { struct
35 func NewWebClient() WebClient {
36 return WebClient{New()}
188 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
221 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
303 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
310 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go30 type WebClient struct { struct
35 func NewWebClient() WebClient {
36 return WebClient{New()}
188 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
221 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
303 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
310 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/cognitiveservices/v1.0/websearch/
H A Dweb.go19 type WebClient struct { struct
24 func NewWebClient() WebClient {
25 return WebClient{New()}
177 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
211 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
299 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go19 type WebClient struct { struct
24 func NewWebClient() WebClient {
25 return WebClient{New()}
177 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
211 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
299 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go30 type WebClient struct { struct
35 func NewWebClient() WebClient {
36 return WebClient{New()}
188 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
221 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
303 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
310 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go19 type WebClient struct { struct
24 func NewWebClient() WebClient {
25 return WebClient{New()}
177 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
211 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
299 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go30 type WebClient struct { struct
35 func NewWebClient() WebClient {
36 return WebClient{New()}
188 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
222 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
304 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
310 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/cognitiveservices/v1.0/websearch/
H A Dweb.go19 type WebClient struct { struct
24 func NewWebClient() WebClient {
25 return WebClient{New()}
177 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
211 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
293 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
299 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch/
H A Dweb.go30 type WebClient struct { struct
35 func NewWebClient() WebClient {
36 return WebClient{New()}
188 func (client WebClient) Search(ctx context.Context, query string, acceptLanguage string, pragma str…
222 func (client WebClient) SearchPreparer(ctx context.Context, query string, acceptLanguage string, pr… argument
304 func (client WebClient) SearchSender(req *http.Request) (*http.Response, error) { argument
310 func (client WebClient) SearchResponder(resp *http.Response) (result SearchResponse, err error) { argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/
H A DSystem.Net.WebClient.sln5 …FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.WebClient.Tests", "tests\System.Net.WebClien…
10 …t("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.WebClient", "src\System.Net.WebClient.cs…
15 …t("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.WebClient", "ref\System.Net.WebClient.cs…

12345678910>>...27