Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/qemu/docs/sphinx/
H A Dcompat.py47 directive: SphinxDirective, content_node: Element
54 content_node.document = directive.state.document
60 directive.state,
61 directive.content,
63 content_offset=directive.content_offset,
67 with switch_source_input(directive.state, directive.content):
69 directive.state, directive.content, content_node
H A Dhxtool.py109 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/u-boot/Documentation/sphinx/
H A DrstFlatTable.py152 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/openbmc-test-automation/ffdc/docs/
H A Dplugin.md19 - plugin directive in YAML
110 when the return directive is used by implying "=" , the `return_value` can be
188 Error directive on plugin supported
192 - continue_on_error : If there was an error and user declare this directive,
206 This error directive would come into force only if there is an error detected by
210 To go further, there is another directive for plugin to check if the plugin
213 The directive statement is
239 This directive helps in validating plugin return data to handle different plugin
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch4 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/webui-vue/src/
H A Dmain.js141 app.directive('b-toggle', vBToggle);
142 app.directive('b-tooltip', vBTooltip);
143 app.directive('b-popover', vBPopover);
144 app.directive('b-modal', vBModal);
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function…
9directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
H A Dui-bootstrap-tpls-0.11.0.min.js8directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function…
9directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
H A Dcustomrecipe.js21 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-devtools/systemd/systemd-systemctl/
H A Dsystemctl113 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/qemu/tests/qapi-schema/
H A Dinclude-extra-junk.err1 include-extra-junk.json:3: invalid 'include' directive
H A Dpragma-extra-junk.err1 pragma-extra-junk.json:3: invalid 'pragma' directive
/openbmc/phosphor-webui/app/common/directives/
H A Dloader.js4 angular.module('app.common.directives').directive('loader', function() {
H A Dform-input-error.js1 angular.module('app.common.directives').directive('hasError', function() {
H A Dinput.js5 .directive('setFocusOnNewInput', function() {
H A Dfile.js4 angular.module('app.common.directives').directive('file', function() {
H A Dicon-provider.js14 angular.module('app.common.directives').directive('icon', () => {
H A Dpassword-confirmation.js16 .directive('passwordConfirm', function() {
H A Dtoggle-flag.js4 angular.module('app.common.directives').directive('toggleFlag', [
H A Dclick-outside.js4 angular.module('app.common.directives').directive('clickOutside', [
H A Dconfirm.js4 angular.module('app.common.directives').directive('confirm', [
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A D0001-cfgfile-fix-build-with-gcc-15.patch45 char *config_get_string(const char *directive);
46 int config_get_bool(const char *directive);
/openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/
H A Dpassword-visibility-toggle.js15 .directive('passwordVisibilityToggle', [
/openbmc/phosphor-webui/app/access-control/directives/
H A Dusername-validator.js15 .directive('usernameValidator', function() {
H A Drole-table.js8 angular.module('app.accessControl').directive('roleTable', [

1234