Lines Matching refs:get

240                 """get the (approx) number of bytes added"""
244 """get the (approx) number of bytes needed in download cache"""
249 """get the (approx) number of bytes space available"""
253 """get the (approx) number of download space available"""
322 # get the existing image facets.
333 # get the latest inherited facets and merge them into the user
457 'values' contains the fmris of the pkgs which should get
543 # will get installed when an update is specified.
600 # get ranking of publishers
919 # get publishers to dehydrate or rehydrate
1103 med_source = cfg_mediators[m].get("{0}-source".format(k))
1108 cfg_mediators[m].get(k)
1114 cfg_mediators[m].get("implementation-version")
1124 if self.pd._new_mediators[m].get(k) != \
1125 cfg_mediators[m].get(k):
1128 if (self.pd._new_mediators[m].get("version-source") != \
1129 cfg_mediators[m].get("version-source")) or \
1130 (self.pd._new_mediators[m].get("implementation-source") != \
1131 cfg_mediators[m].get("implementation-source")):
1282 # get ranking of publishers
1453 if act.attrs.get("overlay") == \
1619 not act.attrs.get("overlay") == "allow":
1958 # Need to get all variants otherwise evaluating the
1987 (olddict.get(k, None), newdict.get(k, None))
2264 any(a[0].attrs.get("overlay") == "true"
2277 if any(a[0].attrs.get("overlay") == "true"
2313 act.attrs.get("overlay") == "allow" and
2317 act.attrs.get("overlay") == "true"):
2379 (a1[0].attrs.get("mediator") == a2[0].attrs.get("mediator")) and
2380 (a1[0].attrs.get("mediator-version") != a2[0].attrs.get("mediator-version") or
2381 a1[0].attrs.get("mediator-implementation") != a2[0].attrs.get("mediator-implementation"))):
2428 pp, install, remove = self.__fixups.get(pfmri,
2486 if ap and ap.src.attrs.get(ap.src.key_attr,
2501 if attrs.get(ap.dst.key_attr) != key:
2515 if attrs.get("overlay") != "allow":
2536 if not attrs.get(ap.src.key_attr) == key:
2539 if attrs.get("overlay") != "allow":
2543 orig_name = attrs.get("original_name",
2674 offset = offset_dict.get((klass.name, key),
2734 oactions = old.get(key, [])
2767 aattrs.get(a) == oattrs.get(a)
2793 act.attrs.get(a) ==
2794 oact.attrs.get(a)
2826 oactions = old.get(key, [])
3147 reference = __match_intent.get(new_fmri, None)
3159 reference = __match_intent.get(old_fmri, None)
3246 if src.attrs.get("preserve") in ("abandon",
3252 save_file = src.attrs.get("save_file")
3265 dpres_type = dest.attrs.get("preserve")
3281 save_file = dest.attrs.get("save_file")
3376 if orig.attrs.get("preserve") == "legacy":
3604 if act.attrs.get("must-display",
3740 mediator = a.attrs.get("mediator")
3744 med_ver = a.attrs.get("mediator-version")
3747 med_impl = a.attrs.get("mediator-implementation")
3751 med_priority = a.attrs.get("mediator-priority")
3766 mediation = self.pd._new_mediators.get(mediator)
3767 cfg_mediation = cfg_mediators.get(mediator)
3769 med_ver = mediation.get("version")
3770 med_ver_source = mediation.get("version-source")
3771 med_impl = mediation.get("implementation")
3772 med_impl_source = mediation.get(
3778 med_ver = cfg_mediation.get("version")
3779 med_ver_source = cfg_mediation.get(
3781 med_impl = cfg_mediation.get("implementation")
3782 med_impl_source = cfg_mediation.get(
3829 (med_ver != cfg_mediation.get("version") or
3831 cfg_mediation.get("implementation"))):
3874 mediator = ap.dst.attrs.get("mediator")
3879 med_ver = ap.dst.attrs.get("mediator-version")
3882 med_impl = ap.dst.attrs.get(
3885 prop_med_ver = prop_mediators[mediator].get(
3887 prop_med_impl = prop_mediators[mediator].get(
3907 cfg_med_ver = cfg_mediators.get(mediator,
3908 misc.EmptyDict).get("version")
3909 cfg_med_impl = cfg_mediators.get(mediator,
3910 misc.EmptyDict).get("implementation")
3946 new_med_ver = prop_mediators[mediator].get("version")
3947 new_med_impl = prop_mediators[mediator].get(
3961 cfg_med_ver = cfg_mediators[mediator].get("version")
3962 cfg_med_impl = cfg_mediators[mediator].get(
4003 if mediation.get("version-source") != "local":
4006 if mediation.get("implementation-source") != "local":
4050 if prop_mediators[m].get(k) != mediation.get(k)):
4167 src_version = src.attrs.get(
4169 src_impl = src.attrs.get(
4172 mediation = cfg_mediators.get(mediator)
4178 cfg_version = mediation.get("version")
4184 cfg_impl = mediation.get("implementation")
4285 # sure it doesn't get removed if another instance
4307 mediator = ap.src.attrs.get("mediator")
4309 src_version = ap.src.attrs.get(
4311 src_impl = ap.src.attrs.get(
4314 self.pd._new_mediators[mediator].get(
4323 self.pd._new_mediators[mediator].get(
4357 fname = attrs.get("original_name",
4368 ap.src.attrs.get("path", "").startswith(
4452 keyval = hashify(ap.dst.attrs.get(ap.dst.key_attr, None))
4473 if ap.dst.attrs.get("path", "").startswith(
4581 if a[2].attrs.get("path", "").startswith(
4674 # get a json copy of the plan description so that
5147 # continue to get feedback to allow
5558 for astr in metadata.get("actions",
5741 inst_pub = installed_pubs.get(name)
5788 (pub_ranks.get(p, (1000, True))[0], p)
5803 inst_f = installed_pkgs.get(f.pkg_name, None)