Home
last modified time | relevance | path

Searched refs:locationURL (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/
H A DEnhancedThrowableRenderer.java101 URL locationURL = source.getLocation(); in formatElement() local
102 if (locationURL != null) { in formatElement()
106 if ("file".equals(locationURL.getProtocol())) { in formatElement()
107 String path = locationURL.getPath(); in formatElement()
122 buf.append(locationURL); in formatElement()
128 buf.append(locationURL); in formatElement()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/search/
H A DSearchUIUtils.jsm30 * @param {string} locationURL
39 async addOpenSearchEngine(locationURL, image, browsingContext) {
41 await Services.search.addOpenSearchEngine(locationURL, image);
68 "location-url": locationURL,
/dports/www/firefox/firefox-99.0/browser/components/search/
H A DSearchUIUtils.jsm30 * @param {string} locationURL
39 async addOpenSearchEngine(locationURL, image, browsingContext) {
41 await Services.search.addOpenSearchEngine(locationURL, image);
68 "location-url": locationURL,
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/search/
H A DSearchUIUtils.jsm30 * @param {string} locationURL
39 async addOpenSearchEngine(locationURL, image, browsingContext) {
41 await Services.search.addOpenSearchEngine(locationURL, image);
68 "location-url": locationURL,
/dports/sysutils/terraform/terraform-1.0.11/internal/registry/
H A Dclient.go257 locationURL, err := url.Parse(location)
261 locationURL = download.ResolveReference(locationURL)
262 location = locationURL.String()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/registry/
H A Dclient.go219 locationURL, err := url.Parse(location)
223 locationURL = download.ResolveReference(locationURL)
224 location = locationURL.String()
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/registry/
H A Dclient.go219 locationURL, err := url.Parse(location)
223 locationURL = download.ResolveReference(locationURL)
224 location = locationURL.String()
/dports/net/concourse-fly/concourse-6.7.1/skymarshal/skyserver/
H A Dskyserver_test.go452 locationURL, err := redirectResponse.Location()
454 Expect(locationURL.Host).To(Equal(skyServerURL.Host))
455 Expect(locationURL.Path).To(Equal("/valid-redirect"))
456 Expect(locationURL.Query().Get("csrf_token")).To(Equal(tokenArg))
/dports/misc/concourse/concourse-6.7.2/skymarshal/skyserver/
H A Dskyserver_test.go452 locationURL, err := redirectResponse.Location()
454 Expect(locationURL.Host).To(Equal(skyServerURL.Host))
455 Expect(locationURL.Path).To(Equal("/valid-redirect"))
456 Expect(locationURL.Query().Get("csrf_token")).To(Equal(tokenArg))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DJavadocAttributeConfiguration.java81 URL locationURL= initialLocation != null ? new URL(initialLocation) : null; in performEdit() local
82 URL[] result= BuildPathDialogAccess.configureJavadocLocation(shell, elementName, locationURL); in performEdit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/
H A DURIUtilTest.java51 …URL locationURL = FileLocator.find(FrameworkUtil.getBundle(getClass()), new Path("Plugin_Testing/u… in testToJARURI() local
53 locationURL = FileLocator.resolve(locationURL); in testToJARURI()
54 URI location = URIUtil.toURI(locationURL); in testToJARURI()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/COM/util/
H A DIDispatchTest.java258 DISPID locationURL = new DISPID(0x000000d3); in testIDispatchDISPID() local
273 assertTrue(ieApp.getProperty(String.class, locationURL).isEmpty()); in testIDispatchDISPID()
280 String url = ieApp.getProperty(String.class, locationURL); in testIDispatchDISPID()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java45 public UnoPkgContainer(XComponentContext xCtx, String locationURL, in UnoPkgContainer() argument
51 super(xCtx, locationURL, language, false); in UnoPkgContainer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java45 public UnoPkgContainer(XComponentContext xCtx, String locationURL, in UnoPkgContainer() argument
51 super(xCtx, locationURL, language, false); in UnoPkgContainer()
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/
H A Dpoller.go268 func newOpPoller(pollerType, pollingURL, locationURL string, initialResponse *Response) *opPoller {
274 LocURL: locationURL,
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/sdk/azcore/
H A Dpoller.go266 func newOpPoller(pollerType, pollingURL, locationURL string, initialResponse *http.Response) *opPol…
272 LocURL: locationURL,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme/
H A DThemeEngine.java99 URL locationURL = new URL(configLocation.getDataArea(ThemeEngine.THEME_PLUGIN_ID).toString()); in ThemeEngine() local
100 File locationFile = new File(locationURL.getFile()); in ThemeEngine()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/distribution/registry/client/
H A Drepository.go627 locationURL, err := url.Parse(location)
632 return baseURL.ResolveReference(locationURL).String(), nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/client/
H A Drepository.go627 locationURL, err := url.Parse(location)
632 return baseURL.ResolveReference(locationURL).String(), nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/distribution/registry/client/
H A Drepository.go627 locationURL, err := url.Parse(location)
632 return baseURL.ResolveReference(locationURL).String(), nil
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/
H A Drepository.go627 locationURL, err := url.Parse(location)
632 return baseURL.ResolveReference(locationURL).String(), nil
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/client/
H A Drepository.go627 locationURL, err := url.Parse(location)
632 return baseURL.ResolveReference(locationURL).String(), nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/client/
H A Drepository.go613 locationURL, err := url.Parse(location)
618 return baseURL.ResolveReference(locationURL).String(), nil
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/client/
H A Drepository.go627 locationURL, err := url.Parse(location)
632 return baseURL.ResolveReference(locationURL).String(), nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/
H A Drepository.go627 locationURL, err := url.Parse(location)
632 return baseURL.ResolveReference(locationURL).String(), nil

123