Lines Matching refs:publisher
420 for each package on a per-publisher basis should be returned.
426 results should sorted by stem and then by publisher and
428 in a ascending version order on a per-publisher, per-stem
431 'pubs' is an optional list of publisher prefixes to restrict
474 if pfmri and not pfmri.publisher:
533 for each package on a per-publisher basis should be returned.
539 results should sorted by stem and then by publisher and
541 in a ascending version order on a per-publisher, per-stem
544 'pubs' is an optional list of publisher prefixes to restrict
548 publisher, per-stem basis.
553 f = fmri.PkgFmri(name=stem, publisher=pub,
564 'pubs' is an optional list of publisher prefixes to restrict
575 pfmri = fmri.PkgFmri(name=name, publisher=pub,
590 for each package on a per-publisher basis should be returned.
599 results should sorted by stem and then by publisher and
601 in a ascending version order on a per-publisher, per-stem
604 'pubs' is an optional list of publisher prefixes to restrict
608 publisher, per-stem basis."""
613 yield fmri.PkgFmri(name=stem, publisher=pub,
628 'pubs' is an optional list of publisher prefixes to restrict
642 pfmri = fmri.PkgFmri(name=name, publisher=pub,
657 if pfmri and not pfmri.publisher:
681 unique packages (per-publisher), and the second is the
682 number of unique package versions (per-publisher and
697 package_count, package_version_count). 'pub' is the publisher
699 publisher, and 'package_version_count' is the number of unique
700 package versions for the publisher.
726 'pubs' is an optional list of publisher prefixes to restrict
740 'pubs' is an optional list of publisher prefixes to restrict
745 publisher."""
750 # publisher prefix second.
770 """A generator function that returns publisher prefixes as it
786 if not pfmri.publisher:
790 pkg_list = self.__data.get(pfmri.publisher, None)
808 # publisher have been removed,
810 del self.__data[pfmri.publisher]
847 'pubs' is an optional set of publisher prefixes to restrict
849 entries for the corresponding publisher stem(s) need to be
871 pkg_list = self.__data.get(f.publisher, None)
888 tuple for each package on a per-publisher basis should be
894 results should sorted by stem and then by publisher and
896 in a ascending version order on a per-publisher, per-stem
899 'pubs' is an optional list of publisher prefixes to restrict
922 for each package on a per-publisher basis should be returned.
928 results should sorted by stem and then by publisher and
930 in a ascending version order on a per-publisher, per-stem
933 'pubs' is an optional list of publisher prefixes to restrict
936 Results are always in catalog version order on a per-publisher,
1005 if not pfmri.publisher:
1012 self.__data.setdefault(pfmri.publisher, {})
1013 pkg_list = self.__data[pfmri.publisher]
1043 """A generator function that returns publisher prefixes as it
1082 per-publisher, per-stem basis.
1093 pfmri = fmri.PkgFmri(name=stem, publisher=pub,
1490 if pubs and f.publisher not in pubs:
1497 pub = d.setdefault(f.publisher, {})
1538 if pubs and f.publisher not in pubs:
1540 if f.publisher in d and \
1541 f.pkg_name in d[f.publisher] and \
1542 f.version in d[f.publisher][f.pkg_name]:
1660 pub = pfmri.publisher
1674 publisher=pub, version=ver)
1686 publisher=pub):
1696 pub = m.publisher
1700 publisher=pub):
2057 for each package on a per-publisher basis should be returned.
2066 results should sorted by stem and then by publisher and
2068 in a ascending version order on a per-publisher, per-stem
2073 'pubs' is an optional list of publisher prefixes to restrict
2210 'pubs' is an optional list of publisher prefixes to restrict
2211 the append operation to. FRMIs that have a publisher not in
2213 any provided callback. If not provided, no publisher
2334 publisher basis.
2339 'pubs' is an optional list of publisher prefixes to restrict
2434 for each package on a per-publisher basis should be returned.
2443 results should sorted by stem and then by publisher and
2445 in a ascending version order on a per-publisher, per-stem
2448 'pubs' is an optional list of publisher prefixes to restrict
2490 'pubs' is an optional list of publisher prefixes to restrict
2580 for each package on a per-publisher basis should be returned.
2589 results should sorted by stem and then by publisher and
2591 in a ascending version order on a per-publisher, per-stem
2596 'pubs' is an optional list of publisher prefixes to restrict
2628 'pubs' is an optional set of publisher prefixes that indicate
2629 what publisher has had package entries changed. It is used
2640 for each package on a per-publisher basis should be returned.
2649 results should sorted by stem and then by publisher and
2651 in a ascending version order on a per-publisher, per-stem
2654 'pubs' is an optional list of publisher prefixes to restrict
2673 'pubs' is an optional list of publisher prefixes to restrict
2877 pub, - (string) the publisher of the package
2885 Results are always sorted by stem, publisher, and then in
2898 'pubs' is an optional list of publisher prefixes to restrict
2945 # per-publisher basis.
3146 pfmri = fmri.PkgFmri(name=stem, publisher=pub,
3249 pub = pfmri.publisher
3260 fpub = f.publisher
3344 package_count, package_version_count). 'pub' is the publisher
3346 publisher, and 'package_version_count' is the number of unique
3347 package versions for the publisher.
3552 'pubs' is an optional list of publisher prefixes to restrict
3682 tuple for each package on a per-publisher basis should be
3688 results should sorted by stem and then by publisher and
3690 in a ascending version order on a per-publisher, per-stem
3693 'pubs' is an optional list of publisher prefixes to restrict
3738 for each package on a per-publisher basis should be returned.
3747 results should sorted by stem and then by publisher and
3749 in a ascending version order on a per-publisher, per-stem
3752 'pubs' is an optional list of publisher prefixes to restrict
3778 'pub' is the publisher of the package.
3793 pfmri = fmri.PkgFmri(name=stem, publisher=pub,
3802 pfmri = fmri.PkgFmri(name=stem, publisher=pub,