Searched refs:lines (Results 1 – 5 of 5) sorted by relevance
54 lines = [] variable57 lines += [line.strip() for line in f if is_valid_line(line)]58 lines = [line.replace("CEED_EXTERN", "extern") for line in lines] variable61 for line in lines:63 insert_index = lines.index(line) + 168 insert_index = lines.index(line) + 172 lines[insert_index: insert_index] = extra_lines75 lines = [line for line in lines if not line.startswith("#include")] variable78 header = '\n'.join(lines)
80 // Radial lines
143 **MESH DATA** 6 lines are X,Y,Z;X,Y,Z. Columns corners 1-4;5-8
217 …sted on the same line if possible; otherwise, they should be listed on adjacent lines. For example,239 …All parameter lines in the Doxygen block should be formatted such that parameter names and descrip…
745 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the747 # documentation. If the initializer consists of more lines than specified here1082 # Note that the filter must not add or remove lines; it is applied before the1083 # code is scanned, but not when the output code is generated. If lines are added1134 # extension is to allow longer lines before the automatic comment starts. The1135 # setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can2515 # significantly it will wrapped across multiple lines. Some heuristics are apply