Lines Matching refs:set
29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not
125 value can be either True/False (set/unset config option), or a string,
135 log_command(['config.py', 'set', option])
136 conf.set(option)
138 log_command(['config.py', 'set', option, value])
139 conf.set(option, value)
317 """A domain consisting of a set of conceptually-equivalent settings.
319 with this symbol set and the others unset."""
322 The domain contains a set of jobs that enable one of the elements
343 """A domain consisting of a set of loosely-related settings.
371 self.base_symbols = set()
389 self.all_config_symbols = set(conf.settings.keys())