/openbmc/linux/Documentation/sphinx/ |
H A 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,
|
H A 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 }
|
H A 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])
|
H A D | kernel_abi.py | 44 from docutils.parsers.rst import directives, Directive 69 "debug" : directives.flag, 70 "rst" : directives.unchanged
|
H A D | cdomain.py | 36 from docutils.parsers.rst import directives 148 "name" : directives.unchanged 247 directives = { variable in CDomain
|
H A D | kernel_feat.py | 42 from docutils.parsers.rst import directives, Directive 67 "debug" : directives.flag
|
H A 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
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/ |
H A D | makedepend_1.0.9.bb | 8 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 D | rstFlatTable.py | 48 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 D | kerneldoc.py | 39 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 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])
|
H A D | cdomain.py | 36 from docutils.parsers.rst import directives 65 "name" : directives.unchanged 159 directives = { variable in CDomain
|
H A 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
|
/openbmc/qemu/docs/sphinx/ |
H A D | kerneldoc.py | 39 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 D | dbusdomain.py | 23 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 D | qapidoc.py | 34 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 D | hxtool.py | 25 from docutils.parsers.rst import directives, Directive 88 'hxfile': directives.unchanged_required
|
/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/ |
H A D | unifdef_2.12.bb | 5 …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 D | 0004-lemon-Remove-line-directives.patch | 4 Subject: [PATCH] lemon: Remove #line directives 7 directives with extra option '-l'.
|
H A D | 0002-flex-Remove-line-directives.patch | 4 Subject: [PATCH] flex: Remove #line directives 7 generate #line directives with absolute file patch.
|
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/ |
H A D | 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch | 4 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 D | 0004-Point-scripts-location-to-libdir.patch | 21 # 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 D | kconfig.rst | 79 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 D | systemctl | 99 self.directives = list() 115 self.directives.append(directive) 145 for directive in self.directives:
|
/openbmc/phosphor-webui/app/common/styles/ |
H A D | index.scss | 5 @import "./directives/index.scss";
|