Lines Matching refs:controller
73 """Attempt to synthesize a controller base on existing controllers.
75 This is useful to create a controller when a user specifies a path to
77 controller to operate using a specific installation of the desired
80 If we can't create a controller in this way, or if there is no
93 controller = command[1]
94 if controller and name.lower() == controller.basename:
96 controller = copy.copy(controller)
97 controller.name = browser
98 controller.basename = os.path.basename(browser)
99 register(browser, None, controller, update_tryorder)
100 return [None, controller]
345 """Controller for the KDE File Manager (kfm, or Konqueror).