/openbmc/sdbusplus/tools/ |
H A D | meson.build | 17 'sdbusplus/templates/error.cpp.mako', 18 'sdbusplus/templates/error.hpp.mako', 19 'sdbusplus/templates/error.md.mako', 20 'sdbusplus/templates/event.cpp.mako', 21 'sdbusplus/templates/event.hpp.mako', 22 'sdbusplus/templates/event.md.mako', 23 'sdbusplus/templates/events.cpp.mako', 24 'sdbusplus/templates/events.hpp.mako', 25 'sdbusplus/templates/events.md.mako', 26 'sdbusplus/templates/interface.aserver.hpp.mako', [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-setup-build | 23 templates = [] 26 template_dir = os.path.join(os.path.dirname(layers_file), layer, 'conf','templates') 40 templates.append({"templatename":templatename,"templatepath":templatepath,"buildpath":buildpath,"notespath":notespath,"notes":notes,"summary":summary}) 42 return templates 44 def print_templates(templates, verbose): 47 for i in range(len(templates)): 48 t = templates[i] 60 templates = discover_templates(args.layerlist) 61 if not templates: 65 print_templates(templates, verbos 45 print_templates(templates, verbose) global() argument 68 find_template(template_name, templates) global() argument [all...] |
/openbmc/phosphor-dbus-monitor/src/ |
H A D | meson.build | 4 'templates/callbackgroup.mako.cpp', 5 'templates/conditional.mako.cpp', 6 'templates/count.mako.cpp', 7 'templates/elog.mako.cpp', 8 'templates/errors.mako.hpp', 9 'templates/event.mako.cpp', 10 'templates/generated.mako.hpp', 11 'templates/journal.mako.cpp', 12 'templates/median.mako.cpp', 13 'templates/method.mako.cpp', [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/ |
H A D | nikto_2.1.6.bb | 23 install -d ${D}${sysconfdir}/nikto/templates 86 install -m 0644 templates/htm_close.tmpl ${D}${sysconfdir}/nikto/templates 87 install -m 0644 templates/htm_end.tmpl ${D}${sysconfdir}/nikto/templates 88 install -m 0644 templates/htm_host_head.tmpl ${D}${sysconfdir}/nikto/templates 89 install -m 0644 templates/htm_host_im.tmpl ${D}${sysconfdir}/nikto/templates 90 install -m 0644 templates/htm_host_item.tmpl ${D}${sysconfdir}/nikto/templates 91 install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates 92 install -m 0644 templates/htm_stop.tmpl ${D}${sysconfdir}/nikto/templates 93 install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates 94 install -m 0644 templates/htm_summary.tmpl ${D}${sysconfdir}/nikto/templates [all …]
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | meson.build | 30 meson.project_source_root() + '/src/test/templates', 40 'templates/pathgentest.mako.hpp', 70 meson.project_source_root() + '/src/test/templates', 80 'templates/propertygentest.mako.hpp', 110 meson.project_source_root() + '/src/test/templates', 120 'templates/propertywatchgentest.mako.hpp', 153 meson.project_source_root() + '/src/test/templates', 163 'templates/callbackgentest.mako.hpp', 193 meson.project_source_root() + '/src/test/templates', 203 'templates/callbackgroupgentest.mako.hpp', [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2/ |
H A D | fix-3.13.patch |
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | custom-template-configuration-directory.rst | 18 NOTE: Configuration template placed into /srv/work/alex/meta-alex/conf/templates/test-1 19 …ly provide a configuration description in /srv/work/alex/meta-alex/conf/templates/test-1/conf-note… 21 …TEMPLATECONF=/srv/work/alex/meta-alex/conf/templates/test-1 . /srv/work/alex/poky/oe-init-build-en… 27 To use those saved templates as a starting point for a build, users should point 30 …TEMPLATECONF=/srv/work/alex/meta-alex/conf/templates/test-1 . /srv/work/alex/poky/oe-init-build-en… 42 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 656 o.templates = o.templates || {}; 657 o.templates.notFound = o.templates.notFound || o.templates.empty; 672 this.templates = getTemplates(o.templates, this.displayFn); 693 } else if (this.async && this.templates.pending) { 695 } else if (!this.async && this.templates.notFound) { 708 } else if (!this.$lastSuggestion.length && this.templates.notFound) { 727 var template = this.templates.pending; 735 var template = this.templates.notFound; 752 …$el = $(that.templates.suggestion(context)).data(keys.obj, suggestion).data(keys.val, that.display… 763 return this.templates.footer ? this.templates.footer({ [all …]
|
/openbmc/phosphor-inventory-manager/ |
H A D | method.mako.cpp | 2 % if method.templates: 3 <${(',\n' + indent(1)).join([t.qualified() for t in method.templates])}>\
|
H A D | pimgen.py | 221 self.templates = kw.pop("templates", []) 439 templates=[Template(name=dbusMember, namespace=[])], 446 templates=[ 480 templates=[Template(name="Filter", namespace=[])], args=filters 486 templates=[ 496 templates=[Template(name="EventBasePtr", namespace=[])], 505 actions = Vector(templates=[action_type], args=action_args)
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/ |
H A D | git_2.47.1.bb | 65 template_dir=${datadir}/git-core/templates 99 REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates" 132 ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \ 133 ${datadir}/git-core/templates/hooks/pre-rebase.sample \ 134 ${datadir}/git-core/templates/hooks/fsmonitor-watchman.sample \
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/files/ |
H A D | location.patch | 24 -# TEMPLATEDIR=/opt/nikto/templates # Location of template dir 29 +TEMPLATEDIR=/etc/nikto/templates # Location of template dir
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/ |
H A D | tripwire_2.4.3.7.bb | 40 install -d ${D}${docdir}/${BPN} ${D}${docdir}/${BPN}/templates 56 install -m 0644 ${S}/policy/templates/* ${D}${docdir}/${BPN}/templates
|
/openbmc/openbmc-test-automation/docs/ |
H A D | code_standards_check.md | 20 $ codespell templates/test_openbmc_setup.robot 21 templates/test_openbmc_setup.robot:13: setings ==> settings
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/ |
H A D | 0001-remove-dropped-templates.patch | 4 Subject: [PATCH] remove dropped gtkdoc templates 28 -#### templates ####
|
/openbmc/openbmc/poky/ |
H A D | .templateconf | 2 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
|
/openbmc/openbmc/ |
H A D | .templateconf | 2 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
|
/openbmc/phosphor-logging/tools/ |
H A D | meson.build | 4 subdir('phosphor-logging/templates')
|
/openbmc/linux/Documentation/security/ |
H A D | index.rst | 9 IMA-templates
|
/openbmc/openbmc-test-automation/ |
H A D | .shellcheck-ignore | 7 templates/bash_simple_template
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-typogrify_2.0.7.bb | 1 SUMMARY = "Filters to enhance web typography, including support for Django & Jinja templates"
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | meson.build | 14 'templates/ucd90160_defs.mako.cpp',
|
/openbmc/linux/drivers/hwmon/ |
H A D | hwmon.c | 652 const char * const *templates; in hwmon_notify_event() local 661 templates = __templates[type]; in hwmon_notify_event() 662 template = templates[attr]; in hwmon_notify_event() 693 const char * const *templates; in hwmon_genattrs() local 700 templates = __templates[info->type]; in hwmon_genattrs() 715 templates[attr], ops); in hwmon_genattrs()
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | meson.build | 17 'templates/ucd90160_defs.mako.cpp',
|
/openbmc/linux/Documentation/crypto/ |
H A D | architecture.rst | 25 numerous "templates" that can be used in conjunction with the single 33 A single block cipher may even be called with multiple templates. 34 However, templates cannot be used without a single cipher. 55 the templates. 94 additional templates may enclose other templates, such as 120 list does not specify all possible permutations of templates and
|