Searched refs:add_publisher (Results 1 - 14 of 14) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_publish_api.py | 60 xport_cfg.add_publisher(pub) 86 xport_cfg.add_publisher(pub)
|
H A D | t_pkg_depotd.py | 1002 repo.add_publisher(pub)
|
/pkg/src/tests/api/ |
H A D | t_api_refresh.py | 195 api_obj.add_publisher(pub)
|
H A D | t_api.py | 499 api_obj.add_publisher(pub, refresh_allowed=False) 516 api_obj.add_publisher, dpub, refresh_allowed=False) 525 api_obj.add_publisher, dpub, refresh_allowed=False) 535 api_obj.add_publisher, dpub, refresh_allowed=False) 545 api_obj.add_publisher, dpub, refresh_allowed=False)
|
H A D | t_linked_image.py | 781 self.api_objs[0].add_publisher(self.po2) 784 self.api_objs[1].add_publisher(self.po2) 785 self.api_objs[1].add_publisher(self.po3) 790 self.api_objs[3].add_publisher(self.po2, 794 self.api_objs[4].add_publisher(self.po4)
|
H A D | t_pkg_api_install.py | 727 api_obj.add_publisher(npub, search_first=True)
|
/pkg/src/modules/lint/ |
H A D | engine.py | 956 api_inst.add_publisher(pub,
|
/pkg/src/modules/client/transport/ |
H A D | transport.py | 465 def add_publisher(self, pub): member in class:GenericTransportCfg 3686 xport_cfg.add_publisher(pub) 3695 xport_cfg.add_publisher(pub) 3720 xport_cfg.add_publisher(p)
|
/pkg/src/ |
H A D | pull.py | 1054 # add_publisher() will create a p5i file in the repo 1058 repo.add_publisher(p, skip_config=True)
|
H A D | pkgrepo.py | 1493 repo.add_publisher(pub)
|
/pkg/src/modules/client/ |
H A D | image.py | 1082 self.add_publisher(p, refresh_allowed=False, 1622 def add_publisher(self, pub, refresh_allowed=True, progtrack=None, member in class:Image 1676 """Private version of add_publisher(); caller is responsible
|
H A D | api.py | 5017 def add_publisher(self, pub, refresh_allowed=True, member in class:ImageInterface 5024 self._img.add_publisher(pub,
|
H A D | client_api.py | 2762 api_inst.add_publisher(pub,
|
/pkg/src/modules/server/ |
H A D | repository.py | 2952 def add_publisher(self, pub, skip_config=False): member in class:Repository
|
Completed in 83 milliseconds