Searched refs:newline (Results 1 – 9 of 9) sorted by relevance
38 prefixing each frame with two byte marker and terminating it with newline.41 The limit includes the prefix and the newline character, so the allowed payload52 frame consists of two byte start marker, body and terminating newline
153 with open(fname, newline='') as jsonfile:515 with open(args.output_file, 'w', newline='') as json_file:
77 missing-final-newline,
27 a newline. The basic ``VERSION`` file has the following structure:
5088 my $newline = "${space}if (";5089 $newline .= '!' if defined($not);5090 $newline .= '(' if (defined $not && defined($test) && defined($against));5091 $newline .= "$assigned";5092 $newline .= " $test $against" if (defined($test) && defined($against));5093 $newline .= ')' if (defined $not && defined($test) && defined($against));5094 $newline .= ')';5095 $newline .= " {" if (defined($brace));5096 fix_insert_line($fixlinenr + 1, $newline);
155 newline.
276 # of an alias to insert a newline as if a physical newline was in the original
1410 string(REPLACE ";" "\n;" lines "${lines}") # Add newline to each line.1419 string(REPLACE ";" "\n;" lines "${lines}") # Add newline to each line.
1259 * :github:`27003` - CMakeLists.txt newline check is too strict