Home
last modified time | relevance | path

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

123

/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc.py39 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,
H A DrstFlatTable.py46 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 }
H A 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
92 path = directives.path(self.arguments[0])
H A Dkernel_abi.py44 from docutils.parsers.rst import directives, Directive
69 "debug" : directives.flag,
70 "rst" : directives.unchanged
H A Dcdomain.py36 from docutils.parsers.rst import directives
148 "name" : directives.unchanged
247 directives = { variable in CDomain
H A Dkernel_feat.py42 from docutils.parsers.rst import directives, Directive
67 "debug" : directives.flag
H A Dkfigure.py58 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
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/
H A Dmakedepend_1.0.9.bb8 and #else directives so that it can correctly tell which #include, \
9 directives would be used in a compilation. Any #include, directives \
10 can reference files having other #include directives, and parsing will \
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py48 from docutils.parsers.rst import directives, roles
49 from docutils.parsers.rst.directives.tables import Table
117 'name': directives.unchanged
118 , 'class': directives.class_option
119 , 'header-rows': directives.nonnegative_int
120 , 'stub-columns': directives.nonnegative_int
121 , 'widths': directives.positive_int_list
122 , 'fill-cells' : directives.flag }
H A Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
49 'doc': directives.unchanged_required,
50 'functions': directives.unchanged_required,
51 'export': directives.unchanged,
52 'internal': directives.unchanged,
H A 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])
H A Dcdomain.py36 from docutils.parsers.rst import directives
65 "name" : directives.unchanged
159 directives = { variable in CDomain
H A Dkfigure.py56 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
/openbmc/qemu/docs/sphinx/
H A Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
55 'doc': directives.unchanged_required,
56 'functions': directives.unchanged,
57 'export': directives.unchanged,
58 'internal': directives.unchanged,
H A Ddbusdomain.py23 from docutils.parsers.rst import directives
26 from sphinx.directives import ObjectDescription
41 "deprecated": directives.flag,
112 "noreply": directives.flag,
198 "type": directives.unchanged,
199 "readonly": directives.flag,
200 "writeonly": directives.flag,
201 "readwrite": directives.flag,
202 "emits-changed": directives.unchanged,
338 directives = { variable in DBusDomain
H A Dqapidoc.py34 from docutils.parsers.rst import Directive, directives
41 from sphinx.directives.code import CodeBlock
510 option_spec = {"qapifile": directives.unchanged_required}
562 "annotated": directives.flag,
563 "title": directives.unchanged,
H A Dhxtool.py25 from docutils.parsers.rst import directives, Directive
88 'hxfile': directives.unchanged_required
/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/
H A Dunifdef_2.12.bb5 …cesses conditional C preprocessor #if and #ifdef directives. It removes from a file both the direc…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/
H A D0004-lemon-Remove-line-directives.patch4 Subject: [PATCH] lemon: Remove #line directives
7 directives with extra option '-l'.
H A D0002-flex-Remove-line-directives.patch4 Subject: [PATCH] flex: Remove #line directives
7 generate #line directives with absolute file patch.
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/
H A D0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch4 Subject: [PATCH] Emit no #line directives if gen_line_dirs is false
6 If we set --noline we should not print line directives.
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0004-Point-scripts-location-to-libdir.patch21 # directives need to be different for native and cross linkers.
34 # directives need to be different for native and cross linkers.
/openbmc/qemu/docs/devel/
H A Dkconfig.rst79 directives can be included:
107 ``select`` or ``depends on`` directives do not force the value to true
152 They sometimes have ``select`` directives to bring in other required
167 of directives that cooperate so that a default configuration includes
193 as conditions for ``default y`` directives.
230 directives. A device should be listed under ``select`` if the board
288 ``.mak`` files. In other words, ``default`` and ``imply`` directives
304 should not be worked around with ``select`` directives.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl99 self.directives = list()
115 self.directives.append(directive)
145 for directive in self.directives:
/openbmc/phosphor-webui/app/common/styles/
H A Dindex.scss5 @import "./directives/index.scss";

123