Searched refs:indent (Results 1 – 7 of 7) sorted by relevance
/curl/docs/examples/ |
H A D | htmltidy.c | 47 void dumpNode(TidyDoc doc, TidyNode tnod, int indent) in dumpNode() argument 55 printf("%*.*s%s ", indent, indent, "<", name); in dumpNode() 69 printf("%*.*s\n", indent, indent, buf.bp ? (char *)buf.bp : ""); in dumpNode() 72 dumpNode(doc, child, indent + 4); /* recursive */ in dumpNode()
|
/curl/scripts/ |
H A D | cmakelint.sh | 50 --filter=-whitespace/indent,-convention/filename,-package/stdargs
|
H A D | checksrc.pl | 30 my $indent = 2; 241 $indent = $1 + 0; 885 my $expect = $first+$indent; 889 "not indented $indent steps (uses $diff)"); 911 my $expect = $first+$indent; 915 "not indented $indent steps (uses $diff)");
|
H A D | managen | 62 my $indent = 4; 102 my $width = $colwidth - ($lvl * $indent); 114 prefixline($lvl * $indent); 131 prefixline($lvl * $indent + length($1)); 146 my $width = $colwidth - ($lvl * $indent); 197 my $w = ($baselvl + $lvl + 1) * $indent + length($l);
|
/curl/ |
H A D | .gitattributes | 11 *.[ch] whitespace=tab-in-indent
|
/curl/tests/http/ |
H A D | scorecard.py | 839 print(json.JSONEncoder(indent=2).encode(score))
|
/curl/tests/http/testenv/ |
H A D | curl.py | 433 json.JSONEncoder(indent=2).encode(x),
|
Completed in 25 milliseconds