Searched refs:PREF_PUB_PFX (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dfmri.py37 # the FMRI. PREF_PUB_PFX => preferred publisher prefix.
38 PREF_PUB_PFX = "_PRE" variable
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) \
[all...]

Completed in 1213 milliseconds