Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 5 of 5) sorted by relevance

/curl/docs/examples/
H A Dhtmltidy.c47 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 Dchecksrc.pl30 my $indent = 2;
225 $indent = $1 + 0;
787 my $expect = $first+$indent;
791 "not indented $indent steps (uses $diff)");
813 my $expect = $first+$indent;
817 "not indented $indent steps (uses $diff)");
/curl/
H A D.gitattributes12 *.[ch] whitespace=tab-in-indent
/curl/tests/http/
H A Dscorecard.py627 print(json.JSONEncoder(indent=2).encode(score))
/curl/tests/http/testenv/
H A Dcurl.py334 json.JSONEncoder(indent=2).encode(x),

Completed in 16 milliseconds