Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 25 of 213) sorted by relevance

123456789

/openbmc/phosphor-webui/app/server-health/directives/
H A Dremote-logging-server.js86 $scope.loading = true;
89 $scope.loading = false;
95 $scope.loading = false;
104 $scope.loading = true;
107 $scope.loading = false;
113 $scope.loading = false;
121 $scope.loading = true;
124 $scope.loading = false;
131 $scope.loading = false;
/openbmc/phosphor-webui/app/common/directives/
H A Dldap-user-roles.js15 $scope.loading = true;
36 $scope.loading = false;
44 $scope.loading = true;
68 $scope.loading = false;
80 $scope.loading = true;
101 $scope.loading = false;
112 $scope.loading = true;
132 $scope.loading = false;
153 $scope.loading = true;
177 $scope.loading = false;
H A Dcertificate.js81 $scope.loading = false;
89 $scope.loading = false;
98 $scope.loading = true;
118 $scope.loading = false;
126 $scope.loading = false;
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-usage-controller.js17 $scope.loading = false;
21 $scope.loading = true;
45 $scope.loading = false;
56 $scope.loading = true;
71 $scope.loading = false;
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js15 $scope.loading;
75 $scope.loading = true;
86 $scope.loading = false;
123 $scope.loading = true;
134 $scope.loading = false;
143 $scope.loading = true;
156 $scope.loading = false;
165 $scope.loading = true;
190 $scope.loading = false;
200 $scope.loading = true;
[all …]
/openbmc/webui-vue/src/env/assets/styles/
H A D_ibm.scss56 // Progress loading bar variables
57 $loading-color-0: #552de5;
58 $loading-color-50: $primary;
59 $loading-color-100: #2dbde5;
61 // Progress loading bar gradient
68 $loading-color-0,
69 $loading-color-50,
70 $loading-color-100
/openbmc/webui-vue/src/components/Mixins/
H A DLoadingBarMixin.js1 export const loading = true; constant
7 this.loading = true;
11 this.loading = false;
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dsnmp-controller.js16 $scope.loading = true;
39 $scope.loading = false;
60 $scope.loading = true;
67 $scope.loading = false;
113 $scope.loading = false;
H A Dnetwork-controller.js27 $scope.loading = false;
65 $scope.loading = true;
105 $scope.loading = false;
114 $scope.loading = false;
122 $scope.loading = false;
156 $scope.loading = false;
161 $scope.loading = false;
165 $scope.loading = false;
H A Ddate-time-controller.js23 $scope.loading = true;
79 $scope.loading = false;
93 $scope.loading = true;
113 $scope.loading = false;
150 $scope.loading = false;
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js25 $scope.loading = false;
32 $scope.loading = true;
125 $scope.loading = false;
143 $scope.loading = true;
153 $scope.loading = false;
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmware.vue48 import LoadingBarMixin, { loading } from '@/components/Mixins/LoadingBarMixin';
69 loading,
86 return !this.isServerOff || this.loading || this.isOperationInProgress;
88 return this.loading || this.isOperationInProgress;
/openbmc/phosphor-webui/app/common/services/
H A DapiInterceptor.js18 dataService.loading = true;
26 dataService.loading = false;
/openbmc/phosphor-webui/app/redfish/controllers/
H A Dredfish-controller.js19 $scope.loading = true;
34 $scope.loading = false;
/openbmc/u-boot/drivers/fpga/
H A DKconfig31 Enable FPGA driver for loading bitstream in BIT and BIN format
56 Enable FPGA driver for loading bitstream in BIT and BIN format
62 Enable Spartan3 FPGA driver for loading in BIT format.
68 Enable FPGA driver for loading bitstream in BIT and BIN format
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dfs_loader.txt7 - phandlepart: which block storage device and partition the image loading from,
11 - mdtpart: which partition of ubi the image loading from, this property is
13 - ubivol: which volume of ubi the image loading from, this property is required
/openbmc/phosphor-webui/app/profile-settings/controllers/
H A Dprofile-settings-controller.js27 $scope.loading = true;
41 $scope.loading = false;
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/
H A Dfvp.env18 …daddr}${bootmconf}; echo Error loading kernel FIT image with fitconfig ${fitconfig}; bootm ${loada…
/openbmc/u-boot/board/aspeed/
H A Dast2600_openbmc_mmc.txt7 …daddr}${bootmconf}; echo Error loading kernel FIT image with fitconfig ${fitconfig}; bootm ${loada…
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A Du-boot-env-ast2600.txt7 …daddr}${bootmconf}; echo Error loading kernel FIT image with fitconfig ${fitconfig}; bootm ${loada…
/openbmc/u-boot/board/lego/ev3/
H A DREADME20 * If loading boot.scr was successful, run it
21 * Otherwise, try loading uEnv.txt
22 * If loading uEnv.txt was successful, import it
26 * If loading uImage was successful, boot it (DT is optional)
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dinventory-overview-controller.js20 $scope.loading = true;
25 $scope.loading = false;
H A Dsensors-overview-controller.js25 $scope.loading = false;
119 $scope.loading = true;
124 $scope.loading = false;
H A Dlog-controller.js30 $scope.loading = false;
57 $scope.loading = true;
72 $scope.loading = false;
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c366 QEMUFile *loading = open_test_file(false); in test_load_v1() local
368 vmstate_load_state(loading, &vmstate_versioned, &obj, 1); in test_load_v1()
369 g_assert(!qemu_file_get_error(loading)); in test_load_v1()
376 qemu_fclose(loading); in test_load_v1()
392 QEMUFile *loading = open_test_file(false); in test_load_v2() local
394 vmstate_load_state(loading, &vmstate_versioned, &obj, 2); in test_load_v2()
401 qemu_fclose(loading); in test_load_v2()
481 QEMUFile *loading = open_test_file(false); in test_load_noskip() local
483 vmstate_load_state(loading, &vmstate_skipping, &obj, 2); in test_load_noskip()
484 g_assert(!qemu_file_get_error(loading)); in test_load_noskip()
[all …]

123456789