Lines Matching defs:write
9 from generator import GeneratorOptions, OutputGenerator, noneStr, write
244 write(self.genOpts.conventions.warning_comment, file=fp)
245 write('[[{0}]]'.format(basename), file=fp)
256 write('indexterm:[{}]'.format(index_term), file=fp)
258 write(f'[source,{self.conventions.docgen_language}]', file=fp)
259 write('----', file=fp)
260 write(contents, file=fp)
261 write('----', file=fp)
271 write(self.genOpts.conventions.warning_comment, file=fp)
272 write('// Include this no-xref version without cross reference id for multiple includes of same file', file=fp)
273 write(f'[source,{self.conventions.docgen_language}]', file=fp)
274 write('----', file=fp)
275 write(contents, file=fp)
276 write('----', file=fp)
288 write(self.conventions.warning_comment, file=fp)
289 write(_ENUM_TABLE_PREFIX, file=fp)
292 write("|ename:{}".format(data['name']), file=fp)
293 write("|{}".format(data['comment']), file=fp)
295 write(_TABLE_SUFFIX, file=fp)
302 write(self.conventions.warning_comment, file=fp)
303 write(prefix, file=fp)
306 write("* {}".format(item), file=fp)
308 write(_BLOCK_SUFFIX, file=fp)
343 # If there is no path, do not write output