Home
last modified time | relevance | path

Searched refs:resourceURL (Results 1 – 25 of 1055) sorted by last modified time

12345678910>>...43

/dports/games/jin/jin-2.14.1/src/free/jin/
H A DJinApplet.java433 URL resourceURL = new URL(codeBase, "resources/" + resourceType + "/" + resourcePath + "/"); in getResources() local
434 IOUtilities.cacheData(new URL(resourceURL, "definition"), data); in getResources()
435 Resource resource = loadResource(resourceURL, plugin); in getResources()
455 URL resourceURL = new URL(getCodeBase(), "resources/" + type + "/" + id + "/"); in getResource() local
456 return loadResource(resourceURL, plugin); in getResource()
/dports/games/jin/jin-2.14.1/src/free/util/
H A DURLClassLoader.java84 URL resourceURL = new URL(url, name); in getResourceAsStreamImpl() local
85 return resourceURL.openStream(); in getResourceAsStreamImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/
H A DExtensionProcessScript.jsm216 baseURL: extension.resourceURL,
H A DExtension.jsm493 this.resourceURL = rootURI.spec;
2316 resourceURL: this.resourceURL,
2577 baseURL: this.resourceURL,
2591 baseURL: this.resourceURL,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/secondscreen/
H A DRokuApp.jsm32 this.resourceURL = this.service.location;
41 let url = this.resourceURL + "query/apps";
91 this.resourceURL +
118 let url = this.resourceURL + "keypress/Home";
141 callback(new RemoteMedia(this.resourceURL, listener));
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webidl/
H A DDecoderDoctorNotification.webidl43 DOMString resourceURL;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/actors/
H A DDecoderDoctorChild.jsm28 // - 'resourceURL' is the resource with the issue.
H A DDecoderDoctorParent.jsm137 // - 'resourceURL' is the resource with the issue.
145 resourceURL,
156 `resourceURL=${resourceURL}`
246 if (resourceURL) {
247 details["Resource:"] = resourceURL;
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/
H A DExtension.jsm535 this.resourceURL = rootURI.spec;
2480 resourceURL: this.resourceURL,
2747 baseURL: this.resourceURL,
2762 baseURL: this.resourceURL,
H A DExtensionProcessScript.jsm148 baseURL: extension.resourceURL,
/dports/www/firefox/firefox-99.0/dom/webidl/
H A DDecoderDoctorNotification.webidl43 DOMString resourceURL;
/dports/www/firefox/firefox-99.0/browser/actors/
H A DDecoderDoctorChild.jsm28 // - 'resourceURL' is the resource with the issue.
H A DDecoderDoctorParent.jsm137 // - 'resourceURL' is the resource with the issue.
145 resourceURL,
156 `resourceURL=${resourceURL}`
246 if (resourceURL) {
247 details["Resource:"] = resourceURL;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/
H A DExtension.jsm493 this.resourceURL = rootURI.spec;
2316 resourceURL: this.resourceURL,
2577 baseURL: this.resourceURL,
2591 baseURL: this.resourceURL,
H A DExtensionProcessScript.jsm216 baseURL: extension.resourceURL,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/secondscreen/
H A DRokuApp.jsm32 this.resourceURL = this.service.location;
41 let url = this.resourceURL + "query/apps";
91 this.resourceURL +
118 let url = this.resourceURL + "keypress/Home";
141 callback(new RemoteMedia(this.resourceURL, listener));
/dports/www/firefox-esr/firefox-91.8.0/dom/webidl/
H A DDecoderDoctorNotification.webidl43 DOMString resourceURL;
/dports/www/firefox-esr/firefox-91.8.0/browser/actors/
H A DDecoderDoctorParent.jsm137 // - 'resourceURL' is the resource with the issue.
145 resourceURL,
156 `resourceURL=${resourceURL}`
246 if (resourceURL) {
247 details["Resource:"] = resourceURL;
H A DDecoderDoctorChild.jsm28 // - 'resourceURL' is the resource with the issue.
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/web-sys/webidls/enabled/
H A DDecoderDoctorNotification.webidl30 DOMString resourceURL;
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/hyperone/internal/
H A Dclient.go80 resourceURL := path.Join("dns", c.locationID, "project", c.projectID, "zone", zoneID, "recordset")
82 req, err := c.createRequest(http.MethodGet, resourceURL, nil)
120 resourceURL := path.Join("dns", c.locationID, "project", c.projectID, "zone", zoneID, "recordset")
122 req, err := c.createRequest(http.MethodPost, resourceURL, bytes.NewBuffer(requestBody))
141resourceURL := path.Join("dns", c.locationID, "project", c.projectID, "zone", zoneID, "recordset",…
143 req, err := c.createRequest(http.MethodDelete, resourceURL, nil)
157 req, err := c.createRequest(http.MethodGet, resourceURL, nil)
183 req, err := c.createRequest(http.MethodPost, resourceURL, bytes.NewBuffer(requestBody))
204 req, err := c.createRequest(http.MethodDelete, resourceURL, nil)
232 resourceURL := path.Join("dns", c.locationID, "project", c.projectID, "zone")
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/railroad/
H A DRailroad.qml28 source: Activity.resourceURL + "railroad-bg.svg"
84 activity.audioEffects.play(Activity.resourceURL + 'sounds/train.wav')
132 source: Activity.resourceURL + modelData + ".svg"
362 source: Activity.resourceURL + uniqueID + ".svg"
/dports/math/py-or-tools/or-tools-9.2/ortools/java/com/google/ortools/
H A DLoader.java39 URL resourceURL = loader.getResource(RESOURCE_PATH); in getNativeResourceURI() local
40 Objects.requireNonNull(resourceURL, in getNativeResourceURI()
45 resourceURI = resourceURL.toURI(); in getNativeResourceURI()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapWMTS.cpp141 layer.resourceURL = attr.namedItem("template").nodeValue(); in CMapWMTS()
142 … layer.resourceURL = layer.resourceURL.replace("{style}", layer.styles[0], Qt::CaseInsensitive); in CMapWMTS()
143 …layer.resourceURL = layer.resourceURL.replace("{TileMatrixSet}", layer.tileMatrixSet, Qt::CaseInse… in CMapWMTS()
155 …layer.resourceURL = layer.resourceURL.replace("{" + Identifier + "}", Default, Qt::CaseInsensitive… in CMapWMTS()
158 if(!httpsCheck(layer.resourceURL)) in CMapWMTS()
541 QString url = layer.resourceURL; in draw()
H A DCMapWMTS.h65 QString resourceURL; member

12345678910>>...43