Searched refs:directives (Results 1 – 18 of 18) sorted by relevance
| /linux/Documentation/sphinx/ |
| H A D | kernel_include.py | 94 from docutils.parsers.rst import Directive, directives 95 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines 136 'literal': directives.flag, 137 'code': directives.unchanged, 138 'encoding': directives.encoding, 142 'start-after': directives.unchanged_required, 143 'end-before': directives.unchanged_required, 145 'number-lines': directives.unchanged, # integer or None 146 'class': directives.class_option, 149 'generate-cross-refs': directives.flag, [all …]
|
| H A D | kerneldoc.py | 38 from docutils.parsers.rst import directives, Directive 86 'doc': directives.unchanged_required, 87 'export': directives.unchanged, 88 'internal': directives.unchanged, 89 'identifiers': directives.unchanged, 90 'no-identifiers': directives.unchanged, 91 'functions': directives.unchanged,
|
| H A D | rstFlatTable.py | 47 from docutils.parsers.rst import directives, roles 48 from docutils.parsers.rst.directives.tables import Table 106 'name': directives.unchanged 107 , 'class': directives.class_option 108 , 'header-rows': directives.nonnegative_int 109 , 'stub-columns': directives.nonnegative_int 110 , 'widths': directives.positive_int_list 111 , 'fill-cells' : directives.flag }
|
| H A D | kernel_abi.py | 41 from docutils.parsers.rst import directives, Directive 93 "debug": directives.flag, 94 "no-symbols": directives.flag, 95 "no-files": directives.flag,
|
| H A D | kernel_feat.py | 41 from docutils.parsers.rst import directives, Directive 73 "debug" : directives.flag
|
| H A D | kfigure.py | 59 from docutils.parsers.rst import directives 60 from docutils.parsers.rst.directives import images 579 option_spec['caption'] = directives.unchanged
|
| H A D | maintainers_include.py | 26 from docutils.parsers.rst.directives.misc import Include
|
| /linux/Documentation/driver-api/early-userspace/ |
| H A D | early_userspace_support.rst | 57 A source file must be directives in the format required by the 59 file format). The directives in the file will be passed directly to 76 usr/gen_init_cpio file directives are output. If a directory is 79 directives from directory scanning and file contents copying are
|
| /linux/scripts/ |
| H A D | asn1_compiler.c | 205 static const char *const directives[NR__DIRECTIVES] = { variable 442 dir = bsearch(&tokens[tix], directives, in tokenise() 443 sizeof(directives) / sizeof(directives[1]), in tokenise() 444 sizeof(directives[1]), in tokenise() 447 tokens[tix++].token_type = dir - directives; in tokenise()
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | README | 149 Pragma directives specify exceptions to the normal generation of 243 Add more pragma directives:
|
| /linux/scripts/dtc/ |
| H A D | dtx_diff | 40 build system ('#include' and '/include/' directives are processed).
|
| /linux/Documentation/doc-guide/ |
| H A D | sphinx.rst | 15 The reStructuredText files may contain directives to include structured 476 ``kernel-image`` directives. E.g. to insert a figure with a scalable 511 ``kernel-render`` directives.::
|
| H A D | contributing.rst | 151 generate links to that documentation. Adding ``kernel-doc`` directives to
|
| /linux/Documentation/arch/x86/ |
| H A D | exception-tables.rst | 206 The instructions bracketed in the .section directives are no longer 232 What happened? The assembly directives::
|
| /linux/Documentation/dev-tools/ |
| H A D | ktap.rst | 97 Currently accepted directives are:
|
| /linux/Documentation/RCU/ |
| H A D | whatisRCU.rst | 265 but it does provide any compiler directives and memory-barrier
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 264 inclusions. Removed unneeded #include directives.
|
| /linux/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 1010 matters, RCU must use compiler directives and memory-barrier
|