Home
last modified time | relevance | path

Searched full:directives (Results 1 – 25 of 149) sorted by relevance

123456

/openbmc/phosphor-webui/app/
H A Dindex.js46 import directives_index from './common/directives/index.js';
47 import app_header from './common/directives/app-header.js';
48 import app_navigation from './common/directives/app-navigation.js';
49 import confirm from './common/directives/confirm.js';
50 import log_event from './common/directives/log-event.js';
51 import certificate from './common/directives/certificate.js';
52 import log_filter from './common/directives/log-filter.js';
53 import log_search_control from './common/directives/log-search-control.js';
54 import ldap_user_roles from './common/directives/ldap-user-roles.js';
55 import toggle_flag from './common/directives/toggle-flag.js';
[all …]
/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/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_abi.py44 from docutils.parsers.rst import directives, Directive
69 "debug" : directives.flag,
70 "rst" : 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
92 path = directives.path(self.arguments[0])
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
/openbmc/qemu/docs/sphinx/
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 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,
/openbmc/u-boot/Documentation/sphinx/
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 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 Dcdomain.py36 from docutils.parsers.rst import directives
65 "name" : directives.unchanged
159 directives = { variable in CDomain
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])
/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/linux/arch/arm64/kernel/vdso/
H A Dsigreturn.S22 * NOTE!!! You may notice that all of the .cfi directives in this file have
26 * directives, we trigger an arm64-specific fallback path in the unwinder which
28 * the sigcontext. Re-enabling the cfi directives here therefore needs to be
/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/linux/Documentation/driver-api/early-userspace/
H A 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
/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/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/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/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf92 # and enable the Syslog directive. These directives are mutually
100 # These two directives are mutually exclusive.
294 # Configure one or more ReversePath directives to enable reverse proxy
298 # If you uncomment the following two directives and run tinyproxy
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js25 var moduleName = 'app.common.directives.dirPagination';
74 // directives that may be looking for this ID.
203 * dir-paginate-no-compile directives.
254 * it prevents further compilation of any inner directives. It is then removed
255 * in the link function, and all inner directives are then manually compiled.
263 'app.common.directives.dirPagination.template',
667 var templatePath = 'app.common.directives.dirPagination.template';
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/
H A Dtayga.conf59 # listed in `map' directives. (See below.)
94 # not need map directives.)

123456