Lines Matching defs:system

77 # system repositories.
136 # A special token used in place of the system repository URL which is
138 # system-repository.
162 trailing_slash=True, proxy=None, system=False, proxies=None,
193 self.system = system
199 proxies=self.__proxies, system=self.system,
241 if self.system:
243 "enable or disable origin(s) for a system "
253 def __set_system(self, system):
254 if not isinstance(system, bool):
256 "system", value=system)
257 if not system:
463 system = property(lambda self: self.__system, __set_system, None,
465 "a system repository.")
483 'None' if 'system' is set to True."""
485 def __init__(self, uri, system=False):
487 self.system = system
488 if not system:
492 """A property to specify whether we should use the system
497 "system", value=value)
518 system = property(lambda self: self.__system, __set_system, None,
519 "True, if we should use the system publisher as a proxy.")
548 trailing_slash=True, proxy=None, system=False):
556 trailing_slash=trailing_slash, system=system)
610 uniquely for the transport system. Normally, this would be done
616 system, we may choose to override the proxy value here.
650 # we don't permit the proxy used by system publishers to be
652 if self.system:
683 system=repouri.system,
692 system=repouri.system,
915 if o.system:
935 if o.system:
1023 if m.system:
1041 if o.system:
1121 repository. It is primarily used for operating system
1375 "Cannot set the alias of a system publisher")
1387 "enable or disable a system publisher"))
1495 "change the stickiness of a system publisher"))
2998 "set a property for a system publisher. The "
3045 "unset a property for a system publisher. The "
3094 "unset a property for a system publisher."))