Lines Matching refs:PREF_PUB_PFX
37 # the FMRI. PREF_PUB_PFX => preferred publisher prefix.
38 PREF_PUB_PFX = "_PRE"
44 PREF_PUB_PFX_ = PREF_PUB_PFX + "_"
231 if self.publisher and self.publisher.startswith(PREF_PUB_PFX):
243 if preferred and not publisher.startswith(PREF_PUB_PFX):
244 self.publisher = "{0}_{1}".format(PREF_PUB_PFX,
272 self.publisher.startswith(PREF_PUB_PFX):
307 self.publisher.startswith(PREF_PUB_PFX) or anarchy:
330 if (not publisher or publisher.startswith(PREF_PUB_PFX) or
351 if not publisher or publisher.startswith(PREF_PUB_PFX) \
601 """Strip the PREF_PUB_PFX off of a publisher."""