Searched refs:version (Results 1 - 25 of 41) sorted by relevance

12

/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/pkg_mediator/
H A Dsolaris.rb34 name, ver_src, version, impl_src, impl, impl_ver = line.split("\t")
46 :version => version)
64 if @property_hash[:ensure] == :present and @resource[:version] != nil
66 @property_hash[:version] == @resource[:version])
71 def version method
72 @property_hash[:version]
81 if version = @resource[:version] an
[all...]
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/type/
H A Dpkg_mediator.rb36 newproperty(:version) do
37 desc "The version of the mediated interface to use"
/solaris-userland-s11u3/tools/
H A Duserland-incorporator46 version = '5.12'
49 def __init__(self, name, version):
51 self.version = version
54 def __package_to_str(self, name, version):
55 # strip the :timestamp from the version string
56 version = version.split(':', 1)[0]
57 # strip the ,{build-release} from the version string
58 version
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Dipfilters_manager.py61 def add_ipf_rules(self, rules, version=4):
63 ipf.add_rules(rules, version)
64 version_rules = (self.ipv4['filter'] if version == 4 else
69 def remove_ipf_rules(self, rules, version=4):
71 ipf.remove_rules(rules, version)
72 version_rules = (self.ipv4['filter'] if version == 4 else
H A Dnet_lib.py91 if netaddr.IPNetwork(ipaddr).version == 6:
149 isV6 = netaddr.IPNetwork(ipaddr).version == 6
293 def _split_rules(self, rules, version):
296 if version == 6:
309 def add_rules(self, rules, version=4):
310 rules = self._split_rules(rules, version)[1]
315 if version == 6:
319 def remove_rules(self, rules, version=4):
320 rules = self._split_rules(rules, version)[0]
325 if version
[all...]
H A Dra.py77 if netaddr.IPNetwork(prefix).version == 6:
104 if netaddr.IPNetwork(p['subnets'][0]['cidr']).version == 6:
H A Ddhcp.py40 def __init__(self, conf, network, process_monitor, version=None,
43 version, plugin)
/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dlibusb-config14 [--version]
48 --version)
/solaris-userland-s11u3/components/curl/Solaris/
H A Dcurl-config41 --checkfor [version] check for (lib)curl of the specified version
49 --version output version information
50 --vernum output the version information as a number (hexadecimal)
98 --version)
108 # dash as that's used for things like version 1.2.3-CVS
118 echo "requested version $checkfor is newer than existing 7.21.2"
H A Dcurl-config-6443 --checkfor [version] check for (lib)curl of the specified version
51 --version output version information
52 --vernum output the version information as a number (hexadecimal)
100 --version)
110 # dash as that's used for things like version 1.2.3-CVS
120 echo "requested version $checkfor is newer than existing 7.21.2"
/solaris-userland-s11u3/components/bind/
H A DMakefile64 CONFIGURE_OPTIONS += --disable-openssl-version-check
68 # To make it use version 2.9.x we need to skip this check by
157 .PHONY: test-version
158 test-version:
159 @echo;echo 32 bit version
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Dsysconfig.py37 physical = etree.SubElement(svcbundle, "service", version="1",
47 install = etree.SubElement(svcbundle, "service", version="1",
114 dns = etree.SubElement(svcbundle, "service", version="1",
143 physical = etree.SubElement(svcbundle, "service", version="1",
160 service = etree.SubElement(svcbundle, "service", version="1",
194 service = etree.SubElement(svcbundle, "service", version="1",
213 service = etree.SubElement(svcbundle, "service", version="1",
/solaris-userland-s11u3/make-rules/
H A Dips-buildinfo.mk25 # The package branch version scheme is:
55 # version string. Typically it should not be set unless all the packages
61 # Platform number. This is here to reserve space within the version
83 # Branch Identifier. Used in the version section of the package name to
90 # Build Version. Used in the version section of the package name to identify
91 # the operating system version and branch that the package was produced for.
H A Druby.mk24 # This is only useful for a single ruby version substtution NOT using
27 # Transform file paths for ruby version without creating version specific
H A Dips.mk142 # Look for manifests which need to be duplicated for each version of python.
152 # Look for manifests which need to be duplicated for each version of perl.
162 # Look for manifests which need to be duplicated for each version of ruby.
220 # presence of a particular version of a runtime, which will then draw in the
221 # runtime-version-specific version of the package we're operating on. $(1) is
222 # the name of the runtime package, and $(2) is the version suffix.
229 # python module specific to a particular version of the python runtime.
231 # the version number.
243 # runtime-version
[all...]
H A Dconfigure.mk28 # support and build multiple version (32/64 bit) from a shared source.
108 # configure the unpacked source for building 32 and 64 bit version
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dcinder.akwf21 version: '1.0.0',
41 return ('The REST API is not available on this version of \
/solaris-userland-s11u3/components/ruby/puppet/files/
H A Dupdate_smf.py29 version. This program will take a puppet configuration file that
36 properties that are allowed in the new version of puppet
208 def update_smf_file(smf_xml_file, output_file, version):
219 puppet_desc.text = "Puppet version %s" % version
280 opt_list.add_option("-v", "--version", dest="version", default="None",
294 if not options.output and options.version:
295 options.output = "puppet.%s.xml" % options.version
298 not options.output or not options.version
[all...]
/solaris-userland-s11u3/components/zlib/
H A Dllib-lz35 int deflateInit_(z_streamp strm, int level, const char *version,
38 int memLevel, int strategy, const char *version, int stream_size);
57 int inflateInit_(z_streamp strm, const char *version, int stream_size);
58 int inflateInit2_(z_streamp strm, int windowBits, const char *version,
61 const char *version, int stream_size);
/solaris-userland-s11u3/components/php/
H A Dphp-metadata.mk30 # Get version numbers. Change this include (and/or implement support for
31 # multiple versions) when adding a new minor/major version of PHP.
H A Dphp.mk39 # Put everything under /usr/php/{version} (like 5.2-5.3 did)
/solaris-userland-s11u3/components/openstack/neutron/files/
H A Dneutron-l3-agent110 def remove_ipfilter_rules(version):
113 if version == 6:
137 if version == 6:
/solaris-userland-s11u3/components/libneon/
H A DMakefile59 CONFIGURE_OPTIONS += --disable-ld-version-script
/solaris-userland-s11u3/components/openstack/neutron/files/agent/
H A Devs_l3_agent.py167 ipversion = netaddr.IPNetwork(port_subnet).version
198 ipversion = netaddr.IPNetwork(port['subnets'][0]['cidr']).version
443 netaddr.IPNetwork(port['subnets'][0]['cidr']).version
460 netaddr.IPNetwork(port['subnets'][0]['cidr']).version
517 if netaddr.IPNetwork(port['subnets'][0]['cidr']).version == 4:
541 if netaddr.IPAddress(ex_gw_ip).version == 4:
/solaris-userland-s11u3/components/nmap/
H A Dnmap.license17 * detection, version detection, and the Nmap Scripting Engine. *
52 * permission to link the code of this program with any version of the *
57 * this file, you may extend this exception to your version of the file, *
335 similar in spirit to the present version, but may differ in detail to
338 Each version is given a distinguishing version number. If the Program
339 specifies a version number of this License which applies to it and "any
340 later version", you have the option of following the terms and conditions
341 either of that version or of any later version publishe
[all...]

Completed in 94 milliseconds

12