Searched refs:pname (Results 1 - 15 of 15) sorted by relevance
| /pkg/src/modules/client/linkedimage/ |
| H A D | system.py | 52 def __init__(self, pname, linked): 54 li.LinkedImagePlugin.__init__(self, pname, linked) 58 self.__pname = pname
|
| H A D | zone.py | 131 def __init__(self, pname, linked): 133 li.LinkedImagePlugin.__init__(self, pname, linked) 136 self.__pname = pname
|
| H A D | common.py | 223 def __init__(self, pname, linked): 226 'pname' is the name of the plugin class derived from this 702 for pname, p_transform in p_transforms
|
| /pkg/src/ |
| H A D | pkgrepo.py | 574 for pname in cfg_idx[sname]: 575 max_pname_len = max(max_pname_len, len(pname)) 576 props.add("/".join((sname, pname))) 589 sname, pname = prop.rsplit("/", 1) 590 sval = cfg_idx[sname][pname] 593 "property": pname, 722 for pname in pub_idx[pub][sname]: 723 max_pname_len = max(max_pname_len, len(pname)) 724 props.add("/".join((sname, pname))) 739 sname, pname [all...] |
| H A D | client.py | 796 pname = dest.pkg_stem 822 pname = dest.pkg_stem 827 pname = src.pkg_stem 831 changed[pparent].append((pname, pver)) 840 for pparent, pname, pver in ( 841 (pparent, pname, pver) 843 for pname, pver in changed[pparent] 848 logger.info(" {0}".format(pname))
|
| /pkg/src/modules/client/ |
| H A D | imageconfig.py | 602 pname = mname + "." + mtype 603 self.set_property("mediators", pname, mvalue) 735 for pname in secobj.get_index(): 736 if pname.startswith("property.") and \ 737 pname[len("property."):] not in pub.properties: 741 secobj.remove_property(pname) 912 pname = key[len("repo."):] 913 repo_data[pname] = val
|
| H A D | imageplan.py | 5834 for pname, flist in six.iteritems(proposed_dict): 5848 proposed_dict[pname] = [
|
| /pkg/src/tests/api/ |
| H A D | t_config.py | 1156 for spath, stype, pname, ptype in iter_section( 1162 tmap[spath]["props"][pname] = ptype 1281 for pname, value in six.iteritems(props): 1282 exp_state[sname][pname] = value 2088 for pname in invalid_names: 2090 conf.set_property, "section", pname, "value")
|
| H A D | t_p5p.py | 698 for pname in ("catalog.attrs", "catalog.base.C", 700 expected = os.path.join(ext_tmp_dir, pname) 702 arc.extract_catalog1(pname, ext_tmp_dir, 705 if pname == "catalog.dependency.C":
|
| H A D | t_catalog.py | 1087 pname = os.path.join(nc.meta_root, fname) 1088 portable.remove(pname)
|
| /pkg/src/tests/cli/ |
| H A D | t_pkg_publisher.py | 864 for pname, pval in six.iteritems(pubcfg[sname]): 865 if sname == "publisher" and pname == "prefix": 867 pname = pname.replace("_", "-") 870 sname, pname, " ".join(pval)) 873 sname, pname, pval)
|
| H A D | t_pkg_install.py | 6303 pname = name_mat.group(1) 6304 __manually_check_deps(pname, exit=[0, 4]) 6305 self.pkg(["install", "--no-refresh", pname], 6307 self.pkg(["install", pname], su_wrap=True, 6309 self.pkg(["install", "--no-refresh", pname]) 6310 self.pkg(["uninstall", pname], su_wrap=True, 6312 self.pkg(["uninstall", pname]) 6313 __manually_check_deps(pname, install=False) 6317 pname = name_mat.group(1) 6318 __manually_check_deps(pname, exi [all...] |
| /pkg/src/modules/ |
| H A D | config.py | 946 (pname, p.value) 947 for pname, p in six.iteritems(self.__properties) 1203 for pname, val in six.iteritems(props): 1204 self.set_property(sname, pname, val) 1417 for pname, pval in six.iteritems(props): 1418 self.set_property(section, pname, pval)
|
| H A D | catalog.py | 1775 for pname in entries: 1778 locale = pname.split(".", 2)[2] 1781 parts[pname] = entries[pname] 2251 for pname, pdata in six.iteritems(metadata): 2252 part = self.get_part(pname, 2258 lm = old_parts[pname]["last-modified"] 2387 pname = os.path.join(self.meta_root, fname) 2388 if not os.path.isfile(pname): 2392 portable.remove(pname) [all...] |
| /pkg/src/modules/server/ |
| H A D | repository.py | 1595 pname = unquote(name) 1618 "@".join((pname, 2220 pname = unquote(name) 2238 pfmri = fmri.PkgFmri("@".join((pname,
|
Completed in 104 milliseconds