Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 25 of 270) sorted by relevance

1234567891011

/openbmc/u-boot/doc/driver-model/
H A DMIGRATION.txt14 The subsystem itself has been converted and maintainers should submit patches
25 and maintainers should submit patches switching over to using CONFIG_DM_USB and
35 and maintainers should submit patches switching over to using CONFIG_AHCI and
55 Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
96 submit patches switching over to using CONFIG_DM_PCI and other base driver
105 should submit patches switching over to using CONFIG_DM_VIDEO and other base
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryReset.vue6 <b-form id="factory-reset" @submit.prevent="onResetSubmit">
43 type="submit"
45 data-test-id="factoryReset-button-submit"
/openbmc/webui-vue/docs/guide/quickstart/
H A Dforms.md12 `.prevent` event modifier on submit to prevent the submit event from reloading
49 <b-form novalidate @submit.prevent="handleSubmit">
71 <b-button variant="primary" type="submit" class="mb-3">
/openbmc/webui-vue/src/views/Operations/KeyClear/
H A DKeyClear.vue17 <b-form id="key-clear" @submit.prevent="onKeyClearSubmit(keyOption)">
55 type="submit"
57 data-test-id="keyClear-button-submit"
/openbmc/phosphor-webui/app/common/styles/base/
H A Dforms.scss119 input[type="submit"],
120 .submit {
207 * Use to wrap the cancel and submit buttons on
211 <button type="submit" class="btn-primary" ng-click="setPowerCap()">
/openbmc/u-boot/.github/
H A Dpull_request_template.md1 Please do not submit a Pull Request via github. Our project makes use of
/openbmc/openbmc/.github/
H A Dpull_request_template.md1 Please do not submit a Pull Request via github. Our project makes use of
/openbmc/qemu/contrib/gitdm/
H A Dgroup-map-ibm2 # Some IBM contributors submit via another domain
/openbmc/qemu/docs/devel/
H A Dindex-process.rst6 Notes about how to interact with the community and how and where to submit patches.
/openbmc/webui-vue/src/views/Login/
H A DLogin.vue2 <b-form class="login-form" novalidate @submit.prevent="login">
61 type="submit"
63 data-test-id="login-button-submit"
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalDns.vue8 <b-form id="form-dns" @submit.prevent="handleSubmit">
38 <b-button form="form-dns" type="submit" variant="primary" @click="onOk">
H A DModalMacAddress.vue8 <b-form id="mac-settings" @submit.prevent="handleSubmit">
41 type="submit"
H A DModalHostname.vue8 <b-form id="hostname-settings" @submit.prevent="handleSubmit">
40 type="submit"
H A DModalDefaultGateway.vue8 <b-form id="gateway-settings" @submit.prevent="handleSubmit">
41 type="submit"
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareFormUpdate.vue4 <b-form @submit.prevent="onSubmitUpload">
28 type="submit"
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumpsForm.vue3 <b-form id="form-new-dump" novalidate @submit.prevent="handleSubmit">
29 type="submit"
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dreport-defect.rst7 `Bugzilla <https://www.bugzilla.org/about/>`__ to submit a defect (bug)
15 Use the following general steps to submit a bug:
50 #. Click the "Submit Bug" button submit the bug. A new Bugzilla number
H A Dindex.rst24 submit-changes
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue91 <b-form novalidate class="mb-5" @submit.prevent="rebootServer">
120 type="submit"
128 <b-form novalidate @submit.prevent="shutdownServer">
159 type="submit"
H A DBootSettings.vue3 <b-form novalidate @submit.prevent="handleSubmit">
47 type="submit"
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalSettings.vue9 <b-form id="form-settings" novalidate @submit.prevent="handleSubmit">
114 type="submit"
116 data-test-id="userManagement-button-submit"
/openbmc/openbmc/poky/meta/lib/bblayers/templates/
H A DREADME21 Please submit any patches against the {layername} layer to the xxxx mailing list (xxxx@zzzz.org)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.2.rst66 - go: submit patch upstream
69 - groff: submit patches upstream
76 - kea: submit patch upstream
86 - libffi: submit patch upstream
110 - lttng-tools: submit determinism.patch upstream
143 - rust: submit a rewritten version of crossbeam_atomic.patch upstream
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A DlayerDepsModal.js59 $("#dependencies-modal-form").submit(function (e) {
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue16 <b-form novalidate @submit.prevent="changePassword">
71 <b-button type="submit" variant="primary">

1234567891011