Searched refs:images (Results 1 - 10 of 10) sorted by relevance
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
H A D | IconUtil.java | 151 List<Image> images = null; 153 images = new ArrayList<Image>(icons.size()); 157 images.add(image); 161 return images;
|
/solaris-userland-s11u3/components/openstack/glance/files/ |
H A D | glance-api.conf | 204 # beyond which pruner, if running, starts cleaning the images cache. 633 # RADOS images will be chunked into objects of this size (in 638 # RADOS pool in which images are stored. (string value) 639 #rbd_store_pool = images 720 # Directory to which the Filesystem backend store writes images. 722 filesystem_store_datadir = /var/lib/glance/images/ 725 # backend store writes images. (multi valued) 776 # images in Swift when using single container mode. In multiple 794 # Glance images to be stored in tenant specific Swift accounts. 799 # store all images [all...] |
H A D | glance-registry.conf | 471 # RADOS images will be chunked into objects of this size (in 476 # RADOS pool in which images are stored. (string value) 477 #rbd_store_pool = images 558 # Directory to which the Filesystem backend store writes images. 560 filesystem_store_datadir = /var/lib/glance/images/ 563 # backend store writes images. (multi valued) 614 # images in Swift when using single container mode. In multiple 632 # Glance images to be stored in tenant specific Swift accounts. 637 # store all images. When set to an integer value between 1 and 32, a 638 # single-tenant store will use multiple containers to store images, [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/ |
H A D | GraphicsUtil.java | 82 public static BufferedImage combineBufferedImages(BufferedImage... images) { argument 85 for (BufferedImage image : images) { 96 for (BufferedImage image : images) { 146 // For unknown reasons, painting to images occasionally requires
|
/solaris-userland-s11u3/components/tidy/files/ |
H A D | treeview.js | 216 this.iconImg = this.navObj.document.images["folderIcon"+this.id] 217 this.nodeImg = this.navObj.document.images["nodeIcon"+this.id] 221 this.iconImg = doc.images.namedItem("folderIcon"+this.id) 222 this.nodeImg = doc.images.namedItem("nodeIcon"+this.id) 364 this.iconImg = this.navObj.document.images["itemIcon"+this.id] 368 this.iconImg = doc.images.namedItem("itemIcon"+this.id)
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/control/ |
H A D | WindowControl.java | 381 List<? extends Image> images = window.getIconImages(); 382 if (images == null || images.isEmpty()) {
|
/solaris-userland-s11u3/components/openstack/horizon/files/ |
H A D | overrides.py | 42 from openstack_dashboard.dashboards.project.images.images.tables import \
|
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/ |
H A D | solaris_ipmitool.py | 45 from ironic.common import boot_devices, exception, images, keystone, states, \ 101 default='/var/lib/ironic/images', 720 images.fetch(task.context, url.netloc, temp_uri) 975 size = images.download_size(task.context, url.netloc) 1019 new_uri = "http://%s:%s/v2/images/%s/file" % \ 1123 size = images.download_size(task.context, url.netloc) 46 utils namespace
|
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 73 from nova.virt import images namespace 88 default='/var/share/nova/images', 101 help='Default path for suspend images for Solaris Zones.'), 1005 images.fetch(context, instance['image_ref'], image, 1055 # this could happen is because the images architecture type is 3825 Some drivers chose to cache images for instances on disk. This method 3828 the cache and remove images which are no longer of interest.
|
/solaris-userland-s11u3/components/openstack/horizon/files/branding/css/ |
H A D | solaris1.css | 5433 #images #actions {
|
Completed in 1020 milliseconds