/external/google-styleguide/include/ |
D | styleguide.js | 36 var headings = document.querySelectorAll(headingLevels); 62 var firstHeading = headings[0]; 70 CreateHorizontalTOC(headings, masterLevel, lowestLevel, tbody_element); 73 CreateVerticalTOC(headings, masterLevel, lowestLevel, tbody_element); 80 headings, masterLevel, lowestLevel, tbody_element) { argument 86 while (h < headings.length) { 88 var heading = headings[h]; 162 function CreateVerticalTOC(headings, masterLevel, lowestLevel, tbody_element) { argument 177 while (h < headings.length) { 179 var heading = headings[h];
|
/external/google-styleguide/docguide/ |
D | style.md | 19 1. [Headings](#headings) 20 1. [ATX-style headings](#atx-style-headings) 21 1. [Add spacing to headings](#add-spacing-to-headings) 74 1. `## Topic`: The rest of your headings should start from level 2. 116 ### ATX-style headings 131 ### Add spacing to headings
|
/external/wayland/doc/publican/sources/css/ |
D | brand.css | 1 /*headings*/
|
D | epub.css | 1 /*headings*/
|
D | common.css | 163 /*headings*/
|
/external/python/google-api-python-client/docs/epy/ |
D | epydoc.css | 14 * - The heading styles defined here are used for headings *within* 15 * docstring descriptions. All headings used by epydoc itself use
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
D | epydoc.css | 14 * - The heading styles defined here are used for headings *within* 15 * docstring descriptions. All headings used by epydoc itself use
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
D | epydoc.css | 14 * - The heading styles defined here are used for headings *within* 15 * docstring descriptions. All headings used by epydoc itself use
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 2138 \message{page headings,} 2252 %%% Set up page headings and footings. 2269 % For example, this is what @headings on does 2307 % @headings double turns headings on for double-sided printing. 2308 % @headings single turns headings on for single-sided printing. 2309 % @headings off turns them off. 2310 % @headings on same as @headings double, retained for compatibility. 2311 % @headings after turns on double-sided headings after this page. 2312 % @headings doubleafter turns on double-sided headings after this page. 2313 % @headings singleafter turns on single-sided headings after this page. [all …]
|
D | libext2fs.texinfo | 69 @c that headings are turned off. 98 @headings double
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 2138 \message{page headings,} 2252 %%% Set up page headings and footings. 2269 % For example, this is what @headings on does 2307 % @headings double turns headings on for double-sided printing. 2308 % @headings single turns headings on for single-sided printing. 2309 % @headings off turns them off. 2310 % @headings on same as @headings double, retained for compatibility. 2311 % @headings after turns on double-sided headings after this page. 2312 % @headings doubleafter turns on double-sided headings after this page. 2313 % @headings singleafter turns on single-sided headings after this page. [all …]
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 836 mime-mhs 1 : mime-mhs-headings : mime-mhs-headings 838 mime-mhs-headings 1 : id-hex-partial-message : id-hex-partial-message 839 mime-mhs-headings 2 : id-hex-multipart-message : id-hex-multipart-message
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 3194 \message{page headings,} 3320 % Set up page headings and footings. 3337 % For example, this is what @headings on does 3402 % @headings double turns headings on for double-sided printing. 3403 % @headings single turns headings on for single-sided printing. 3404 % @headings off turns them off. 3405 % @headings on same as @headings double, retained for compatibility. 3406 % @headings after turns on double-sided headings after this page. 3407 % @headings doubleafter turns on double-sided headings after this page. 3408 % @headings singleafter turns on single-sided headings after this page. [all …]
|
/external/libffi/ |
D | texinfo.tex | 3194 \message{page headings,} 3320 % Set up page headings and footings. 3337 % For example, this is what @headings on does 3402 % @headings double turns headings on for double-sided printing. 3403 % @headings single turns headings on for single-sided printing. 3404 % @headings off turns them off. 3405 % @headings on same as @headings double, retained for compatibility. 3406 % @headings after turns on double-sided headings after this page. 3407 % @headings doubleafter turns on double-sided headings after this page. 3408 % @headings singleafter turns on single-sided headings after this page. [all …]
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 686 headings. Columns may be accessed by number or symbolic names listed in the 743 | | * headings: display the heading row. | 745 | | The default is "tree headings", i.e., show all | 982 | separator | Space between two columns headings. |
|
D | profile.rst | 108 far right column was used to sort the output. The column headings include:
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 786 headings. Columns may be accessed by number or symbolic names listed in the 842 | | * headings: display the heading row. | 844 | | The default is "tree headings", i.e., show all | 1087 | separator | Space between two columns headings. |
|
D | profile.rst | 85 far right column was used to sort the output. The column headings include:
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 3000 char headings[512] = { 0 }; in av1_remove_compressor() local 3019 snprintf(headings, sizeof(headings), in av1_remove_compressor() 3039 SNPRINT(headings, "\t Block\tWstBlck"); in av1_remove_compressor() 3049 SNPRINT(headings, "\tConsist\tWstCons"); in av1_remove_compressor() 3053 fprintf(f, "%s\t Time\tRcErr\tAbsErr\n", headings); in av1_remove_compressor()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2486 char headings[512] = { 0 }; in vp9_remove_compressor() local 2510 snprintf(headings, sizeof(headings), in vp9_remove_compressor() 2529 SNPRINT(headings, "\t Block\tWstBlck"); in vp9_remove_compressor() 2539 SNPRINT(headings, "\tConsist\tWstCons"); in vp9_remove_compressor() 2544 fprintf(f, "%s\t Time\tRcErr\tAbsErr\n", headings); in vp9_remove_compressor()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 3375 showing ==headings== and ===headings=== but no further 3376 (as long as there are no =headings= on the page, which
|
/external/tinyxml2/ |
D | dox | 300 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up 303 # Note: This feature currently applies only to Markdown headings.
|
/external/ImageMagick/config/ |
D | MagickCore.dox.in | 296 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up 299 # Note: This feature currently applies only to Markdown headings.
|
D | MagickWand.dox.in | 296 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up 299 # Note: This feature currently applies only to Markdown headings.
|
/external/skia/tools/doxygen/ |
D | Doxyfile | 306 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up 309 # Note: This feature currently applies only to Markdown headings.
|