Searched refs:uri (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/desktop/os-welcome/files/html/C/js/
H A D1p.js3 var uri = "http://pkg.oracle.com/6p.png" + "?time=" + d.getTime(); variable
17 i.src = uri;
/solaris-userland/components/desktop/os-welcome/files/
H A Dos-next-steps.py153 def launch_app(self,label,uri):
155 ditem = Gio.DesktopAppInfo.new (uri)
158 print '''Warning: could not execute file "%s" : %s''' % (uri, e)
/solaris-userland/components/libxml2/
H A Dllib-lxml263 #include <libxml/uri.h>
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py725 def _fetch_uri(task, uri):
732 :param uri: URI of file to fetch.
734 LOG.debug("SolarisDeploy._fetch_uri:uri: '%s'" % (uri))
735 url = urlparse(uri)
767 cmd = ["/usr/bin/curl", "-sS", "-o", temp_uri, uri]
784 cmd = ["/usr/bin/curl", "-sS", "-o", temp_uri, uri]
805 LOG.error(_LE("Unable to fetch image: uri %s: %s") % (uri, err))
1047 # Transform uri fro
[all...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py745 def _kstat_data(self, uri):
747 if not isinstance(uri, str):
749 "%s is %s" % (uri, type(uri)))
751 if not uri.startswith("kstat:/"):
752 uri = "kstat:/" + uri
757 kstat.Kstat(), rad.client.ADRGlobPattern({"uri": uri}))
761 "%s") % (uri, reaso
[all...]
/solaris-userland/components/openstack/ironic/files/
H A Dironic-manifest.ksh398 file=$(/usr/bin/aimanifest add -r $swpath/source/file@uri $ARCHIVE_URI)

Completed in 153 milliseconds