| /openbsd-src/gnu/llvm/clang/tools/include-mapping/ |
| H A D | cppreference_parser.py | 105 caption = symbol_href.next_sibling 107 if isinstance(caption, NavigableString) and "(" in caption: 108 variant = caption.text.strip(" ()")
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | index.rst | 117 :caption: Project 128 :caption: Use & Extension 149 :caption: Development 162 :caption: Design 170 :caption: Reference 180 :caption: External Links
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangStaticAnalyzer.rst | 13 :caption: Table of Contents
|
| /openbsd-src/gnu/llvm/lldb/docs/_static/ |
| H A D | lldb.css | 54 div.sphinxsidebar .caption {
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | insertion.c | 732 char *caption; in begin_insertion() local 791 get_until_in_braces ("\n@end float", &caption); in begin_insertion() 795 caption = ""; in begin_insertion() 812 canon_white (caption); in begin_insertion() 816 xstrdup (caption), xstrdup (shortcaption), in begin_insertion()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CommentHTMLTags.td | 45 def Caption : Tag<"caption">;
|
| /openbsd-src/gnu/llvm/llvm/docs/_ocamldoc/ |
| H A D | style.css | 7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | windres.h | 299 unichar *caption; member
|
| H A D | resbin.c | 497 d->caption = get_unicode (data + off, length - off, big_endian, &sublen); in bin_to_res_dialog() 500 d->caption = NULL; in bin_to_res_dialog() 1552 *pp = unicode_to_bin (dialog->caption, big_endian); in res_to_bin_dialog()
|
| H A D | resrc.c | 2008 if (dialog->caption != NULL) in write_rc_dialog() 2011 unicode_print (e, dialog->caption, -1); in write_rc_dialog()
|
| H A D | rcparse.y | 435 unicode_from_ascii ((int *) NULL, &dialog.caption, $3);
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | windres.h | 298 unichar *caption; member
|
| H A D | resbin.c | 497 d->caption = get_unicode (data + off, length - off, big_endian, &sublen); in bin_to_res_dialog() 500 d->caption = NULL; in bin_to_res_dialog() 1552 *pp = unicode_to_bin (dialog->caption, big_endian); in res_to_bin_dialog()
|
| H A D | resrc.c | 1974 if (dialog->caption != NULL) in write_rc_dialog() 1977 unicode_print (e, dialog->caption, -1); in write_rc_dialog()
|
| H A D | rcparse.y | 433 unicode_from_ascii ((int *) NULL, &dialog.caption, $3);
|
| H A D | rcparse.c | 1791 unicode_from_ascii ((int *) NULL, &dialog.caption, yyvsp[0].s); in yyparse()
|
| /openbsd-src/gnu/llvm/clang/utils/analyzer/ |
| H A D | exploded-graph-rewriter.py | 112 self.caption = json_frame['location_context'] 590 lc.caption, lc.decl,
|
| /openbsd-src/lib/libc/regex/ |
| H A D | engine.c | 965 print(struct match *m, const char *caption, states st, int ch, FILE *d) in print() argument 974 (void)fprintf(d, "%s", caption); in print()
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog | 413 caption; previous \printedsomething code to do this had become 416 * doc/texinfo.txi (caption shortcaption): show an example for 538 The TeX code for @caption, @shortcaption and @copying now uses 546 (\caption, \shortcaption): Redefine, using \scanargctxt via ... 1443 caption boundaries looking for a space to break at. 1645 * makeinfo/insertion.c (end_insertion): indent float caption. 1788 * doc/texinfo.tex (\caption): make \long. 1790 (caption shortcaption, listoffloats): write these, finishing the 1810 * makeinfo/insertion.c (end_insertion): adjusted caption styles for 1826 * doc/texinfo.tex (\dofloat): initialize caption macros here, not [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | texinfo.tex | 5533 % When called from @insertcopying or (short)caption, we need active 6513 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap 6514 % @float Foo,lbl & no caption: Foo 1.1 6515 % @float Foo & @caption{Cap}: Foo: Cap 6516 % @float Foo & no caption: Foo 6518 % @float ,lbl & no caption: 1.1 6519 % @float & @caption{Cap}: Cap 6520 % @float & no caption: 6537 % Start the printed caption with what we've constructed in 6546 % caption text. [all …]
|
| H A D | texinfo.txi | 405 * caption shortcaption:: Specifying descriptions for floats. 9076 * caption shortcaption:: Specifying descriptions for floats. 9145 @node caption shortcaption 9146 @subsection @code{@@caption} & @code{@@shortcaption} 9147 @findex caption 9152 You may write an @code{@@caption} anywhere within a @code{@@float} 9153 environment, to define a caption for the float. It is not allowed in 9154 any other context. @code{@@caption} takes a single argument, enclosed 9159 An example float, with caption. 9160 @@caption@{Caption for example float.@} [all …]
|
| /openbsd-src/gnu/gcc/gcc/doc/include/ |
| H A D | texinfo.tex | 5657 % When called from @insertcopying or (short)caption, we need active 6642 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap 6643 % @float Foo,lbl & no caption: Foo 1.1 6644 % @float Foo & @caption{Cap}: Foo: Cap 6645 % @float Foo & no caption: Foo 6647 % @float ,lbl & no caption: 1.1 6648 % @float & @caption{Cap}: Cap 6649 % @float & no caption: 6666 % Start the printed caption with what we've constructed in 6675 % caption text. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/texinfo/ |
| H A D | texinfo.tex | 6368 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap 6369 % @float Foo,lbl & no caption: Foo 1.1 6370 % @float Foo & @caption{Cap}: Foo: Cap 6371 % @float Foo & no caption: Foo 6373 % @float ,lbl & no caption: 1.1 6374 % @float & @caption{Cap}: Cap 6375 % @float & no caption: 6392 % Start the printed caption with what we've constructed in 6401 % caption text. 6413 % after the caption, to avoid chance of it being a breakpoint. [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | random | 276 * <caption align=top>Random Number Generator Requirements</caption> 2095 * <caption align=top>Distribution Statistics</caption>
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | regengine.inc | 1030 print(struct match *m, const char *caption, states st, int ch, FILE *d) 1039 (void)fprintf(d, "%s", caption);
|