Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 112) sorted by relevance

12345

/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryResetModal.vue44 v-model="confirm"
46 @input="v$.confirm.$touch()"
52 :state="getValidationState(v$.confirm)"
69 data-test-id="factoryReset-button-confirm"
100 confirm: false,
112 confirm: {
127 this.confirm = false;
H A DFactoryReset.vue54 <modal-reset :reset-type="resetOption" @ok-confirm="onOkConfirm" />
/openbmc/phosphor-webui/app/common/directives/
H A Dconfirm.js16 $scope.confirm = false;
17 $scope.$parent.confirm = false;
27 if (scope.confirm) {
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dbmc-reboot-controller.js16 $scope.confirm = false;
25 if ($scope.confirm) {
28 $scope.confirm = true;
/openbmc/linux/include/linux/
H A Dpipe_fs_i.h103 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); member
230 if (!buf->ops->confirm) in pipe_buf_confirm()
232 return buf->ops->confirm(pipe, buf); in pipe_buf_confirm()
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py319 confirm = input() in ("y", "Y")
321 confirm = True
322 if confirm:
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dps.c71 u8 request, confirm, polling; in rtw_power_mode_change() local
75 confirm = rtw_read8(rtwdev, rtwdev->hci.cpwm_addr); in rtw_power_mode_change()
94 (polling ^ confirm) & BIT_RPWM_TOGGLE, in rtw_power_mode_change()
/openbmc/u-boot/board/sbc8641d/
H A DREADME43 d) use "md fff00000" to confirm you are looking at the failed image
49 k) power cycle the board and confirm new image works.
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dindex.scss4 @import "inline-confirm";
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot126 # verify If True, read the power setting to confirm.
142 # verify If True, read the setting to confirm.
158 # verify If True, read the setting to confirm.
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue38 label-for="password-confirm"
43 id="password-confirm"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0007-apache2-allow-to-disable-selinux-support.patch18 dnl confirm that a void pointer is large enough to store a long integer
H A D0004-apache2-log-the-SELinux-context-at-startup.patch21 dnl confirm that a void pointer is large enough to store a long integer
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot67 ... and confirm the page contains sections that should be accessible.
78 ... and confirm the page contains basic features button that should be accessible.
91 ... and confirm hostname contains all the fields.
106 ... and confirm section static IPv4 contains all the fields.
123 ... and confirm section static DNS contains all the fields.
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-dibusb-mb-cardlist.rst25 * - Compro Videomate DVB-U2000 - DVB-T USB1.1 (please confirm to linux-dvb)
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtest-warnings-perl_0.037.bb2 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md267 confirm that their behavior did not change, and did not suffer any regression.
272 to confirm that after going through it, everything works as expected.
273 2. Validity period tests - to confirm that certificates that are not-yet-valid
/openbmc/google-misc/subprojects/nemora-postd/
H A Devent_message.proto26 // A fixed integer to confirm the type of this protobuf: 0x890ebd38ec325800
/openbmc/webui-vue/src/views/Operations/RebootBmc/
H A DRebootBmc.vue73 okTitle: i18n.global.t('global.action.confirm'),
/openbmc/linux/Documentation/ABI/stable/
H A Dvdso34 The maintainers of the other vDSO-using architectures should confirm
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.js63 $scope.confirm = false;
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue240 okTitle: i18n.global.t('global.action.confirm'),
267 okTitle: i18n.global.t('global.action.confirm'),
/openbmc/phosphor-webui/app/
H A Dindex.js49 import confirm from './common/directives/confirm.js';
/openbmc/u-boot/tools/
H A Dmoveconfig.py534 def confirm(options, prompt): function
637 if not confirm(options, 'Clean up headers?'):
711 if not confirm(options, 'Clean up CONFIG_SYS_EXTRA_OPTIONS?'):
729 if not confirm(options, 'Clean up whitelist entries?'):
753 if not confirm(options, 'Clean up README?'):
/openbmc/linux/Documentation/networking/
H A Dsmc-sysctl.rst39 How frequently SMC-R link sends out TEST_LINK LLC messages to confirm

12345