Searched refs:markup (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/perf/ui/gtk/ |
D | annotate.c | 29 const char *markup; in perf_gtk__get_percent() local 43 markup = perf_gtk__get_percent_color(percent); in perf_gtk__get_percent() 44 if (markup) in perf_gtk__get_percent() 45 ret += scnprintf(buf, size, "%s", markup); in perf_gtk__get_percent() 47 if (markup) in perf_gtk__get_percent() 70 const char *markup = "<span fgcolor='gray'>"; in perf_gtk__get_line() local 78 markup = NULL; in perf_gtk__get_line() 80 if (markup) in perf_gtk__get_line() 81 ret += scnprintf(buf, size, "%s", markup); in perf_gtk__get_line() 83 if (markup) in perf_gtk__get_line()
|
D | hists.c | 20 const char *markup; in __percent_color_snprintf() local 29 markup = perf_gtk__get_percent_color(percent); in __percent_color_snprintf() 30 if (markup) in __percent_color_snprintf() 31 ret += scnprintf(buf, size, markup); in __percent_color_snprintf() 35 if (markup) in __percent_color_snprintf()
|
/Linux-v4.19/Documentation/doc-guide/ |
D | sphinx.rst | 154 .. _TOC tree: http://www.sphinx-doc.org/en/stable/markup/toctree.html 166 markup constructs`_. 169 .. _Sphinx specific markup constructs: http://www.sphinx-doc.org/en/stable/markup/index.html 176 * Please don't go overboard with reStructuredText markup. Keep it 286 The example below shows how to use this markup. The first level of the staged 287 list is the *table-row*. In the *table-row* there is only one markup allowed, 388 installed, you will see an vector image. If not the raw markup is inserted as 409 :caption: Embedded **SVG** markup 420 :caption: Embedded **SVG** markup
|
D | kernel-doc.rst | 342 descriptive text and converted to proper reStructuredText markup and `Sphinx C
|
/Linux-v4.19/ |
D | README | 14 several of them using the Restructured Text markup notation.
|
/Linux-v4.19/Documentation/gpu/ |
D | introduction.rst | 24 on. To aid in reading, documentations make full use of the markup
|
/Linux-v4.19/Documentation/translations/it_IT/doc-guide/ |
D | sphinx.rst | 177 .. _TOC tree: http://www.sphinx-doc.org/en/stable/markup/toctree.html 194 .. _`costruttori specifici per Sphinx`: http://www.sphinx-doc.org/en/stable/markup/index.html
|
/Linux-v4.19/Documentation/media/uapi/ |
D | fdl-appendix.rst | 98 file format whose markup has been designed to thwart or discourage 103 without markup, Texinfo input format, LaTeX input format, SGML or XML
|
/Linux-v4.19/drivers/staging/speakup/ |
D | spkguide.txt | 1258 format whose markup, or absence of markup, has been arranged to thwart 1264 ASCII without markup, Texinfo input format, LaTeX input format, SGML
|
/Linux-v4.19/Documentation/process/ |
D | adding-syscalls.rst | 483 markup, but plain text will do. If groff is used, it's helpful to include a
|
D | howto.rst | 177 The documents that uses ReST markup will be generated at Documentation/output.
|