/openbmc/phosphor-webui/app/ |
H A D | index.js | 46 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 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/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_abi.py | 44 from docutils.parsers.rst import directives, Directive 69 "debug" : directives.flag, 70 "rst" : 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 92 path = directives.path(self.arguments[0])
|
/openbmc/qemu/docs/sphinx/ |
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 | 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 | qapidoc.py | 40 from docutils.parsers.rst import directives 62 from sphinx.directives.code import CodeBlock 276 Generate option lines for QAPI entity directives. 390 # module directives are credited to the first line of a module file. 504 "qapifile": directives.unchanged_required, 505 "namespace": directives.unchanged, 506 "transmogrify": directives.flag, 645 "annotated": directives.flag, 646 "title": directives.unchanged,
|
H A D | qapi_domain.py | 22 from docutils.parsers.rst import directives 34 from sphinx.directives import ObjectDescription 293 It's not used directly, but is instead subclassed by specific directives. 303 "namespace": directives.unchanged, 304 "module": directives.unchanged, 306 "since": directives.unchanged, 307 "ifcond": directives.unchanged, 308 "deprecated": directives.flag, 309 "unstable": directives.flag, 744 directives = { variable in QAPIDomain [all …]
|
/openbmc/u-boot/Documentation/sphinx/ |
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 | 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 | cdomain.py | 36 from docutils.parsers.rst import directives 65 "name" : directives.unchanged 159 directives = { variable in CDomain
|
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])
|
/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.
|
H A D | qapi-domain.rst | 11 included with Sphinx, but provides special directives and roles 17 provides a set of special rST directives and cross-referencing roles to 53 using directives defined by the domain. 128 Event, Enum, Object and Alternate directives. 307 Object directives. 330 QAPI directives to help prevent accidental misspellings of info field 341 Will allow you to add arbitrary field lists in QAPI directives:: 424 of any ``qapi:namespace`` or ``qapi:module`` directives preceding the 450 Directives chapter 453 The QAPI domain adds a number of custom directives for documenting [all …]
|
/openbmc/linux/arch/arm64/kernel/vdso/ |
H A D | sigreturn.S | 22 * 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 D | unifdef_2.12.bb | 5 …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 D | early_userspace_support.rst | 57 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 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/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/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/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
H A D | tinyproxy.conf | 92 # 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 D | dirPagination.js | 25 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';
|