Searched refs:directives (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/Documentation/sphinx/ |
D | kerneldoc.py | 39 from docutils.parsers.rst import directives, Directive 51 'doc': directives.unchanged_required, 52 'export': directives.unchanged, 53 'internal': directives.unchanged, 54 'identifiers': directives.unchanged, 55 'no-identifiers': directives.unchanged, 56 'functions': directives.unchanged,
|
D | rstFlatTable.py | 46 from docutils.parsers.rst import directives, roles 47 from docutils.parsers.rst.directives.tables import Table 105 'name': directives.unchanged 106 , 'class': directives.class_option 107 , 'header-rows': directives.nonnegative_int 108 , 'stub-columns': directives.nonnegative_int 109 , 'widths': directives.positive_int_list 110 , 'fill-cells' : directives.flag }
|
D | kernel_include.py | 38 from docutils.parsers.rst import directives 39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines 40 from docutils.parsers.rst.directives.misc import Include 92 path = directives.path(self.arguments[0])
|
D | kernel_abi.py | 46 from docutils.parsers.rst import directives, Directive 71 "debug" : directives.flag, 72 "rst" : directives.unchanged
|
D | cdomain.py | 36 from docutils.parsers.rst import directives 148 "name" : directives.unchanged 247 directives = { variable in CDomain
|
D | kernel_feat.py | 44 from docutils.parsers.rst import directives, Directive 69 "debug" : directives.flag
|
D | kfigure.py | 58 from docutils.parsers.rst import directives 59 from docutils.parsers.rst.directives import images 68 from sphinx.directives.patches import Figure # pylint: disable=C0413 579 option_spec['caption'] = directives.unchanged
|
D | maintainers_include.py | 27 from docutils.parsers.rst.directives.misc import Include
|
/linux-6.1.9/Documentation/driver-api/early-userspace/ |
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-6.1.9/scripts/ |
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-6.1.9/scripts/dtc/ |
D | dtx_diff | 40 build system ('#include' and '/include/' directives are processed).
|
/linux-6.1.9/Documentation/doc-guide/ |
D | sphinx.rst | 15 The reStructuredText files may contain directives to include structured 441 ``kernel-image`` directives. E.g. to insert a figure with a scalable 476 ``kernel-render`` directives.::
|
D | contributing.rst | 147 generate links to that documentation. Adding ``kernel-doc`` directives to
|
/linux-6.1.9/Documentation/x86/ |
D | exception-tables.rst | 206 The instructions bracketed in the .section directives are no longer 232 What happened? The assembly directives::
|
/linux-6.1.9/Documentation/dev-tools/ |
D | ktap.rst | 95 Currently accepted directives are:
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.lpfc | 264 inclusions. Removed unneeded #include directives.
|
/linux-6.1.9/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 1010 matters, RCU must use compiler directives and memory-barrier
|