/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | js-unit-tests.html | 7 <link rel="stylesheet" href="{% static 'css/qunit-1.18.0.css' %}" /> 9 <script src="{% static 'js/qunit-1.18.0.js' %}"></script> 14 <script src="{% static 'js/bootstrap-3.4.1.min.js' %}"></script> 34 <input type="text" id="layers" placeholder="layers" ></input> 35 <input type="text" id="recipes" placeholder="recipes"></input> 36 <input type="text" id="projects" placeholder="projects"></input> 37 <input type="text" id="machines" placeholder="machines"></input> 39 <!-- import layer dependency input typeahead --> 40 <input type="text" id="layer-dependency" style="display:none"></input> 41 <!-- project page input typeaheads --> [all …]
|
H A D | importlayer.html | 5 {% block title %} Import layer - {{project.name}} - Toaster {% endblock %} 29 <form class="col-md-11"> 30 …<span class="help-block">The layer you are importing must be compatible with <strong>{{project.rel… 31 <div class="alert alert-error" id="import-error" style="display:none"> 32 <button type="button" class="close" data-dismiss="alert">×</button> 38 <div class="form-group" id="layer-name-ctrl"> 39 <label class="control-label" for="import-layer-name"> 41 …<span class="glyphicon glyphicon-question-sign get-help" title="Something like 'meta-mylayer'. You… 43 …<input class="form-control" id="import-layer-name" type="text" required autofocus data-autocomplet… 44 …<span class="help-block" style="display: none;" id="invalid-layer-name-hint">A valid layer name ca… [all …]
|
H A D | layerdetails.html | 6 {% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %} 9 <div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog" 10 data-keyboard="false" data-backdrop="static"> 11 <div class="modal-dialog" role="document"> 12 <div class="modal-content"> 13 <div class="modal-body"> 16 <div class="modal-footer"> 17 <button type="button" id="layer-delete-confirmed" class="btn 18 btn-primary">Delete layer</button> 19 <button type="button" class="btn btn-default btn-link" data-dismiss="modal">Cancel</button> [all …]
|
H A D | newproject.html | 5 {% block title %} Create a new project - Toaster {% endblock %} 9 <div class="col-md-12"> 10 <div class="page-header"> 14 <div class="alert alert-danger" role="alert">{{alert}}</div> 18 <div class="form-group" id="validate-project-name"> 19 … <label class="control-label">Project name <span class="text-muted">(required)</span></label> 20 … <input type="text" class="form-control" required id="new-project-name" name="projectname"> 22 …<p class="help-block text-danger" style="display: none;" id="hint-error-project-name">A project wi… 24 <label class="project-form">Project type:</label> 26 …<label class="project-form radio" style="padding-left: 35px;"><input id='type-new' type="radio"… [all …]
|
H A D | project.html | 7 {% block title %} Configuration - {{project.name}} - Toaster {% endblock %} 27 <div id="delete-project-modal" class="modal fade" tabindex="-1" role="dialog" data-backdrop="static… 28 <div class="modal-dialog"> 29 <div class="modal-content"> 30 <div class="modal-header"> 33 <div class="modal-body"> 34 <p>Deleting the <strong class="project-name"></strong> project 44 <div class="modal-footer"> 45 <button type="button" class="btn btn-primary" id="delete-project-confirmed"> 46 <span data-role="submit-state">Delete project</span> [all …]
|
H A D | project_specific.html | 7 {% block title %} Configuration - {{project.name}} - Toaster {% endblock %} 27 <div id="delete-project-modal" class="modal fade" tabindex="-1" role="dialog" data-backdrop="static… 28 <div class="modal-dialog"> 29 <div class="modal-content"> 30 <div class="modal-header"> 33 <div class="modal-body"> 34 <p>Deleting the <strong class="project-name"></strong> project 44 <div class="modal-footer"> 45 <button type="button" class="btn btn-primary" id="delete-project-confirmed"> 46 <span data-role="submit-state">Delete project</span> [all …]
|
H A D | newproject_specific.html | 5 {% block title %} Create a new project - Toaster {% endblock %} 9 <div class="col-md-12"> 10 <div class="page-header"> 14 <div class="alert alert-danger" role="alert">{{alert}}</div> 18 <div class="form-group" id="validate-project-name"> 19 … <label class="control-label">Project name <span class="text-muted">(required)</span></label> 20 …<input type="text" class="form-control" required id="new-project-name" name="display_projectname" … 22 …<p class="help-block text-danger" style="display: none;" id="hint-error-project-name">A project wi… 23 <input type="hidden" name="ptype" value="build" /> 24 <input type="hidden" name="projectname" value="{{projectname}}" /> [all …]
|
H A D | newcustomimage_modal.html | 15 <div class="modal fade" id="new-custom-image-modal" aria-hidden="false"> 16 <div class="modal-dialog"> 17 <div class="modal-content"> 18 <div class="modal-header"> 19 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 23 <div class="modal-body"> 24 <!-- 28 --> 29 <div data-role="image-selector" style="display:none;"> 31 <span class="help-block text-danger" id="invalid-recipe-help" style="display:none"></span> [all …]
|
H A D | toastertable.html | 26 {% include 'toastertable-filter.html' %} 28 <div class="row-fluid" id="empty-state-{{table_name}}" style="display:none"> 29 <div class="alert alert-info">{{empty_state|safe}}</div> 32 <div id="no-results-{{table_name}}" style="display:none"> 33 <div class="alert alert-warning"> 34 <form class="form-inline"> 35 <div class="form-group"> 36 <div class="btn-group"> 37 …<input class="form-control" id="new-search-input-{{table_name}}" name="search" type="text" placeho… 38 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></a> [all …]
|
H A D | command_line_builds.html | 6 {% block title %} Import Builds from eventlogs - Toaster {% endblock %} 10 <div class="container-fluid"> 13 <div class="fa-spin"> 18 <div class="col-md-12"> 19 <div class="page-header"> 21 <div class="col-md-6"> 25 <div class="col-md-6"> 26 … <button id="import_all" type="button" class="btn btn-primary navbar-btn navbar-right"> 27 … <span class="glyphicon glyphicon-upload" style="vertical-align: top;"></span> Import All 34 <div class="row-fluid" id="empty-state-{{table_name}}"> [all …]
|
H A D | toastertable-simple.html | 27 {% include 'toastertable-filter.html' %} 29 <div id="no-results-{{table_name}}" style="display:none"> 30 <div class="alert alert-warning"> 31 <form class="no-results form-inline"> 32 <div class="form-group"> 33 <div class="btn-group"> 34 …<input class="form-control" id="new-search-input-{{table_name}}" name="search" type="text" placeho… 35 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></s… 38 <button class="btn btn-default search-submit-{{table_name}}">Search</button> 39 … <button class="btn btn-link remove-search-btn-{{table_name}}">Show all {{title|lower}}</button> [all …]
|
H A D | projectconf.html | 5 {% block title %} BitBake variables - {{project.name}} - Toaster {% endblock %} 13 <span class="js-config-var-name js-config-var-managed-name">DISTRO</span> 14 …<span class="glyphicon glyphicon-question-sign get-help" title="The short name of the distribution… 16 <dd class="variable-list"> 18 <span class="glyphicon glyphicon-edit" id="change-distro-icon"></span> 19 <form id="change-distro-form" class="form-inline" style="display:none;"> 20 <div id="edit-distro-name-div" class="form-group"> 21 <input type="text" class="form-control" id="new-distro" value="{{distro}}"> 23 <button id="apply-change-distro" class="btn btn-default" type="button">Save</button> 24 <button id="cancel-change-distro" type="button" class="btn btn-link">Cancel</button> [all …]
|
H A D | projecttopbar.html | 19 <div class="col-md-12"> 20 …<div class="alert alert-success alert-dismissible change-notification" id="project-created-notific… 21 <button type="button" class="close" data-dismiss="alert">×</button> 22 … can now <a class="alert-link" href="{% url 'projectmachines' project.id %}">select your target ma… 24 <!-- project name --> 25 <div class="page-header"> 26 <h1 id="project-name-container"> 27 <span class="project-name">{{project.name}}</span> 29 <span class="glyphicon glyphicon-edit" id="project-change-form-toggle"></i> 32 …<span class="glyphicon glyphicon-question-sign get-help" title="This project shows information abo… [all …]
|
H A D | project_specific_topbar.html | 19 <div class="col-md-12"> 20 …<div class="alert alert-success alert-dismissible change-notification" id="project-created-notific… 21 <button type="button" class="close" data-dismiss="alert">×</button> 22 … can now <a class="alert-link" href="{% url 'projectmachines' project.id %}">select your target ma… 24 <!-- project name --> 25 <div class="page-header"> 26 <h1 id="project-name-container"> 27 <span class="project-name">{{project.name}}</span> 29 …<span class="glyphicon glyphicon-question-sign get-help" title="This project shows information abo… 32 <form id="project-name-change-form" class="form-inline" style="display: none;"> [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | default.css | 4 body { padding-top: 50px; } 6 /* Style the Yocto Project logo */ 7 img.logo { height: 30px; vertical-align: bottom; } 9 /* Style the Yocto Project logo and the Toaster name in the top navbar */ 10 .toaster-navbar-brand { float: left; margin: 7px 25px 0 0; } 11 .toaster-navbar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: … 12 .toaster-navbar-brand > a { text-decoration: none; } 13 .toaster-navbar-brand > a.brand:hover { color: #5e5e5e; } 15 /* Style the debugging information in the top navbar */ 16 .glyphicon-info-sign { color: #777; font-size: 16px; } [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | adi,adv7511.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 15 space conversion, S/PDIF, CEC and HDCP. The transmitter input is 21 - adi,adv7511 22 - adi,adv7511w 23 - adi,adv7513 37 reg-names: 40 needing a non-default address. [all …]
|
/openbmc/linux/Documentation/gpu/ |
H A D | komeda-kms.rst | 1 .. SPDX-License-Identifier: GPL-2.0 23 ----- 30 ------ 39 ------------------- 47 -------------------------- 52 ----------------------------- 57 -------------------------------- 62 ------ 63 D71 scaler mostly only has the half horizontal input/output capabilities 64 compared with Layer, like if Layer supports 4K input size, the scaler only can [all …]
|
/openbmc/webui-vue/src/env/assets/styles/ |
H A D | _intel.scss | 1 @font-face { 2 font-family: "Intel Clear"; 3 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff") 5 font-weight: 200; 6 font-style: normal; 8 @font-face { 9 font-family: "Intel Clear"; 10 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff") 12 font-weight: 400; 13 font-style: normal; [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | vimc.dot | 1 # SPDX-License-Identifier: GPL-2.0 5 …n00000001 [label="{{} | Sensor A\n/dev/v4l-subdev0 | {<port0> 0}}", shape=Mrecord, style=filled, f… 6 n00000001:port0 -> n00000005:port0 [style=bold] 7 n00000001:port0 -> n0000000b [style=bold] 8 n00000001 -> n00000002 9 …n00000002 [label="{{} | Lens A\n/dev/v4l-subdev5 | {<port0>}}", shape=Mrecord, style=filled, fillc… 10 …n00000003 [label="{{} | Sensor B\n/dev/v4l-subdev1 | {<port0> 0}}", shape=Mrecord, style=filled, f… 11 n00000003:port0 -> n00000008:port0 [style=bold] 12 n00000003:port0 -> n0000000f [style=bold] 13 n00000003 -> n00000004 [all …]
|
/openbmc/webui-vue/src/components/Global/ |
H A D | Search.vue | 2 <div class="search-global"> 3 <b-form-group 5 :label-for="`searchInput-${_uid}`" 6 label-class="invisible" 7 class="mb-2" 9 <b-input-group size="md" class="align-items-center"> 10 <b-input-group-prepend> 11 <icon-search class="search-icon" /> 12 </b-input-group-prepend> 13 <b-form-input [all …]
|
H A D | InputPasswordToggle.vue | 2 <div class="input-password-toggle-container"> 4 <b-button 7 class="input-action-btn btn-icon-only" 11 <icon-view-off v-if="isVisible" /> 12 <icon-view v-else /> 13 <span class="sr-only">{{ togglePasswordLabel }}</span> 14 </b-button> 19 import IconView from '@carbon/icons-vue/es/view/20'; 20 import IconViewOff from '@carbon/icons-vue/es/view--off/20'; 39 if (inputEl && inputEl.nodeName === 'INPUT') { [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | index.html | 4 <link href="res/style.css" rel="stylesheet" type="text/css" /> 5 <link href="res/jstree.style.css" rel="stylesheet" type="text/css" /> 19 <script id="method-call-ui-template" type="text/x-jsrender"> 20 <div id="method-call-ui"> 22 <input type="hidden" name="argN" value="{{:method.nargs}}"/> 28 <td><input name="arg{{:idx}}"/></td> 33 <td><input type="submit" value="run"></td> 36 <pre id="method-call-ui-result"></pre>
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 4 Subject: [PATCH] Allow input files to be missing for ed-style patches 6 * src/pch.c (do_ed_script): Allow input files to be missing so that new 7 files will be created as with non-ed-style patches. 9 Upstream-Status: Backport [http://git.savannah.gnu.org/cgit/patch.git/commit/?id=b5a91a01e5d0897fac… 10 CVE: CVE-2018-1000156 12 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 13 --- 14 src/pch.c | 8 +++++--- 15 1 file changed, 5 insertions(+), 3 deletions(-) 17 diff --git a/src/pch.c b/src/pch.c [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/ |
H A D | patch_2.7.6.bb | 2 LICENSE = "GPL-3.0-only" 4 SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 5 file://0002-Fix-segfault-with-mangled-rename-patch.patch \ 6 file://0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch \ 7 file://0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch \ 8 file://0001-Fix-swapping-fake-lines-in-pch_swap.patch \ 9 file://CVE-2019-13636.patch \ 10 file://0001-Invoke-ed-directly-instead-of-using-the-shell.patch \ 11 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \ 12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \ [all …]
|
/openbmc/webui-vue/src/views/ChangePassword/ |
H A D | ChangePassword.vue | 2 <div class="change-password-container"> 3 <alert variant="danger" class="mb-4"> 4 <p v-if="changePasswordError"> 7 <p v-else>{{ $t('pageChangePassword.changePasswordAlertMessage') }}</p> 9 <div class="change-password__form-container"> 14 <b-form novalidate @submit.prevent="changePassword"> 15 <b-form-group 16 label-for="password" 19 <input-password-toggle> 20 <b-form-input [all …]
|