/openbmc/qemu/docs/sphinx/ |
H A D | hxtool.py | 9 """hxtool is a Sphinx extension that implements the hxtool-doc directive""" 16 # Each hxtool-doc:: directive takes one argument which is the 25 from docutils.parsers.rst import directives, Directive 49 """Handle a DEFHEADING directive""" 52 # empty we ignore the directive -- these are used only to add 63 """Handle an ARCHHEADING directive""" 76 """Handle an SRST directive""" 83 class HxtoolDocDirective(Directive): 109 directive = parse_directive(line) 111 if directive == 'HXCOMM': [all …]
|
H A D | fakedbusdoc.py | 10 from docutils.parsers.rst import Directive 15 class FakeDBusDocDirective(Directive): 24 """Register a fake dbus-doc directive with Sphinx"""
|
H A D | qapidoc.py | 11 qapidoc is a Sphinx extension that implements the qapi-doc directive 16 It implements one new rST directive, "qapi-doc::". 17 Each qapi-doc:: directive takes one argument, which is the 34 from docutils.parsers.rst import Directive, directives 80 from a Sphinx directive's 'run' method). 487 class NestedDirective(Directive): 548 When the :annotated: option is present, the body of this directive 554 When :annotated: is absent, the directive body is treated as a 583 # No explicit directive found, use defaults 640 """Register qapi-doc directive with Sphinx"""
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 9 Implementation of the ``kernel-include`` reST-directive. 14 The ``kernel-include`` reST-directive is a replacement for the ``include`` 15 directive. The ``kernel-include`` directive expand environment variables in 21 security risk for builders. This is why the ``include`` directive from 23 tree where the reST document with the include directive is placed. 59 u"""KernelInclude (``kernel-include``) directive""" 69 'Problems with "%s" directive, prohibited path: %s' 88 raise self.warning('"%s" directive disabled.' % self.name) 111 raise self.severe('Problems with "%s" directive path:\n' 116 raise self.severe('Problems with "%s" directive path:\n%s.' % [all …]
|
H A D | rstFlatTable.py | 9 Implementation of the ``flat-table`` reST-directive. 102 u"""FlatTable (``flat-table``) directive""" 116 'The "%s" directive is empty; content required.' % self.name, 140 def __init__(self, directive): argument 141 self.directive = directive 147 colwidths = self.directive.get_column_widths(self.max_cols) 153 stub_columns = self.directive.options.get('stub-columns', 0) 154 header_rows = self.directive.options.get('header-rows', 0) 166 # no table directive (except *this* flat-table) which allows to 173 stub_columns = self.directive.options.get('stub-columns', 0) [all …]
|
H A D | kernel_abi.py | 9 Implementation of the ``kernel-abi`` reST-directive. 16 The ``kernel-abi`` (:py:class:`KernelCmd`) directive calls the 19 Overview of directive's argument and options. 44 from docutils.parsers.rst import directives, Directive 59 class KernelCmd(Directive): 61 u"""KernelABI (``kernel-abi``) directive"""
|
H A D | kernel_feat.py | 8 Implementation of the ``kernel-feat`` reST-directive. 15 The ``kernel-feat`` (:py:class:`KernelFeat`) directive calls the 18 Overview of directive's argument and options. 42 from docutils.parsers.rst import directives, Directive 57 class KernelFeat(Directive): 59 u"""KernelFeat (``kernel-feat``) directive"""
|
H A D | maintainers_include.py | 10 Implementation of the ``maintainers-include`` reST-directive. 15 The ``maintainers-include`` reST-directive performs extensive parsing 26 from docutils.parsers.rst import Directive 40 u"""MaintainersInclude (``maintainers-include``) directive""" 176 raise self.warning('"%s" directive disabled.' % self.name) 192 raise self.severe('Problems with "%s" directive path:\n%s.' %
|
H A D | kfigure.py | 445 """Node for ``kernel-image`` directive.""" 449 u"""KernelImage directive 451 Earns everything from ``.. image::`` directive, except *remote URI* and 482 """Node for ``kernel-figure`` directive.""" 485 u"""KernelImage directive 487 Earns everything from ``.. figure::`` directive, except *remote URI* and 557 """Node for ``kernel-render`` directive.""" 561 u"""KernelRender directive 564 *figure* directive, plus option ``caption``. If ``caption`` has a 568 The KernelRender directive wraps the text of the directive into a [all …]
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 9 Implementation of the ``kernel-include`` reST-directive. 14 The ``kernel-include`` reST-directive is a replacement for the ``include`` 15 directive. The ``kernel-include`` directive expand environment variables in 21 security risk for builders. This is why the ``include`` directive from 23 tree where the reST document with the include directive is placed. 59 u"""KernelInclude (``kernel-include``) directive""" 68 'Problems with "%s" directive, prohibited path: %s' 85 raise self.warning('"%s" directive disabled.' % self.name) 109 raise self.severe('Problems with "%s" directive path:\n' 114 raise self.severe('Problems with "%s" directive path:\n%s.' % [all …]
|
H A D | rstFlatTable.py | 9 Implementation of the ``flat-table`` reST-directive. 114 u"""FlatTable (``flat-table``) directive""" 128 'The "%s" directive is empty; content required.' % self.name, 152 def __init__(self, directive): argument 153 self.directive = directive 159 colwidths = self.directive.get_column_widths(self.max_cols) 165 stub_columns = self.directive.options.get('stub-columns', 0) 166 header_rows = self.directive.options.get('header-rows', 0) 178 # no table directive (except *this* flat-table) which allows to 185 stub_columns = self.directive.options.get('stub-columns', 0) [all …]
|
H A D | kfigure.py | 341 """Node for ``kernel-image`` directive.""" 345 u"""KernelImage directive 347 Earns everything from ``.. image::`` directive, except *remote URI* and 378 """Node for ``kernel-figure`` directive.""" 381 u"""KernelImage directive 383 Earns everything from ``.. figure::`` directive, except *remote URI* and 453 """Node for ``kernel-render`` directive.""" 457 u"""KernelRender directive 460 *figure* directive, plus option ``caption``. If ``caption`` has a 464 The KernelRender directive wraps the text of the directive into a [all …]
|
/openbmc/openbmc-test-automation/ffdc/docs/ |
H A D | plugin.md | 19 - plugin directive in YAML 108 when the return directive is used by implying "=" , the `return_value` can be 183 Error directive on plugin supported 187 - continue_on_error : If there was an error and user declare this directive, 200 This error directive would come into force only if there is an error detected by 204 To go further, there is another directive for plugin to check if the plugin 207 The directive statement is 233 This directive helps in validating plugin return data to handle different plugin
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | icon-provider.js | 2 * Directive to inline an svg icon 4 * To use–add an <icon> directive with a file attribute with 14 angular.module('app.common.directives').directive('icon', () => { 20 console.log('File name not provided for <icon> directive.')
|
H A D | dirPagination.js | 11 * on how to dynamically invoke the ng-repeat directive. 32 .directive( 35 .directive('dirPaginateNoCompile', noCompileDirective) 36 .directive( 58 // https://github.com/angular/angular.js/blob/v1.4.x/src/ng/directive/ngRepeat.js#L339 65 throw 'pagination directive: the \'itemsPerPage\' filter must be set.'; 170 * Adds the ng-repeat directive to the element. In the case of multi-element 189 * Adds the dir-paginate-no-compile directive to each element in the tElement 251 * This is a helper directive that allows correct compilation when in 296 // is only important when the corresponding dir-paginate directive has not [all …]
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | jump_label.h | 19 * ".balign 4" directive. In that case patched instruction is aligned with one 21 * However 'align by 4' directive is much stricter than it actually required. 24 * ".bundle_align_mode" assembler directive. That will save us from adding 27 * TODO: switch to ".bundle_align_mode" directive using whin it will be
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | ktap.rst | 73 <result> <number> [<description>][ # [<directive>] [<diagnostic data>]] 86 The directive and any diagnostic data is optional. If either are present, they 89 A directive is a keyword that indicates a different outcome for a test other 90 than passed and failed. The directive is optional, and consists of a single 92 a directive it doesn't support, it should fall back to the "ok" / "not ok" 98 result line can be either "ok" or "not ok" if the SKIP directive is used) 101 directive is inherited from TAP, its use in the kernel is discouraged. 105 case result line should be “not ok” if the TIMEOUT directive is used) 108 the test case result line should be “not ok” if the ERROR directive is used) 115 directive nor any diagnostic data do not need to include the "#" field [all …]
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 751 directive in your recipes to inherit the class would be a common way to 759 directive. 778 ``inherit`` Directive 782 directive to inherit the functionality of a class (``.bbclass``). 783 BitBake only supports this directive when used within recipe and class 786 The ``inherit`` directive is a rudimentary means of specifying 792 As an example, your recipes could use the following directive to inherit 806 If you want to use the directive to inherit multiple classes, separate 812 An advantage with the inherit directive as compared to both the 813 …etadata:\`\`include\`\` directive>` and :ref:`require <bitbake-user-manual/bitbake-user-manual-met… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/ |
H A D | systemctl | 107 Directive = namedtuple("Directive", "action unit_name") 113 directive = Directive(action=m.group('action'), 115 self.directives.append(directive) 145 for directive in self.directives: 146 if fnmatch.fnmatch(unit_name, directive.unit_name): 147 return directive.action
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | customrecipe.js | 21 if (targetPkg.directive === 'add'){ 30 } else if (targetPkg.directive === 'remove') { 144 if (targetPkg.directive === 'add') { 180 } else if (targetPkg.directive === 'remove') { 226 throw("Unknown package directive: should be add or remove"); 246 if (targetPkg.directive === 'add') 247 btnCell.children("button[data-directive=remove]").fadeIn(); 249 btnCell.children("button[data-directive=add]").fadeIn();
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/ |
H A D | systemctl | 123 Directive = namedtuple("Directive", "action unit_name") 129 directive = Directive(action=m.group('action'), 131 self.directives.append(directive) 161 for directive in self.directives: 162 if fnmatch.fnmatch(unit_name, directive.unit_name): 163 return directive.action
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | 0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch | 4 Subject: [PATCH] Ensure compatibility with ARMv9 by updating .arch directive 6 The pmem_cvap() function currently uses the '.arch armv8.2-a' directive 8 compiling for ARMv9 systems. Update the '.arch' directive to 'armv9.4-a'
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 419 """Path group config file directive.""" 438 """Property group config file directive.""" 646 """Handle the property watch config file directive.""" 720 """Handle the path watch config file directive.""" 750 """Handle the journal callback config file directive.""" 822 """Handle the count condition config file directive.""" 845 """Handle the median condition config file directive.""" 866 """Handle the journal callback config file directive.""" 878 """Handle the elog callback config file directive.""" 892 """Handle the event callback config file directive.""" [all …]
|
/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 99 # option must not be enabled if the Logfile directive is being used. 221 # the real host name is a security concern. If the following directive 259 # If this directive is commented out, or is set to "No" then the default 263 # However, by setting this directive to "Yes" the default policy becomes 309 # that the normal proxy is turned off by uncommenting the next directive.
|
/openbmc/qemu/docs/devel/ |
H A D | docs.rst | 38 ``SRST()`` directive. For example, 45 ``--help`` output and in the documentation. This directive should 67 that results. Use the ``SRST()`` directive documented above, to
|