/third_party/typescript/src/harness/ |
D | util.ts | 52 const indentation = guessIndentation(lines); constant
|
/third_party/python/Doc/library/ |
D | idle.rst | 472 .. _completions:
|
/third_party/python/Doc/reference/ |
D | lexical_analysis.rst | 171 .. _indentation: target
|
/third_party/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 644 StyledStreamWriter::StyledStreamWriter(String indentation) in StyledStreamWriter() 913 String indentation, CommentStyle::Enum cs, String colonSymbol, in BuiltStyledStreamWriter() 1160 const String indentation = settings_["indentation"].asString(); in newStreamWriter() local
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 114 indentation?: number; property 539 …const indentation = this.guessIndentationFromExistingMembers(sourceFile, cls) ?? this.computeInden… constant 799 …const indentation = formatting.SmartIndenter.findFirstNonWhitespaceColumn(afterStartLinePosition, … constant
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | buffer_polygon.cpp | 39 static std::string const indentation variable
|
/third_party/typescript/src/services/formatting/ |
D | formatting.ts | 429 …const indentation = SmartIndenter.nodeWillIndentChild(options, enclosingNode, /*child*/ undefined,… constant
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/indent-new-do-not-use/ |
D | index.ts | 509 const indentation = tokenInfo.getTokenIndent(token); constant
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 4574 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter() 4839 std::string const& indentation, in BuiltStyledStreamWriter() 5095 std::string indentation = settings_["indentation"].asString(); in newStreamWriter() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4519 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter() 4781 std::string const& indentation, in BuiltStyledStreamWriter() 5034 std::string indentation = settings_["indentation"].asString(); in newStreamWriter() local
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4519 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter() 4781 std::string const& indentation, in BuiltStyledStreamWriter() 5034 std::string indentation = settings_["indentation"].asString(); in newStreamWriter() local
|
/third_party/typescript/src/compiler/ |
D | emitter.ts | 4398 const indentation = guessIndentation(lines); constant
|
/third_party/typescript/src/server/ |
D | session.ts | 1658 const indentation = languageService.getIndentationAtPosition(file, position, options); constant
|
D | protocol.ts | 436 indentation: number; property
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 6560 const auto indentation = pretty_print ? o.width() : 0; in operator <<() local
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 294 indentation: number; property
|
D | typescriptServices.js | 133871 function getDynamicIndentation(node, nodeStartLine, indentation, delta) { argument 133945 …ction processNode(node, contextNode, nodeStartLine, undecoratedNodeStartLine, indentation, delta) { argument 134269 function insertIndentation(pos, indentation, lineAdded) { argument 134299 …function indentMultilineCommentOrJsxText(commentRange, indentation, firstLineIsIndented, indentFin… argument 134544 function getIndentationString(indentation, options) { argument 135649 …angeTracker.prototype.getInsertNodeAtStartInsertOptions = function (sourceFile, cls, indentation) { argument 135857 …this.replaceRange(sourceFile, ts.createRange(insertPos), newNode, { indentation: indentation, pref… property 148065 indentation: 0, property
|
D | typescript.js | 133871 function getDynamicIndentation(node, nodeStartLine, indentation, delta) { argument 133945 …ction processNode(node, contextNode, nodeStartLine, undecoratedNodeStartLine, indentation, delta) { argument 134269 function insertIndentation(pos, indentation, lineAdded) { argument 134299 …function indentMultilineCommentOrJsxText(commentRange, indentation, firstLineIsIndented, indentFin… argument 134544 function getIndentationString(indentation, options) { argument 135649 …angeTracker.prototype.getInsertNodeAtStartInsertOptions = function (sourceFile, cls, indentation) { argument 135857 …this.replaceRange(sourceFile, ts.createRange(insertPos), newNode, { indentation: indentation, pref… property 148065 indentation: 0, property
|
D | tsserverlibrary.js | 133871 function getDynamicIndentation(node, nodeStartLine, indentation, delta) { argument 133945 …ction processNode(node, contextNode, nodeStartLine, undecoratedNodeStartLine, indentation, delta) { argument 134269 function insertIndentation(pos, indentation, lineAdded) { argument 134299 …function indentMultilineCommentOrJsxText(commentRange, indentation, firstLineIsIndented, indentFin… argument 134544 function getIndentationString(indentation, options) { argument 135649 …angeTracker.prototype.getInsertNodeAtStartInsertOptions = function (sourceFile, cls, indentation) { argument 135857 …this.replaceRange(sourceFile, ts.createRange(insertPos), newNode, { indentation: indentation, pref… property 148065 indentation: 0, property
|
D | tsserver.js | 133302 function getDynamicIndentation(node, nodeStartLine, indentation, delta) { argument 133376 …ction processNode(node, contextNode, nodeStartLine, undecoratedNodeStartLine, indentation, delta) { argument 133700 function insertIndentation(pos, indentation, lineAdded) { argument 133730 …function indentMultilineCommentOrJsxText(commentRange, indentation, firstLineIsIndented, indentFin… argument 133975 function getIndentationString(indentation, options) { argument 135080 …angeTracker.prototype.getInsertNodeAtStartInsertOptions = function (sourceFile, cls, indentation) { argument 135288 …this.replaceRange(sourceFile, ts.createRange(insertPos), newNode, { indentation: indentation, pref… property 147496 indentation: 0, property
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 2591 JSONTEST_FIXTURE_LOCAL(StreamWriterTest, indentation) { in JSONTEST_FIXTURE_LOCAL() argument
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 10493 const int indentation = g.LogLineFirstItem ? tree_depth * 4 : 1; in LogRenderedText() local
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 23048 const auto indentation = pretty_print ? o.width() : 0; in operator <<() local
|
/third_party/node/tools/ |
D | lint-md.mjs | 28998 function indent(value, indentation, ignoreFirst) { argument
|