Home
last modified time | relevance | path

Searched full:bootstrap (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/openbmc/webui-vue/src/assets/styles/bootstrap/
H A D_index.scss2 @import "~bootstrap/scss/root";
3 @import "~bootstrap/scss/reboot";
4 @import "~bootstrap/scss/transitions";
5 @import "~bootstrap/scss/type";
8 @import "~bootstrap/scss/alert";
9 @import "~bootstrap/scss/badge";
10 @import "~bootstrap/scss/breadcrumb";
11 @import "~bootstrap/scss/button-group";
12 @import "~bootstrap/scss/buttons";
13 @import "~bootstrap/scss/card";
[all …]
H A D_helpers.scss1 @import "~bootstrap/scss/functions";
2 @import "~bootstrap/scss/variables";
3 @import "~bootstrap/scss/mixins";
/openbmc/webui-vue/docs/customization/
H A Dtheme.md4 will require becoming familiar with the Bootstrap and Bootstrap-Vue component
22 ## Bootstrap Sass Options
24 The Bootstrap Sass options are global styling toggles. The naming convention for
42 - [View all the Bootstrap Sass Options](https://getbootstrap.com/docs/4.2/getting-started/theming/#…
44 ## Bootstrap Sass Variables
46 These are global variables that Bootstrap defines in the
47 `/node_modules/bootstrap/scss/variables.scss` helper file. Adding a variable
49 will override the Bootstrap defined value.
80 hamburger menu is displayed. The breakpoint is defined using a Bootstrap
81 function that only accepts a key from the Bootstrap `$grid-breakpoints` map.
[all …]
H A Dreadme.md4 customize the application using Bootstrap theming.
6 [Read more about Bootstrap Theming](https://getbootstrap.com/docs/4.0/getting-started/theming)
23 ├─ bootstrap
31 agreed-upon design. The file naming convention closely follows the Bootstrap or
59 ├─ bootstrap
80 ├─ bootstrap
163 - [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.0/getting-started/theming/#co…
164 - [Learn more about Bootstrap variables](https://getbootstrap.com/docs/4.0/getting-started/theming/…
258 This file contains all the global Sass options. There are Bootstrap option
259 overrides, Bootstrap global variable overrides, and custom BMC global variables.
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch4 Subject: [PATCH] eglibc: Help bootstrap cross toolchain
11 $(inst_includedir)/gnu/stubs.h only if install-bootstrap-headers
19 If install-bootstrap-headers is 'yes', install a dummy copy of
21 * include/stubs-bootstrap.h: New file.
27 include/stubs-bootstrap.h | 12 ++++++++++++
29 create mode 100644 include/stubs-bootstrap.h
46 +ifeq ($(install-bootstrap-headers),yes)
62 +ifeq ($(install-bootstrap-headers),yes)
63 +$(inst_includedir)/gnu/stubs.h: include/stubs-bootstrap.h $(+force)
80 diff --git a/include/stubs-bootstrap.h b/include/stubs-bootstrap.h
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0015-bootstrap-check-commands-of-openssl-exist.patch4 Subject: [PATCH] bootstrap: check commands of openssl exist
6 It calls openssl commands dhparam and pkcs12 in script bootstrap. These
9 these commands. If not, abort running of script bootstrap.
20 raddb/certs/bootstrap | 8 ++++++++
23 diff --git a/raddb/certs/bootstrap b/raddb/certs/bootstrap
25 --- a/raddb/certs/bootstrap
26 +++ b/raddb/certs/bootstrap
/openbmc/webui-vue/docs/guide/guidelines/
H A Dcolors.md4 from the Bootstrap color patterns. The OpenBMC palette includes custom hex
7 colors to override default styles set by the Bootstrap library.
12 - [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.4/getting-started/theming/#th…
36 `All Colors` is the term Bootstrap uses to describe the colors that make up the
40 [Learn more about the Bootstrap color maps](https://getbootstrap.com/docs/4.0/getting-started/themi…
45 The theme colors are keys in the `theme-colors` map. Bootstrap-Vue has a variant
49 [Learn more about the Bootstrap theme-colors maps](https://getbootstrap.com/docs/4.0/getting-starte…
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspear600.c134 u32 bootstrap = read_bootstrap(); in snor_boot_selected() local
138 if ((bootstrap & CONFIG_SPEAR_ONLYSNORBOOT) == in snor_boot_selected()
142 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in snor_boot_selected()
146 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in snor_boot_selected()
156 u32 bootstrap = read_bootstrap(); in nand_boot_selected() local
160 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in nand_boot_selected()
164 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in nand_boot_selected()
180 u32 bootstrap = read_bootstrap(); in usb_boot_selected() local
184 if (!(bootstrap & CONFIG_SPEAR_USBBOOT)) in usb_boot_selected()
/openbmc/webui-vue/docs/guide/quickstart/
H A Dforms.md4 [bootstrap-vue form component](https://bootstrap-vue.org/docs/components/form)
11 [form component](https://bootstrap-vue.org/docs/components/form). Use the
18 [form group component](https://bootstrap-vue.org/docs/components/form-group)
23 - [Form checkbox](https://bootstrap-vue.org/docs/components/form-checkbox)
24 - [Form input](https://bootstrap-vue.org/docs/components/form-input)
25 - [Form radio](https://bootstrap-vue.org/docs/components/form-radio)
26 - [Form select](https://bootstrap-vue.org/docs/components/form-select)
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0004-make.bash-override-CC-when-building-dist-and-go_boot.patch34 # Run dist bootstrap to complete make.bash.
35 # Bootstrap installs a proper cmd/dist, built with the new toolchain.
36 # Throw ours, built with the bootstrap toolchain, away after bootstrap.
37 -./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
38 +CC="${BUILD_CC:-${CC}}" ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
/openbmc/webui-vue/src/
H A Dmain.js17 import './assets/styles/bootstrap/_helpers.scss';
19 import 'bootstrap/dist/css/bootstrap.css';
20 import 'bootstrap-vue/dist/bootstrap-vue.css';
53 } from 'bootstrap-vue';
/openbmc/webui-vue/docs/guide/components/info-tooltip/
H A Dindex.md3 The `InfoTooltip` is a custom component that uses a Bootstrap-vue tooltip with
7 [Read more about the Bootstrap-vue tooltip component](https://bootstrap-vue.org/docs/components/too…
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dprph.h102 * BSM (Bootstrap State Machine)
104 * The Bootstrap State Machine (BSM) stores a short bootstrap uCode program
109 * internally loads the short bootstrap program from the special SRAM into the
111 * the bootstrap program.
113 * This bootstrap program loads (via PCI busmaster DMA) instructions and data
116 * four BSM_DRAM_* registers. Once the bootstrap program loads the new program,
134 * 1) Load bootstrap program (instructions only, no data image for bootstrap)
135 * into bootstrap memory. Use dword writes starting at BSM_SRAM_LOWER_BOUND
143 * BSM_WR_MEM_DWCOUNT_REG = # dwords in bootstrap instruction image
145 * 4) Load bootstrap into instruction SRAM:
[all …]
/openbmc/hiomapd/
H A DREADME.md13 The build system is a standard autotools setup. `bootstrap.sh` runs all the jobs
22 `bootstrap.sh` with the `dev` argument:
25 $ ./bootstrap.sh dev
37 $ ./bootstrap.sh
50 $ ./bootstrap.sh
/openbmc/phosphor-mboxd/
H A DREADME.md31 The build system is a standard autotools setup. `bootstrap.sh` runs all the
41 `bootstrap.sh` with the `dev` argument:
44 $ ./bootstrap.sh dev
56 $ ./bootstrap.sh
68 $ ./bootstrap.sh
/openbmc/webui-vue/docs/guide/coding-standards/
H A Daccessibility.md47 a Bootstrap-Vue component, we can
48 [create an issue in the Bootstrap-vue repo](https://github.com/bootstrap-vue/bootstrap-vue/issues/n…
49 Contributing to the Bootstrap-Vue open-source library, when possible, is
/openbmc/webui-vue/docs/guide/components/file-upload/
H A Dreadme.md3 `FormFile` is a custom component wrapper around the Bootstrap-vue Form File
12 [Learn more about the Bootstrap-vue Form File component](https://bootstrap-vue.org/docs/components/…
/openbmc/linux/arch/mips/ath79/
H A Dclock.c240 u32 bootstrap; in ar934x_clocks_init() local
245 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init()
246 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init()
358 u32 bootstrap; in qca953x_clocks_init() local
360 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init()
361 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_clocks_init()
441 u32 bootstrap; in qca955x_clocks_init() local
443 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init()
444 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init()
524 u32 bootstrap; in qca956x_clocks_init() local
[all …]
/openbmc/webui-vue/src/components/Global/
H A DPageContainer.vue21 @import '@/assets/styles/bootstrap/_helpers.scss';
23 @import 'bootstrap/dist/css/bootstrap.css';
/openbmc/u-boot/include/configs/
H A Dat91sam9x5ek.h74 /* bootstrap + u-boot + env + linux in nandflash */
83 /* bootstrap + u-boot + env + linux in spi flash */
91 /* bootstrap + u-boot + env + linux in data flash */
99 /* bootstrap + u-boot + env + linux in mmc */
/openbmc/webui-vue/docs/guide/
H A Dreadme.md24 - [Bootstrap-vue](https://bootstrap-vue.js.org/)
44 components and components from the Bootstrap-Vue library.
/openbmc/webui-vue/src/assets/styles/
H A D_obmc-custom.scss2 @import "./bootstrap";
3 @import "~bootstrap-vue/src/index";
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js2 * angular-ui-bootstrap
3 * http://angular-ui.github.io/bootstrap/
8bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse","ui.bootstrap.ac…
9bootstrap.popover",["ui.bootstrap.tooltip"]).directive("popoverPopup",function(){return{restrict:"…
H A Dui-bootstrap-tpls-0.11.0.min.js2 * angular-ui-bootstrap
3 * http://angular-ui.github.io/bootstrap/
8bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse","ui.bootstrap.ac…
9bootstrap.popover",["ui.bootstrap.tooltip"]).directive("popoverPopup",function(){return{restrict:"…
/openbmc/phosphor-event/
H A DREADME.md5 1. ./bootstrap.sh
9 To clean the repository run `./bootstrap.sh clean`.

12345678910>>...17