Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/Documentation/sphinx/
DrstFlatTable.py48 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 }
Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
61 'doc': directives.unchanged_required,
62 'functions': directives.unchanged,
63 'export': directives.unchanged,
64 'internal': directives.unchanged,
Dkernel_include.py38 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])
Dcdomain.py36 from docutils.parsers.rst import directives
68 "name" : directives.unchanged
162 directives = { variable in CDomain
Dkfigure.py56 from docutils.parsers.rst import directives
57 from docutils.parsers.rst.directives import images
76 from sphinx.directives.patches import Figure # pylint: disable=C0413
481 option_spec['caption'] = directives.unchanged
/Linux-v5.4/Documentation/driver-api/early-userspace/
Dearly_userspace_support.rst57 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-v5.4/scripts/
Dasn1_compiler.c205 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-v5.4/Documentation/doc-guide/
Dsphinx.rst14 The reStructuredText files may contain directives to include structured
346 ``kernel-image`` directives. E.g. to insert a figure with a scalable
381 ``kernel-render`` directives.::
/Linux-v5.4/scripts/dtc/
Ddtx_diff37 build system ('#include' and '/include/' directives are processed).
/Linux-v5.4/Documentation/x86/
Dexception-tables.rst206 The instructions bracketed in the .section directives are no longer
232 What happened? The assembly directives::
/Linux-v5.4/Documentation/scsi/
DChangeLog.lpfc264 inclusions. Removed unneeded #include directives.