/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/ |
H A D | StringUtils.java | 78 public static boolean queryExists(final String inputURL) { in queryExists() argument 79 if (inputURL == null) { in queryExists() 82 return inputURL.contains("%s") || inputURL.contains("%S"); in queryExists() 91 public static String stripRef(final String inputURL) { in stripRef() argument 92 if (inputURL == null) { in stripRef() 96 final int refIndex = inputURL.indexOf('#'); in stripRef() 99 return inputURL.substring(0, refIndex); in stripRef() 102 return inputURL; in stripRef()
|
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/ |
H A D | StringUtils.java | 75 public static boolean queryExists(final String inputURL) { in queryExists() argument 76 if (inputURL == null) { in queryExists() 79 return inputURL.contains("%s") || inputURL.contains("%S"); in queryExists() 88 public static String stripRef(final String inputURL) { in stripRef() argument 89 if (inputURL == null) { in stripRef() 93 final int refIndex = inputURL.indexOf('#'); in stripRef() 96 return inputURL.substring(0, refIndex); in stripRef() 99 return inputURL; in stripRef()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/ |
H A D | StringUtils.java | 72 public static String stripRef(final String inputURL) { in stripRef() argument 73 if (inputURL == null) { in stripRef() 77 final int refIndex = inputURL.indexOf('#'); in stripRef() 80 return inputURL.substring(0, refIndex); in stripRef() 83 return inputURL; in stripRef()
|
/dports/www/miniflux/v2-2.0.35/http/client/ |
H A D | client.go | 40 inputURL string member 62 inputURL: url, 71 inputURL: url, 92 c.inputURL, 189 defer timer.ExecutionTime(time.Now(), fmt.Sprintf("[HttpClient] inputURL=%s", c.inputURL)) 263 request, err := http.NewRequest(method, c.inputURL, body)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/ios/ |
H A D | opening_links.md | 59 NSURL *inputURL = <the URL to open>; 60 NSString *scheme = inputURL.scheme; 72 NSString *absoluteString = [inputURL absoluteString];
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/ios/ |
H A D | opening_links.md | 59 NSURL *inputURL = <the URL to open>; 60 NSString *scheme = inputURL.scheme; 72 NSString *absoluteString = [inputURL absoluteString];
|
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/security/vault/vault-1.8.2/builtin/logical/totp/ |
H A D | path_keys.go | 194 inputURL := data.Get("url").(string) 200 if inputURL != "" { 206 if inputURL != "" { 208 urlObject, err := url.Parse(inputURL)
|
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/sysutils/gomplate/vault-sdk-v0.1.13/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/sysutils/istio/vault-sdk-v0.1.12/builtin/logical/totp/ |
H A D | path_keys.go | 195 inputURL := data.Get("url").(string) 201 if inputURL != "" { 207 if inputURL != "" { 209 urlObject, err := url.Parse(inputURL)
|
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/ |
H A D | outputmethoddlg.cpp | 84 OutputMethodDlg::OutputMethodDlg( const QString &caption, const QUrl & inputURL, bool showPICSelect… in OutputMethodDlg() argument 94 m_inputURL = inputURL; in OutputMethodDlg()
|
H A D | outputmethoddlg.h | 72 …OutputMethodDlg( const QString & caption, const QUrl & inputURL, bool showPICSelect = false, QWidg…
|
/dports/sysutils/consul/consul-1.10.3/internal/go-sso/oidcauth/ |
H A D | oidc_test.go | 499 func getQueryParam(t *testing.T, inputURL, param string) string { argument 502 m, err := url.ParseQuery(inputURL)
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/ |
H A D | oidc_test.go | 495 func getQueryParam(t *testing.T, inputURL, param string) string { argument 498 m, err := url.ParseQuery(inputURL)
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/ |
H A D | oidc_test.go | 495 func getQueryParam(t *testing.T, inputURL, param string) string { argument 498 m, err := url.ParseQuery(inputURL)
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/ |
H A D | oidc_test.go | 495 func getQueryParam(t *testing.T, inputURL, param string) string { argument 498 m, err := url.ParseQuery(inputURL)
|
/dports/www/py-seafdav/seafdav-8.0.7-server/wsgidav/dc/ |
H A D | domain_controller.py | 37 def get_domain_realm(self, inputURL, environ): argument
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/General/ |
H A D | Web.hs | 37 {inputURL :: [String] function
|