Home
last modified time | relevance | path

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

1234

/openbmc/sdbusplus/tools/
H A Dmeson.build15 'sdbusplus/templates/error.cpp.mako',
16 'sdbusplus/templates/error.hpp.mako',
17 'sdbusplus/templates/error.md.mako',
18 'sdbusplus/templates/interface.aserver.hpp.mako',
19 'sdbusplus/templates/interface.client.hpp.mako',
20 'sdbusplus/templates/interface.common.hpp.mako',
21 'sdbusplus/templates/interface.md.mako',
28 'sdbusplus/templates/method.client.hpp.mako',
29 'sdbusplus/templates/method.md.mako',
32 'sdbusplus/templates/property.md.mako',
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-setup-build24 templates = []
43 return templates
45 def print_templates(templates, verbose): argument
48 for i in range(len(templates)):
49 t = templates[i]
62 if not templates:
66 print_templates(templates, verbose)
69 print_templates(templates, False)
72 try: return templates[int(n_s) - 1]
77 for t in templates:
[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/median.mako.cpp',
8 'templates/generated.mako.hpp',
9 'templates/journal.mako.cpp',
10 'templates/elog.mako.cpp',
11 'templates/errors.mako.hpp',
12 'templates/method.mako.cpp',
13 'templates/resolve_errors.mako.cpp',
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/
H A Dnikto_2.1.6.bb86 install -m 0644 templates/htm_close.tmpl ${D}${sysconfdir}/nikto/templates
87 install -m 0644 templates/htm_end.tmpl ${D}${sysconfdir}/nikto/templates
89 install -m 0644 templates/htm_host_im.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
95 install -m 0644 templates/xml_end.tmpl ${D}${sysconfdir}/nikto/templates
97 install -m 0644 templates/xml_host_im.tmpl ${D}${sysconfdir}/nikto/templates
99 install -m 0644 templates/xml_start.tmpl ${D}${sysconfdir}/nikto/templates
[all …]
/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build28 '-p', meson.project_source_root() + '/src/test/templates',
35 'templates/pathgentest.mako.hpp',
63 '-p', meson.project_source_root() + '/src/test/templates',
70 'templates/propertygentest.mako.hpp',
98 '-p', meson.project_source_root() + '/src/test/templates',
105 'templates/propertywatchgentest.mako.hpp',
133 '-p', meson.project_source_root() + '/src/test/templates',
140 'templates/callbackgentest.mako.hpp',
175 'templates/callbackgroupgentest.mako.hpp',
209 'templates/conditiongentest.mako.hpp',
[all …]
/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/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/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);
727 var template = this.templates.pending;
763 return this.templates.footer ? this.templates.footer({
770 return this.templates.header ? this.templates.header({
850 function getTemplates(templates, displayFn) { argument
852 notFound: templates.notFound && _.templatify(templates.notFound),
853 pending: templates.pending && _.templatify(templates.pending),
854 header: templates.header && _.templatify(templates.header),
[all …]
/openbmc/linux/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb
73 - project: 'freedesktop/ci-templates'
76 - '/templates/ci-fairy.yml'
77 - project: 'freedesktop/ci-templates'
78 ref: *ci-templates-commit
80 - '/templates/alpine.yml'
81 - '/templates/debian.yml'
82 - '/templates/fedora.yml'
/openbmc/qemu/
H A D.gitlab-ci.yml16 # QEMU CI jobs are based on templates. Some templates provide
/openbmc/openbmc/poky/meta/recipes-devtools/git/
H A Dgit_2.44.0.bb64 template_dir=${datadir}/git-core/templates
98 REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates"
131 ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \
132 ${datadir}/git-core/templates/hooks/pre-rebase.sample \
133 ${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-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-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/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/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-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.build10 'templates/ucd90160_defs.mako.cpp'
/openbmc/phosphor-power/power-sequencer/
H A Dmeson.build13 'templates/ucd90160_defs.mako.cpp'
/openbmc/phosphor-logging/
H A Dmeson.build83 'tools/phosphor-logging/templates/elog-lookup-template.mako.cpp',
99 'tools/phosphor-logging/templates/elog-process-metadata.mako.cpp',

1234