Searched defs:extend (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/jansson/doc/html/_static/
H A Dunderscore.js24 b.after=function(a,b){return a<=0?b():function(){if(--a<1)return b.apply(this,arguments)}};b.keys=J||function(a){if(a!==Object(a))throw new TypeError("Invalid object");var c=[],d;for(d in a)b.has(a,d)&&(c[c.length]=d);return c};b.values=function(a){return b.map(a,b.identity)};b.functions=b.methods=function(a){var c=[],d;for(d in a)b.isFunction(a[d])&&c.push(d);return c.sort()};b.extend=function(a){j(i.call(arguments,1),function(b){for(var d in b)a[d]=b[d]});return a};b.defaults=function(a){j(i.call(arguments,
25 1),function(b){for(var d in b)a[d]==null&&(a[d]=b[d])});return a};b.clone=function(a){return!b.isObject(a)?a:b.isArray(a)?a.slice():b.extend({},a)};b.tap=function(a,b){b(a);return a};b.isEqual=function(a,b){return q(a,b,[])};b.isEmpty=function(a){if(b.isArray(a)||b.isString(a))return a.length===0;for(var c in a)if(b.has(a,c))return false;return true};b.isElement=function(a){return!!(a&&a.nodeType==1)};b.isArray=o||function(a){return l.call(a)=="[object Array]"};b.isObject=function(a){return a===Object(a)};
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py326 def extend(self, context, volume, newsize): member in class:SolarisVolumeAPI
329 :param context: the context for the extend
330 :param volume: the volume object to extend
333 cinderclient(context).volumes.extend(volume, newsize)
1328 zonecfg_items.extend(
1331 zonecfg_items.extend(['cpu-arch'])
2067 options.extend(['-c', sc_dir])
3112 self._volume_api.extend(context, newvolume['id'], nrgb)
3114 LOG.exception(_("Failed to extend the new volume"))
3348 # Toggle the autoexpand to extend th
[all...]

Completed in 48 milliseconds