Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 98) sorted by relevance

1234

/openbmc/sdbusplus/tools/
H A Dmeson.build17 '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 Doe-setup-build23 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 Dmeson.build4 '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 Dnikto_2.1.6.bb23 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 Dmeson.build30 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 Dfix-3.13.patch
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustom-template-configuration-directory.rst18 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 Dtypeahead.jquery.js656 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 Dmethod.mako.cpp2 % if method.templates:
3 <${(',\n' + indent(1)).join([t.qualified() for t in method.templates])}>\
H A Dpimgen.py221 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 Dgit_2.47.1.bb65 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 Dlocation.patch24 -# 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 Dtripwire_2.4.3.7.bb40 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 Dcode_standards_check.md20 $ 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 D0001-remove-dropped-templates.patch4 Subject: [PATCH] remove dropped gtkdoc templates
28 -#### templates ####
/openbmc/openbmc/poky/
H A D.templateconf2 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
/openbmc/openbmc/
H A D.templateconf2 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
/openbmc/phosphor-logging/tools/
H A Dmeson.build4 subdir('phosphor-logging/templates')
/openbmc/linux/Documentation/security/
H A Dindex.rst9 IMA-templates
/openbmc/openbmc-test-automation/
H A D.shellcheck-ignore7 templates/bash_simple_template
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-typogrify_2.0.7.bb1 SUMMARY = "Filters to enhance web typography, including support for Django & Jinja templates"
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dmeson.build14 'templates/ucd90160_defs.mako.cpp',
/openbmc/linux/drivers/hwmon/
H A Dhwmon.c652 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 Dmeson.build17 'templates/ucd90160_defs.mako.cpp',
/openbmc/linux/Documentation/crypto/
H A Darchitecture.rst25 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

1234