Home
last modified time | relevance | path

Searched refs:httpPassword (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/matomo/piwik/core/
H A DHttp.php70 * @param string $httpPassword HTTP Auth password
98 $httpPassword = null, argument
107 $httpUsername, $httpPassword, null, [], null, $checkHostIsAllowed);
165 * @param string $httpPassword HTTP Auth password
188 $httpPassword = null, argument
281 $httpAuthIsUsed = !empty($httpUsername) || !empty($httpPassword);
285 $httpAuth = 'Authorization: Basic ' . base64_encode($httpUsername.':'.$httpPassword) . "\r\n";
503 $httpPassword,
688 if (!empty($httpUsername) && !empty($httpPassword)) {
690 CURLOPT_USERPWD => $httpUsername . ':' . $httpPassword,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go34 httpPassword := "Rodriguez"
38 HTTPBasicAuth(httpUsername, httpPassword),
77 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go34 httpPassword := "Rodriguez"
38 HTTPBasicAuth(httpUsername, httpPassword),
77 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go34 httpPassword := "Rodriguez"
38 HTTPBasicAuth(httpUsername, httpPassword),
77 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/qnetworkaccessmanager/qget/
H A Dqget.h79 void setHttpPassword(const QString& password) { httpPassword = password; } in setHttpPassword()
98 QString httpPassword; variable
H A Dqget.cpp103 if (!httpUser.isEmpty() || !httpPassword.isEmpty()) { in authenticationRequired()
105 auth->setPassword(httpPassword); in authenticationRequired()
107 httpPassword.clear(); in authenticationRequired()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go35 httpPassword := "Rodriguez"
39 HTTPBasicAuth(httpUsername, httpPassword),
79 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go36 httpPassword := "Rodriguez"
40 HTTPBasicAuth(httpUsername, httpPassword),
80 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go35 httpPassword := "Rodriguez"
39 HTTPBasicAuth(httpUsername, httpPassword),
79 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go36 httpPassword := "Rodriguez"
40 HTTPBasicAuth(httpUsername, httpPassword),
80 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go35 httpPassword := "Rodriguez"
39 HTTPBasicAuth(httpUsername, httpPassword),
79 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/transport/
H A Dhttp_test.go36 httpPassword := "Rodriguez"
40 HTTPBasicAuth(httpUsername, httpPassword),
80 &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword},
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go53 httpPassword := "Twin"
54 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
89 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go54 httpPassword := "Twin"
55 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
90 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go53 httpPassword := "Twin"
54 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
89 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go53 httpPassword := "Twin"
54 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
89 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go54 httpPassword := "Twin"
55 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
90 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go53 httpPassword := "Twin"
54 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
89 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go53 httpPassword := "Twin"
54 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
89 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go54 httpPassword := "Twin"
55 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
90 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-client-go/transport/zipkin/
H A Dhttp_test.go53 httpPassword := "Twin"
54 sender, err := NewHTTPTransport(server.SpanURL(), HTTPBasicAuth(httpUsername, httpPassword))
89 …assert.Equal(t, &HTTPBasicAuthCredentials{username: httpUsername, password: httpPassword}, server.…
/dports/www/matomo/piwik/plugins/CoreConsole/Commands/
H A DDevelopmentSyncProcessedSystemTests.php75 $httpPassword = $input->getOption('http-password');
88 $httpPassword);
/dports/textproc/jdictionary/jdictionary/src-1_8/info/jdictionary/
H A DPreferences.java83 char[] httpPassword; field in Preferences
110 httpPassword = new String(prefs.httpProxyPassword).toCharArray(); in Preferences()
518 prefs.httpProxyPassword = httpPassword; in savePrefs()
643 passwordField.setText(new String(httpPassword)); in fillupNetworkTextFields()
659 httpPassword = passwordField.getPassword(); in saveNetworkTextFields()
/dports/www/matomo/piwik/plugins/Marketplace/Api/
H A DService.php111 $httpUsername = null, $httpPassword = null, $post);
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/tools/mozscreenshots/mozscreenshots/extension/configurations/
H A DControlCenter.jsm172 httpPassword: {

12