Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 7 of 7) 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 Dcmakelint.sh50 --filter=-whitespace/indent,-convention/filename,-package/stdargs
H A Dchecksrc.pl30 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 Dmanagen62 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.gitattributes11 *.[ch] whitespace=tab-in-indent
/curl/tests/http/
H A Dscorecard.py839 print(json.JSONEncoder(indent=2).encode(score))
/curl/tests/http/testenv/
H A Dcurl.py433 json.JSONEncoder(indent=2).encode(x),

Completed in 25 milliseconds