Searched defs:publishers (Results 1 - 3 of 3) sorted by relevance
/pkg/src/modules/client/ |
H A D | imageconfig.py | 106 URLs, publishers, properties, etc. that allow an Image to operate.""" 302 del self.publishers[prefix] 324 """Accessor method for publishers dictionary""" 336 """Accessor method for publishers""" 351 """Support iteritems on publishers""" 355 """Support keys() on publishers""" 359 """Support values() on publishers""" 423 # variant can impact the processing of publishers. (Notably, 477 self.publishers[k] = a 491 # Ensure that all configured publishers ar 1003 publishers = DictProperty(__get_publisher, __set_publisher, variable in class:ImageConfig 1608 publishers = DictProperty(__get_publisher, __set_publisher, variable in class:BlendedConfig [all...] |
/pkg/src/modules/ |
H A D | catalog.py | 440 for pub in self.publishers(pubs=pubs) 571 for pub in self.publishers(pubs=pubs): 635 for pub in self.publishers(pubs=pubs): 688 for pub in self.publishers(): 704 for pub in self.publishers(pubs=pubs): 732 for pub in self.publishers(pubs=pubs) 741 the results to. If specified, publishers will be sorted in 753 for pub in self.publishers(pubs=pubs) 769 def publishers(self, pubs=EmptyI): member in class:CatalogPart 774 publishers t 1042 def publishers(self): member in class:CatalogUpdate 3595 def publishers(self): member in class:Catalog [all...] |
/pkg/src/modules/server/ |
H A D | repository.py | 960 pubs = list(p for p in self.catalog.publishers()) 3209 """Return publisher objects for all publishers known by the 3214 for pub in self.publishers 3246 "publishers": {}, 3261 pubdata = rdata["repository"]["publishers"] 3329 # here. It's assumed that it's unlikely that two publishers 3445 # No packages or no publishers matching 'pubs'. 3451 def publishers(self): member in class:Repository 3452 """A set containing the list of publishers known to the 3504 # publishers a [all...] |
Completed in 54 milliseconds