Lines Matching defs:config
1005 user = ui.config("ui", "username")
2261 config("paths", "default", "")
2572 # Config options.
2573 x = ui.config("codereview", "server")
2579 x = ui.config("codereview", "email")
2585 testing = ui.config("codereview", "testing")
3357 def config(self, *args, **opts):
3358 return global_ui.config(*args, **opts)