| /openbmc/webui-vue/docs/.vuepress/components/colors/ |
| H A D | grays.vue | 11 <dt>Color variable:</dt> 12 <dd>${{ color.variable }}</dd> 29 variable: 'gray-100', 34 variable: 'gray-200', 38 variable: 'gray-300', 42 variable: 'gray-400', 46 variable: 'gray-500', 50 variable: 'gray-600', 54 variable: 'gray-700', 58 variable: 'gray-800', [all …]
|
| H A D | theme.vue | 11 <dt>Color variable:</dt> 15 <dt>Color variable:</dt> 16 <dd>${{ item.variable }}</dd> 30 variable: "blue", 35 variable: "gray-800", 40 variable: 'gray-100', 46 variable: 'gray-900', 51 variable: 'blue', 56 variable: 'green', 61 variable: 'yellow', [all …]
|
| H A D | all.vue | 16 <dd>{{ item.variable }}</dd> 30 variable: '$blue-500', 35 variable: '$green-500', 40 variable: '$red-500', 45 variable: '$yellow-500',
|
| H A D | greens.vue | 11 <dt>Color variable:</dt> 12 <dd>${{ color.variable }}</dd> 29 variable: 'green-500',
|
| H A D | yellows.vue | 11 <dt>Color variable:</dt> 12 <dd>${{ color.variable }}</dd> 29 variable: 'yellow-500',
|
| H A D | blues.vue | 11 <dt>Color variable:</dt> 12 <dd>${{ color.variable }}</dd> 29 variable: 'blue-500',
|
| H A D | reds.vue | 11 <dt>Color variable:</dt> 12 <dd>${{ color.variable }}</dd> 29 variable: 'red-500',
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | long-help | 6 conf-variable: IPSec gateway <ip/hostname> 10 conf-variable: IPSec ID <ASCII string> 14 conf-variable: IPSec secret <ASCII string> 18 conf-variable: IPSec obfuscated secret <hex string> 22 conf-variable: Xauth username <ASCII string> 26 conf-variable: Xauth password <ASCII string> 30 conf-variable: Xauth obfuscated password <hex string> 34 conf-variable: Domain <ASCII string> 38 conf-variable: Xauth interactive 43 conf-variable: Vendor <cisco/netscreen> [all …]
|
| /openbmc/u-boot/drivers/fastboot/ |
| H A D | fb_getvar.c | 31 const char *variable; member 35 .variable = "version", 38 .variable = "bootloader-version", 41 .variable = "version-bootloader", 44 .variable = "downloadsize", 47 .variable = "max-download-size", 50 .variable = "serialno", 53 .variable = "version-baseband", 56 .variable = "product", 59 .variable = "current-slot", [all …]
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_variable.c | 262 static efi_status_t parse_uboot_variable(char *variable, in parse_uboot_variable() argument 272 guid = strchr(variable, '_'); in parse_uboot_variable() 327 char *native_name, *variable; in efi_get_next_variable_name() local 354 for (variable = efi_variables_list; variable && *variable;) { in efi_get_next_variable_name() 355 if (!strncmp(variable, native_name, name_len) && in efi_get_next_variable_name() 356 variable[name_len] == '=') in efi_get_next_variable_name() 359 variable = strchr(variable, '\n'); in efi_get_next_variable_name() 360 if (variable) in efi_get_next_variable_name() 361 variable++; in efi_get_next_variable_name() 365 if (!(variable && *variable)) in efi_get_next_variable_name() [all …]
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/ |
| H A D | template_variable_values.md | 5 Template variable values for a specific chassis. 15 Each chassis using a template must specify values for each template variable. 19 All chassis variable values are specified as a string (surrounded by double 20 quotes). If the property value where the variable occurs has a different data 27 | Variable 1 name (see [notes](#notes)) | yes | string | Value of the template variable with t… 28 | Variable 2 name (see [notes](#notes)) | yes | string | Value of the template variable with t… 30 | Variable N name (see [notes](#notes)) | yes | string | Value of the template variable with t… 34 - The variable names are defined in the chassis template, such as 36 - The variable name must be specified without the "$", "{", and "}" characters.
|
| /openbmc/qemu/qapi/ |
| H A D | uefi.json | 10 # The QEMU efi variable store implementation (hw/uefi/) uses this to 24 # @guid: variable namespace GUID 26 # @name: variable name, in UTF-8 encoding. 28 # @attr: variable attributes. 30 # @data: variable value, encoded as hex string. 32 # @time: variable modification time. EFI_TIME struct, encoded as hex 37 # @digest: variable certificate digest. Used to verify the signature 42 # of the signing certificate at variable creation time, and any
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/ |
| H A D | 0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch | 4 Subject: [PATCH] CompilerChecks.cmake: drop -Wunused-variable flag 6 Drop -Wunused-variable flag to fix build with clang: 8 …it/src/threads/libgcrypt.c:29:1: error: unused variable 'gcry_threads_pthread' [-Werror,-Wunused-v… 30 - add_c_compiler_flag("-Werror=unused-variable" SUPPORTED_COMPILER_FLAGS) 31 + #add_c_compiler_flag("-Werror=unused-variable" SUPPORTED_COMPILER_FLAGS)
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | sign_rpm.bbclass | 15 # Optional variable for specifying the backend to use for signing. 19 # Optional variable for specifying the algorithm for generating file 22 # Optional variable for the file signing key. 24 # Optional variable for the file signing key password. 26 # Optional variable for specifying the gpg binary/wrapper to use for 29 # Optional variable indicating the number of packages used per gpg 32 # Optional variable for specifying the gnupg "home" directory:
|
| H A D | sign_package_feed.bbclass | 16 # Optional variable for specifying the backend to use for signing. 20 # Optional variable for specifying the type of gpg signature, can be: 23 # This variable is only available for IPK feeds. It is ignored on 26 # Optional variable for specifying the gpg binary/wrapper to use for 29 # Optional variable for specifying the gnupg "home" directory:
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | 0005-tcl-fix-race-in-interp.test.patch | 20 variable result 26 variable done {} 28 - after 10 [list ::set [namespace which -variable done] {}] 29 - vwait [namespace which -variable done] 35 variable result {}
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/ |
| H A D | interp.patch | 20 variable result 26 variable done {} 28 - after 10 [list ::set [namespace which -variable done] {}] 29 - vwait [namespace which -variable done] 35 variable result {}
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | device-manager.rst | 25 :term:`USE_DEVFS` variable to "0" 33 variable defines the Device Table to use and should be set in the 35 variable in your ``local.conf`` configuration file. 37 If you do not define the :term:`IMAGE_DEVICE_TABLES` variable, the default 50 variable to "1", which is the default:: 57 variable ``CONFIG_DEVTMPFS`` is set when building you build a Linux 65 :term:`VIRTUAL-RUNTIME_dev_manager <VIRTUAL-RUNTIME>` variable in your machine 66 or distro configuration file. Alternatively, you can set this variable in
|
| H A D | external-toolchain.rst | 16 :term:`BBLAYERS` variable. 18 - Set the :term:`EXTERNAL_TOOLCHAIN` variable in your ``local.conf`` file 22 is primarily controlled with the :term:`TCMODE` variable. This variable 39 You can find further information by reading about the :term:`TCMODE` variable 40 in the Yocto Project Reference Manual's variable glossary.
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | variables.rst | 53 To use the variable, list out the package's commands that are also 67 use the :term:`ALTERNATIVE_LINK_NAME` variable to specify the actual 85 duplicated commands. You can use the variable to create a single 101 duplicated commands. You can use the variable to create a single 114 from the :term:`ALTERNATIVE_LINK_NAME` variable. 130 class, this variable identifies a list of distribution features where 143 information on how this variable is used. 151 You can use this variable to create archives of patched source, 153 following variable flags (varflags):: 164 For information on how the variable works, see the [all …]
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 35 it to an empty string, while setting the variable to " " sets it to a 42 variable's value. Doing so allows you to use values that contain the 50 quotes in all other ways. They do not suppress variable expansions. 56 cases where you might find you want to modify an existing variable: 58 - Customize a recipe that uses the variable. 60 - Change a variable's default value used in a ``*.bbclass`` file. 62 - Change the variable in a ``*.bbappend`` file to override the variable 65 - Change the variable in a configuration file so that the value 68 Changing a variable value can sometimes depend on how the value was 70 particular, when you append a value to a variable that has a default [all …]
|
| H A D | bitbake-user-manual-ref-variables.rst | 23 systems extend the functionality of the variable as it is 42 This variable can be defined to be used by the fetcher to authenticate 58 considerations surrounding this variable: 98 the checksum mechanism. A common example would be the variable for 116 codeparser cache is used (i.e. when calculating variable dependencies for 133 ``mc1.conf`` would make this variable equal to ``mc1``). 149 variable, use the following form:: 165 BB_DISKMON_WARNINTERVAL variable, 193 variable. This example causes the build system to immediately halt 196 directories are provided with the variable, the build system also [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0013-Revert-Load-and-store-UEFI-variable-index-in-chunks.patch | 4 Subject: [PATCH 2/3] Revert "Load and store UEFI variable index in chunks" 59 - /* Fill the variable store with max size variables */ 75 - /* Expect got variable data to be the same as the set value */ 80 - /* Try adding a small variable to an already full store */ 95 - * Fill the variable store with small variables so the index 111 - /* Expect got variable data to be the same as the set value */ 116 - /* Try adding a small variable to an already full store */ 180 IMSG("Index variable does not exist in NV store, continuing with empty index"); 185 EMSG("Loading variable index failed: %d", psa_status); 193 - EMSG("Loading variable index failed, store backend is not accessible"); [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | ci-jobs.rst.inc | 8 Set variable globally in the user's CI namespace 15 https://docs.gitlab.com/ee/ci/variables/#add-a-cicd-variable-to-a-project 17 Set variable manually when pushing a branch or tag to the user's repository 23 Example setting the QEMU_CI_EXAMPLE_VAR variable: 27 git push -o ci.variable="QEMU_CI_EXAMPLE_VAR=value" myrepo mybranch 41 git config --local alias.push-ci "push -o ci.variable=QEMU_CI=1" 42 git config --local alias.push-ci-now "push -o ci.variable=QEMU_CI=2" 146 Set this variable to 1 to create the pipelines, but leave all 149 Set this variable to 2 to create the pipelines and run all 156 might cause a lot of network traffic). Set this variable to have the tests [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf/ |
| H A D | pkg-config-wrapper | 9 --variable|--variable=*)
|