Searched refs:caption (Results 1 – 25 of 30) sorted by relevance
12
117 :caption: Project128 :caption: Use & Extension149 :caption: Development162 :caption: Design170 :caption: Reference180 :caption: External Links
13 :caption: Table of Contents
54 div.sphinxsidebar .caption {
732 char *caption; in begin_insertion() local791 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()
45 def Caption : Tag<"caption">;
7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector
299 unichar *caption; member
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()
2008 if (dialog->caption != NULL) in write_rc_dialog()2011 unicode_print (e, dialog->caption, -1); in write_rc_dialog()
435 unicode_from_ascii ((int *) NULL, &dialog.caption, $3);
298 unichar *caption; member
1974 if (dialog->caption != NULL) in write_rc_dialog()1977 unicode_print (e, dialog->caption, -1); in write_rc_dialog()
433 unicode_from_ascii ((int *) NULL, &dialog.caption, $3);
1791 unicode_from_ascii ((int *) NULL, &dialog.caption, yyvsp[0].s); in yyparse()
112 self.caption = json_frame['location_context']590 lc.caption, lc.decl,
965 print(struct match *m, const char *caption, states st, int ch, FILE *d) in print() argument974 (void)fprintf(d, "%s", caption); in print()
413 caption; previous \printedsomething code to do this had become416 * doc/texinfo.txi (caption shortcaption): show an example for538 The TeX code for @caption, @shortcaption and @copying now uses546 (\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 the1810 * makeinfo/insertion.c (end_insertion): adjusted caption styles for1826 * doc/texinfo.tex (\dofloat): initialize caption macros here, not[all …]
55 . new commands @float, @caption, @shortcaption, @listoffloats for
5657 % When called from @insertcopying or (short)caption, we need active6642 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap6643 % @float Foo,lbl & no caption: Foo 1.16644 % @float Foo & @caption{Cap}: Foo: Cap6645 % @float Foo & no caption: Foo6647 % @float ,lbl & no caption: 1.16648 % @float & @caption{Cap}: Cap6649 % @float & no caption:6666 % Start the printed caption with what we've constructed in6675 % caption text.[all …]
5533 % When called from @insertcopying or (short)caption, we need active6513 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap6514 % @float Foo,lbl & no caption: Foo 1.16515 % @float Foo & @caption{Cap}: Foo: Cap6516 % @float Foo & no caption: Foo6518 % @float ,lbl & no caption: 1.16519 % @float & @caption{Cap}: Cap6520 % @float & no caption:6537 % Start the printed caption with what we've constructed in6546 % caption text.[all …]
405 * caption shortcaption:: Specifying descriptions for floats.9076 * caption shortcaption:: Specifying descriptions for floats.9145 @node caption shortcaption9146 @subsection @code{@@caption} & @code{@@shortcaption}9147 @findex caption9152 You may write an @code{@@caption} anywhere within a @code{@@float}9153 environment, to define a caption for the float. It is not allowed in9154 any other context. @code{@@caption} takes a single argument, enclosed9159 An example float, with caption.9160 @@caption@{Caption for example float.@}[all …]
6368 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap6369 % @float Foo,lbl & no caption: Foo 1.16370 % @float Foo & @caption{Cap}: Foo: Cap6371 % @float Foo & no caption: Foo6373 % @float ,lbl & no caption: 1.16374 % @float & @caption{Cap}: Cap6375 % @float & no caption:6392 % Start the printed caption with what we've constructed in6401 % caption text.6413 % after the caption, to avoid chance of it being a breakpoint.[all …]
276 * <caption align=top>Random Number Generator Requirements</caption>2095 * <caption align=top>Distribution Statistics</caption>
1030 print(struct match *m, const char *caption, states st, int ch, FILE *d)1039 (void)fprintf(d, "%s", caption);