Home
last modified time | relevance | path

Searched refs:download (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/openbmc/webui-vue/src/components/Global/
H A DTableRowAction.vue6 :download="download"
17 value === 'download' && downloadInNewTab && downloadLocation !== ''
26 {{ $t('global.action.download') }}
30 v-else-if="value === 'download' && downloadLocation !== ''"
32 :download="exportName"
38 {{ $t('global.action.download') }}
104 download() {
H A DTableToolbarExport.vue5 :download="download"
28 download() {
/openbmc/openbmc/meta-arm/ci/
H A Dget-binary-toolchains16 download() { function
26 download arm-none-linux-gnueabihf
31 download arm-none-linux-gnueabihf
34 download aarch64-none-linux-gnu
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py580 fetcher.download()
590 fetcher.download()
600 fetcher.download()
603 fetcher.download()
628 fetcher.download()
638 fetcher.download()
663 fetcher.download()
673 fetcher.download()
692 fetcher.download()
736 fetcher.download()
[all …]
/openbmc/webui-vue/src/views/Overview/
H A DOverviewCard.vue9 :download="download"
14 <span v-if="downloadButton">{{ $t('global.action.download') }}</span>
63 download() {
/openbmc/u-boot/doc/imx/misc/
H A Dsdp.txt5 SDP stands for serial download protocol. It is the protocol used in NXP's
6 i.MX SoCs ROM Serial Downloader and provides means to download a program
10 provide a SDP implementation over USB. This allows to download program
63 This allows to download the regular U-Boot with legacy image headers
69 download and run scripts:
73 imx_usb configuration files can be also used to download multiple
87 In this mode the file to download (imx_usb job) needs to be specified
114 imx_usb_loader is able to download a single file (u-boot.imx)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11/
H A D0001-Do-not-download-the-catch-framework-during-configure.patch4 Subject: [PATCH] Do not download the catch framework during configure.
26 - set(url https://github.com/philsquared/Catch/releases/download/v2.13.7/catch.hpp)
33 - message(FATAL_ERROR "Could not download ${url}, and Catch2 not found on your system.")
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dirq-chip-model.rst140 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
142 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
146 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
148 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
/openbmc/linux/drivers/misc/altera-stapl/
H A DKconfig2 comment "Altera FPGA firmware download module (requires I2C)"
6 tristate "Altera FPGA firmware download module"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libestr/
H A Dlibestr_0.1.11.bb6 SRC_URI = "http://libestr.adiscon.com/files/download/${BP}.tar.gz"
11 UPSTREAM_CHECK_URI = "http://libestr.adiscon.com/download/"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A Ddownload.patch4 Subject: [PATCH] opencv: abort configure if we need to download
6 This CMake module will download files during do_configure. This is bad as it
35 + message(FATAL_ERROR "Not going to download ${DL_FILENAME}")
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dsite.conf.sample3 # such as proxy server addresses and optionally any shared download location
31 # Uncomment this to use a shared download directory
32 #DL_DIR = "/some/shared/download/directory/"
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/
H A DPostCodeLogs.vue34 :download="exportFileNameByDate()"
114 :download-location="row.item.uri"
115 :download-in-new-tab="true"
120 <icon-download v-if="action.value === 'download'" />
159 import IconDownload from '@carbon/icons-vue/es/download/20';
284 value: 'download',
363 if (value === 'download') {
/openbmc/u-boot/drivers/fastboot/
H A Dfb_command.c31 static void download(char *, char *);
51 .dispatch = download
156 static void download(char *cmd_parameter, char *response) in download() function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/monocypher/
H A Dmonocypher_4.0.2.bb9 SRC_URI = "https://monocypher.org/download/${BPN}-${PV}.tar.gz"
12 MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-matplotlib_3.7.2.bb29 # Stop the component from attempting to download when it detects a missing
31 SRC_URI += "file://matplotlib-disable-download.patch \
39 SRC_URI += "http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz;name=qhull;subdir=matplotlib-${P…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/
H A Dcli11_2.3.2.bb10 https://github.com/philsquared/Catch/releases/download/v2.13.7/catch.hpp \
11 file://0001-Do-not-download-the-catch-framework-during-configure.patch"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/
H A Dobmc-phosphor-initfs.bb17 for f in init-download-url init-options
35 FILES:${PN} += " /init-options /init-download-url "
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libee/
H A Dlibee.inc11 SRC_URI = "http://www.libee.org/download/files/download/${BPN}-${PV}.tar.gz\
/openbmc/linux/Documentation/arch/loongarch/
H A Dirq-chip-model.rst138 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
140 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
144 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
146 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
/openbmc/linux/Documentation/scsi/
H A Dwd719x.rst9 http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
18 wget http://support.wdc.com/download/archive/pciscsi.exe
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Daz.py44 def download(self, ud, d, retries=3): member in Az
82 self.download(ud, d, retries -1)
/openbmc/u-boot/board/kobol/helios4/
H A DREADME39 Run the following command to initiate U-Boot download:
45 When download finishes start your favorite terminal emulator
/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/
H A Dphosphor-software-manager_git.bb25 ${PN}-download-mgr \
77 FILES:${PN}-download-mgr += "${bindir}/phosphor-download-manager"
102 DBUS_SERVICE:${PN}-download-mgr += "xyz.openbmc_project.Software.Download.service"
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumps.vue103 :download-location="row.item.data"
108 <icon-download v-if="action.value === 'download'" />
148 import IconDownload from '@carbon/icons-vue/es/download/20';
281 value: 'download',
282 title: this.$t('global.action.download'),

12345678910>>...28