Searched refs:directives (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/Documentation/sphinx/ |
D | rstFlatTable.py | 48 from docutils.parsers.rst import directives, roles 49 from docutils.parsers.rst.directives.tables import Table 115 'name': directives.unchanged 116 , 'class': directives.class_option 117 , 'header-rows': directives.nonnegative_int 118 , 'stub-columns': directives.nonnegative_int 119 , 'widths': directives.positive_int_list 120 , 'fill-cells' : directives.flag }
|
D | kerneldoc.py | 39 from docutils.parsers.rst import directives, Directive 49 'doc': directives.unchanged_required, 50 'functions': directives.unchanged, 51 'export': directives.unchanged, 52 'internal': directives.unchanged,
|
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 89 path = directives.path(self.arguments[0])
|
D | cdomain.py | 36 from docutils.parsers.rst import directives 65 "name" : directives.unchanged 159 directives = { variable in CDomain
|
D | kfigure.py | 56 from docutils.parsers.rst import directives 57 from docutils.parsers.rst.directives import images 74 from sphinx.directives.patches import Figure # pylint: disable=C0413 475 option_spec['caption'] = directives.unchanged
|
/Linux-v4.19/Documentation/early-userspace/ |
D | README | 54 A source file must be directives in the format required by the 56 file format). The directives in the file will be passed directly to 73 usr/gen_init_cpio file directives are output. If a directory is 76 directives from directory scanning and file contents copying are
|
/Linux-v4.19/scripts/ |
D | asn1_compiler.c | 209 static const char *const directives[NR__DIRECTIVES] = { variable 446 dir = bsearch(&tokens[tix], directives, in tokenise() 447 sizeof(directives) / sizeof(directives[1]), in tokenise() 448 sizeof(directives[1]), in tokenise() 451 tokens[tix++].token_type = dir - directives; in tokenise()
|
/Linux-v4.19/Documentation/doc-guide/ |
D | sphinx.rst | 12 The reStructuredText files may contain directives to include structured 342 ``kernel-image`` directives. E.g. to insert a figure with a scalable 377 ``kernel-render`` directives.::
|
/Linux-v4.19/scripts/dtc/ |
D | dtx_diff | 37 build system ('#include' and '/include/' directives are processed).
|
/Linux-v4.19/Documentation/x86/ |
D | exception-tables.txt | 200 The instructions bracketed in the .section directives are no longer 225 What happened? The assembly directives
|
/Linux-v4.19/Documentation/gpu/ |
D | todo.rst | 262 directives.
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 264 inclusions. Removed unneeded #include directives.
|