Searched refs:uri (Results 1 - 6 of 6) sorted by relevance
/solaris-userland/components/desktop/os-welcome/files/html/C/js/ |
H A D | 1p.js | 3 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 D | os-next-steps.py | 153 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 D | llib-lxml2 | 63 #include <libxml/uri.h>
|
/solaris-userland/components/openstack/ironic/files/drivers/modules/ |
H A D | solaris_ipmitool.py | 725 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 D | driver.py | 745 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 D | ironic-manifest.ksh | 398 file=$(/usr/bin/aimanifest add -r $swpath/source/file@uri $ARCHIVE_URI)
|
Completed in 1755 milliseconds