Home | History | Annotate | Download | only in installer

Lines Matching full:definitions

41 def buildDefDictionary(definitions):
45 defs: Array of variable definitions: 'VARIABLE=value'.
48 Dictionary with the definitions.
51 for d in definitions:
132 defs: Dictionary of variable definitions.
185 defs: Dictionary of variable definitions.
225 ' --defs <list of VARIABLE=value definitions...>'
242 definitions = []
264 definitions.append(arg)
282 defs = buildDefDictionary(definitions)