/openbmc/webui-vue/src/assets/styles/bootstrap/ |
H A D | _index.scss | 2 @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.scss | 1 @import "~bootstrap/scss/functions"; 2 @import "~bootstrap/scss/variables"; 3 @import "~bootstrap/scss/mixins";
|
/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 4 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 D | readme.md | 4 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 D | 0011-eglibc-Help-bootstrap-cross-toolchain.patch | 4 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 D | 0015-bootstrap-check-commands-of-openssl-exist.patch | 4 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 D | colors.md | 4 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 D | spear600.c | 134 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 D | forms.md | 4 [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 D | 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch | 34 # 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/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | 0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch | 20 src/bootstrap/src/core/build_steps/tool.rs | 3 ++- 23 diff --git a/src/bootstrap/src/core/build_steps/tool.rs b/src/bootstrap/src/core/build_steps/tool.rs 25 --- a/src/bootstrap/src/core/build_steps/tool.rs 26 +++ b/src/bootstrap/src/core/build_steps/tool.rs
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | prph.h | 102 * 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/webui-vue/docs/guide/components/info-tooltip/ |
H A D | index.md | 3 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/phosphor-mboxd/ |
H A D | README.md | 31 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/hiomapd/ |
H A D | README.md | 13 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/webui-vue/docs/guide/coding-standards/ |
H A D | accessibility.md | 47 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/linux/arch/mips/ath79/ |
H A D | clock.c | 240 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/docs/guide/components/file-upload/ |
H A D | readme.md | 3 `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/u-boot/include/configs/ |
H A D | at91sam9x5ek.h | 74 /* 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 */
|
H A D | at91sam9rlek.h | 75 /* bootstrap + u-boot + env + linux in dataflash on CS0 */ 85 /* bootstrap + u-boot + env + linux in nandflash */ 95 /* bootstrap + u-boot + env + linux in mmc */
|
/openbmc/webui-vue/docs/guide/ |
H A D | readme.md | 24 - [Bootstrap-vue](https://bootstrap-vue.js.org/) 44 components and components from the Bootstrap-Vue library.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | ui-bootstrap-tpls-0.11.0.js | 2 * angular-ui-bootstrap 3 * http://angular-ui.github.io/bootstrap/ 8 …bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse","ui.bootstrap.ac… 9 …bootstrap.popover",["ui.bootstrap.tooltip"]).directive("popoverPopup",function(){return{restrict:"…
|
H A D | ui-bootstrap-tpls-0.11.0.min.js | 2 * angular-ui-bootstrap 3 * http://angular-ui.github.io/bootstrap/ 8 …bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse","ui.bootstrap.ac… 9 …bootstrap.popover",["ui.bootstrap.tooltip"]).directive("popoverPopup",function(){return{restrict:"…
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | main.c | 131 bool bootstrap = false; in do_version() local 136 /* Assume we run a bootstrap version if "bpftool prog" in do_version() 139 bootstrap = !commands[i].func; in do_version() 163 jsonw_bool_field(json_wtr, "bootstrap", bootstrap); in do_version() 181 print_feature("bootstrap", bootstrap, &nb_features); in do_version() 202 p_err("command '%s' is not supported in bootstrap mode", in cmd_select()
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/ |
H A D | mori-fw.sh | 94 #unbind bootstrap EEPROM 101 echo "CPU bootstrap EEPROM update failed" >&2 106 #bind bootstrap EEPROM 171 bootstrap)
|