Lines Matching refs:content
426 content = ''
447 content += ENUM_CPP_SWITCH_CASE_FORMATTER.format(
471 content += '\n'
473 content += (TAB + TAB + '{VehicleProperty::' + config.name + ', ' +
476 content += (TAB + TAB + 'Map.entry(VehicleProperty.' + config.name + ', ' +
482 content = content[:-1]
485 content = LICENSE + formatter.format(content)
495 content = LICENSE + formatter.format(content, content2)
499 f.write(content)
502 content = 'name,description,change mode,access mode,enum type,unit type,comment\n'
516 content += '"{}","{}","{}","{}","{}","{}", "{}"\n'.format(
527 f.write(content)