/third_party/lz4/contrib/gen_manual/ |
D | gen_manual.cpp | 109 vector<string> input, lines, comments, chapters; in main() local 177 comments = get_lines(input, linenum, "*/"); in main() 178 if (!comments.empty()) comments[0] = line.substr(spos+3); in main() 179 if (!comments.empty()) in main() 180 …comments[comments.size()-1] = comments[comments.size()-1].substr(0, comments[comments.size()-1].fi… in main() 181 for (l=0; l<comments.size(); l++) { in main() 182 if (comments[l].compare(0, 2, " *") == 0) in main() 183 comments[l] = comments[l].substr(2); in main() 184 else if (comments[l].compare(0, 3, " *") == 0) in main() 185 comments[l] = comments[l].substr(3); in main() [all …]
|
D | README.md | 9 - comments of type `/*!` mean: this is a function declaration; switch comments with declarations 10 - comments of type `/**` and `/*-` mean: this is a comment; use a `<H2>` header for the first line 11 - comments of type `/*=` and `/**=` mean: use a `<H3>` header and show also all functions until fir… 12 - comments of type `/*X` where `X` is different from above-mentioned are ignored 17 - comments of type `/**<` and `/*!<` are detected and only function declaration is highlighted (bol…
|
/third_party/node/deps/npm/node_modules/strip-json-comments/ |
D | readme.md | 1 …comments [/[grunt](https://github.com/sindresorhus/grunt-strip-json-comments)/[broccoli](https://… 22 $ npm install --save strip-json-comments 44 Accepts a string with JSON and returns a string without comments. 53 Replace comments with whitespace instead of stripping them entirely. 58 - [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - CLI for this… 59 - [strip-css-comments](https://github.com/sindresorhus/strip-css-comments) - Strip comments from CSS
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocDisallowedInTypescript.errors.txt | 1 …wedInTypescript.ts(2,15): error TS8020: JSDoc types can only be used inside documentation comments. 2 …wedInTypescript.ts(4,15): error TS8020: JSDoc types can only be used inside documentation comments. 3 …wedInTypescript.ts(4,32): error TS8020: JSDoc types can only be used inside documentation comments. 4 …wedInTypescript.ts(7,20): error TS8020: JSDoc types can only be used inside documentation comments. 5 …edInTypescript.ts(10,18): error TS8020: JSDoc types can only be used inside documentation comments. 7 …edInTypescript.ts(13,14): error TS8020: JSDoc types can only be used inside documentation comments. 8 …edInTypescript.ts(14,11): error TS8020: JSDoc types can only be used inside documentation comments. 9 …wedInTypescript.ts(15,8): error TS8020: JSDoc types can only be used inside documentation comments. 10 …edInTypescript.ts(16,11): error TS8020: JSDoc types can only be used inside documentation comments. 11 …edInTypescript.ts(17,17): error TS8020: JSDoc types can only be used inside documentation comments. [all …]
|
D | interfaceContextualType.types | 30 this.values['comments'] = { italic: true }; 31 >this.values['comments'] = { italic: true } : { italic: true; } 32 >this.values['comments'] : IOptions 36 >'comments' : "comments" 45 >this.values = { comments: { italic: true } } : { comments: { italic: true; }; } 49 >{ comments: { italic: true } } : { comments: { italic: true; }; } 51 comments: { italic: true } 52 >comments : { italic: true; }
|
D | staticInstanceResolution.types | 11 static getDocCommentText(comments: Comment[]) 12 >getDocCommentText : (comments: Comment[]) => void 13 >comments : Comment[] 15 comments[0].getDocCommentText(); 16 >comments[0].getDocCommentText() : void 17 >comments[0].getDocCommentText : () => void 18 >comments[0] : Comment 19 >comments : Comment[]
|
D | staticInstanceResolution.symbols | 11 static getDocCommentText(comments: Comment[]) 13 >comments : Symbol(comments, Decl(staticInstanceResolution.ts, 7, 29)) 16 comments[0].getDocCommentText(); 17 >comments[0].getDocCommentText : Symbol(Comment.getDocCommentText, Decl(staticInstanceResolution.ts… 18 >comments : Symbol(comments, Decl(staticInstanceResolution.ts, 7, 29))
|
D | decoratorMetadata-jsdoc.errors.txt | 1 …orMetadata-jsdoc.ts(5,9): error TS8020: JSDoc types can only be used inside documentation comments. 2 …orMetadata-jsdoc.ts(7,9): error TS8020: JSDoc types can only be used inside documentation comments. 3 …orMetadata-jsdoc.ts(9,9): error TS8020: JSDoc types can only be used inside documentation comments. 13 !!! error TS8020: JSDoc types can only be used inside documentation comments. 17 !!! error TS8020: JSDoc types can only be used inside documentation comments. 21 !!! error TS8020: JSDoc types can only be used inside documentation comments.
|
D | staticInstanceResolution.js | 9 static getDocCommentText(comments: Comment[]) 11 comments[0].getDocCommentText(); 23 Comment.getDocCommentText = function (comments) { argument 24 comments[0].getDocCommentText();
|
/third_party/boost/libs/histogram/benchmark/ |
D | run_benchmarks.py | 37 comments = {} 43 comments[hash] = line[ispace+1:] 45 return commits, comments 48 def recursion(results, commits, comments, ia, ib): argument 52 run(results, comments, commits[ic], False) 55 recursion(results, commits, comments, ic, ib) 56 recursion(results, commits, comments, ia, ic) 59 def run(results, comments, hash, update): argument 62 print(hash, comments[hash]) 87 commits, comments = get_commits() [all …]
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
D | testxml.cpp | 120 int could_open(const char *locale, char *comments) { in could_open() argument 127 strcat(comments, tmp); in could_open() 132 strcat(comments, tmp); in could_open() 136 int col_could_open(const char *locale, char *comments) { in col_could_open() argument 259 const char *locale, char *comments, in date() argument 313 strcat(comments, tmp); in date() 320 strcat(comments,tmp); in date() 326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, const char *locale) { in writeOkComments() argument 330 if(!comments||!*comments) { in writeOkComments() 334 sprintf(tmp, "%s <!-- %s -->", locale, comments); in writeOkComments() [all …]
|
/third_party/libxml2/result/ |
D | slashdot16.xml.rde | 37 2 1 comments 0 0 39 2 15 comments 0 0 88 2 1 comments 0 0 90 2 15 comments 0 0 139 2 1 comments 0 0 141 2 15 comments 0 0 190 2 1 comments 0 0 192 2 15 comments 0 0 241 2 1 comments 0 0 243 2 15 comments 0 0 [all …]
|
D | slashdot16.xml.rdr | 37 2 1 comments 0 0 39 2 15 comments 0 0 88 2 1 comments 0 0 90 2 15 comments 0 0 139 2 1 comments 0 0 141 2 15 comments 0 0 190 2 1 comments 0 0 192 2 15 comments 0 0 241 2 1 comments 0 0 243 2 15 comments 0 0 [all …]
|
D | slashdot.xml.rde | 37 2 1 comments 0 0 39 2 15 comments 0 0 88 2 1 comments 0 0 90 2 15 comments 0 0 139 2 1 comments 0 0 141 2 15 comments 0 0 190 2 1 comments 0 0 192 2 15 comments 0 0 241 2 1 comments 0 0 243 2 15 comments 0 0 [all …]
|
D | slashdot.xml.rdr | 37 2 1 comments 0 0 39 2 15 comments 0 0 88 2 1 comments 0 0 90 2 15 comments 0 0 139 2 1 comments 0 0 141 2 15 comments 0 0 190 2 1 comments 0 0 192 2 15 comments 0 0 241 2 1 comments 0 0 243 2 15 comments 0 0 [all …]
|
D | slashdot16.xml.sax | 39 SAX.startElement(comments) 41 SAX.endElement(comments) 90 SAX.startElement(comments) 92 SAX.endElement(comments) 141 SAX.startElement(comments) 143 SAX.endElement(comments) 192 SAX.startElement(comments) 194 SAX.endElement(comments) 243 SAX.startElement(comments) 245 SAX.endElement(comments) [all …]
|
D | slashdot.xml.sax | 39 SAX.startElement(comments) 41 SAX.endElement(comments) 90 SAX.startElement(comments) 92 SAX.endElement(comments) 141 SAX.startElement(comments) 143 SAX.endElement(comments) 192 SAX.startElement(comments) 194 SAX.endElement(comments) 243 SAX.startElement(comments) 245 SAX.endElement(comments) [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | ra.txt | 11 * These are top level comments for the bundle. Tag name: ra 17 * Top level comments for the string.Tag name: test1 31 * Top level comments for TestTable. Tag name: TestTable 62 * Top level comments for Tag name: TestArray 68 * comments for un-named string 74 * comments for un-named int 80 * comments for un-named binary 88 * comments for TestInclude 95 * comments for TestImport 102 * comments for TestIntVector [all …]
|
/third_party/gn/src/gn/ |
D | command_format.cc | 151 void PrintTrailingCommentsWrapped(const std::vector<Token>& comments); 308 void Printer::PrintTrailingCommentsWrapped(const std::vector<Token>& comments) { in PrintTrailingCommentsWrapped() argument 316 for (const auto& c : comments) { in PrintTrailingCommentsWrapped() 354 if (node->comments() && !node->comments()->suffix().empty()) { in PrintSuffixComments() 357 PrintTrailingCommentsWrapped(node->comments()->suffix()); in PrintSuffixComments() 396 if (const Comments* comments = binop->comments()) { in SortIfApplicable() local 397 const std::vector<Token>& before = comments->before(); in SortIfApplicable() 501 if (node->comments() && !node->comments()->before().empty()) in SortImports() 557 if (node->comments() && !node->comments()->suffix().empty()) { in SuffixCommentTreeWalk() 558 return node->comments()->suffix().back().location().line_number(); in SuffixCommentTreeWalk() [all …]
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | CommentsSchema.java | 79 List<Comment> comments = new ArrayList<>(); in importComments() local 80 Consumer<Stream<String>> rowCallback = getRowCallback(comments); in importComments() 85 return ImmutableList.sortedCopyOf(ORDERING, comments); in importComments() 89 List<Comment> comments = new ArrayList<>(); in importComments() local 90 Consumer<Stream<String>> rowCallback = getRowCallback(comments); in importComments() 97 return ImmutableList.sortedCopyOf(ORDERING, comments); in importComments() 100 private static Consumer<Stream<String>> getRowCallback(List<Comment> comments) { in getRowCallback() argument 103 comments.add( in getRowCallback() 113 List<Comment> comments, Consumer<Stream<String>> collector, boolean toCsv) { 116 comments.stream() [all …]
|
/third_party/python/Tools/unicode/ |
D | gencodec.py | 138 def python_mapdef_code(varname, map, comments=1, precisions=(2, 4)): argument 173 if mapcomment and comments: 195 def python_tabledef_code(varname, map, comments=1, key_precision=2): argument 241 if mapcomment and comments: 253 def codegen(name, map, encodingname, comments=1): argument 264 comments=comments) 268 comments=comments) 272 comments=comments, 358 def pymap(name,map,pyfile,encodingname,comments=1): argument 360 code = codegen(name,map,encodingname,comments) [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl() local 52 if (comments.empty()) { in WriteDocCommentBodyImpl() 57 comments = StringReplace(comments, "&", "&", true); in WriteDocCommentBodyImpl() 58 comments = StringReplace(comments, "<", "<", true); in WriteDocCommentBodyImpl() 60 lines = Split(comments, "\n", false); in WriteDocCommentBodyImpl()
|
/third_party/gettext/gettext-tools/tests/ |
D | xgettext-desktop-1 | 14 (LANGUAGE= LC_ALL=C ${XGETTEXT} --add-comments -o - err1.desktop 2>&1; exit) | grep "missing '=' af… 20 (LANGUAGE= LC_ALL=C ${XGETTEXT} --add-comments -o - err2.desktop 2>&1; exit) | grep "unterminated g… 27 (LANGUAGE= LC_ALL=C ${XGETTEXT} --add-comments -o - err3.desktop 2>&1; exit) | grep "invalid non-bl… 33 (LANGUAGE= LC_ALL=C ${XGETTEXT} --add-comments -o - err4.desktop 2>&1; exit) | grep "invalid non-bl… 40 (LANGUAGE= LC_ALL=C ${XGETTEXT} --add-comments -o - ok4.desktop 2>&1; exit) | grep "invalid non-bla… 56 ${XGETTEXT} --add-comments -o xg-de-1.tmp xg.desktop || Exit 1
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | comment_splicer.py | 89 comments = comment_prefix.split('\n') 109 while index < len(comments): 110 cmt = comments[index] 115 after.extend(comments[index:]) 192 comments = _CreateCommentsFromPrefix( 197 pytree_utils.InsertNodesBefore(comments, child) 225 comments = [] 245 comments.append(comment_node) 250 return comments
|
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/comp/ |
D | markv.cpp | 182 spv_text comments = nullptr; in main() local 183 spv_text* comments_ptr = want_comments ? &comments : nullptr; in main() 206 if (!WriteFile<char>(nullptr, "w", comments->str, in main() 207 comments->length)) return 1; in main() 232 if (!WriteFile<char>(nullptr, "w", comments->str, in main() 233 comments->length)) return 1; in main() 244 spvTextDestroy(comments); in main()
|