/openbmc/u-boot/Documentation/sphinx/ |
H A D | rstFlatTable.py | 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) 185 stub_columns = self.directive.options.get('stub-columns', 0) 219 error = self.directive.state_machine.reporter.error( 221 , nodes.literal_block(self.directive.block_text 222 , self.directive.block_text) 223 , line = self.directive.lineno ) [all …]
|
/openbmc/linux/Documentation/sphinx/ |
H A D | rstFlatTable.py | 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) 173 stub_columns = self.directive.options.get('stub-columns', 0) 207 error = self.directive.state_machine.reporter.error( 209 , nodes.literal_block(self.directive.block_text 210 , self.directive.block_text) 211 , line = self.directive.lineno ) [all …]
|
/openbmc/qemu/docs/sphinx/ |
H A D | hxtool.py | 109 directive = parse_directive(line) 111 if directive == 'HXCOMM': 113 elif directive == 'SRST': 126 elif directive == 'ERST': 131 elif directive == 'DEFHEADING' or directive == 'ARCHHEADING': 132 if directive == 'DEFHEADING':
|
/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/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | ui-bootstrap-tpls-0.11.0.js | 8 …directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function… 9 …directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
|
H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 …directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function… 9 …directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
|
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') { 246 if (targetPkg.directive === 'add')
|
/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/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/ |
H A D | systemctl | 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/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/meta/recipes-core/systemd/systemd-systemctl/ |
H A D | systemctl | 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/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
|
/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. 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… 819 <ref-bitbake-user-manual-metadata-inherit-defer>` directive is advised as [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | include-extra-junk.err | 1 include-extra-junk.json:3: invalid 'include' directive
|
H A D | pragma-extra-junk.err | 1 pragma-extra-junk.json:3: invalid 'pragma' directive
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | loader.js | 4 angular.module('app.common.directives').directive('loader', function() {
|
H A D | form-input-error.js | 1 angular.module('app.common.directives').directive('hasError', function() {
|
H A D | input.js | 5 .directive('setFocusOnNewInput', function() {
|
H A D | file.js | 4 angular.module('app.common.directives').directive('file', function() {
|
H A D | icon-provider.js | 14 angular.module('app.common.directives').directive('icon', () => {
|
H A D | password-confirmation.js | 16 .directive('passwordConfirm', function() {
|
H A D | toggle-flag.js | 4 angular.module('app.common.directives').directive('toggleFlag', [
|
H A D | click-outside.js | 4 angular.module('app.common.directives').directive('clickOutside', [
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch | 22 # directive which shows up, and try using it. 38 # directive which shows up, and try using it.
|
/openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/ |
H A D | password-visibility-toggle.js | 15 .directive('passwordVisibilityToggle', [
|