Searched defs:refresh (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/ |
H A D | smf.py | 226 def refresh(fmris, sync_timeout=0, zone=None): function 231 args = [svcadm_path, "refresh"]
|
H A D | depotcontroller.py | 358 args.append("--refresh-index") 501 def refresh(self): member in class:DepotController
|
/pkg/src/modules/server/ |
H A D | depot.py | 264 cherrypy.engine.subscribe("graceful", self.refresh) 376 def refresh(self): member in class:DepotHTTP 916 <repo_uri>[/<publisher>]/admin/0?cmd=refresh-index 926 refresh 928 refresh-indexes 931 refresh-packages 960 elif cmd == "refresh": 964 elif cmd == "refresh-indexes": 968 elif cmd == "refresh-packages": 1181 if cmd == "refresh" [all...] |
/pkg/src/modules/client/ |
H A D | publisher.py | 1921 """The method to refresh the publisher's metadata against a 1984 # This is a full refresh. Destroy 1994 # If refresh didn't call apply_updates, arrange to 2016 """Private helper method used to refresh catalog data for each 2065 """The method to handle the overall refresh process. It 2066 determines if a refresh is actually needed, and then calls 2067 the first version-specific refresh method in the chain.""" 2080 # any of the origins, then a refresh is 2090 # If catalog is on disk, check if refresh is necessary. 2092 # No refresh neede 2130 def refresh(self, full_refresh=False, immediate=False, progtrack=None, function [all...] |
H A D | api.py | 613 functions in this module for implicit refresh cases.""" 624 # If image format update is needed to perform refresh, 626 # an implicit refresh failing for this reason isn't 629 # means that if the refresh was needed to do that, then 631 logger.warning(_("Skipping publisher metadata refresh;" 633 "before a refresh can occur.").format(self._img.root)) 1416 # refresh linked image data from parent image. 2461 # refresh linked image data from parent image. 2990 def refresh(self, full_refresh=False, pubs=None, immediate=False, member in class:ImageInterface 3001 to refresh [all...] |
Completed in 242 milliseconds