Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 167) sorted by relevance

1234567

/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-aptwebserver.cc-Include-array.patch9 test/interactive-helper/aptwebserver.cc:36:55: error: constexpr variable cannot have non-literal ty…
16 test/interactive-helper/aptwebserver.cc | 1 +
19 diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc
21 --- a/test/interactive-helper/aptwebserver.cc
22 +++ b/test/interactive-helper/aptwebserver.cc
/openbmc/openbmc/poky/documentation/tools/
H A DContainerfile.zypper14 # non-interactive mode like Debian does with DEBIAN_FRONTEND and piping yes to
16 # to be non-interactive by adding the appropriate flag in the scripts.
18 sed -i 's/zypper/zypper --non-interactive/' $script; \
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py40 interactive=False, in_keys=None, extra_env={}): argument
79 if interactive:
124 interactive=True, in_keys=in_keys)
134 interactive=True, in_keys=in_keys)
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dcommon-session6 # at the start and end of sessions of *any* kind (both interactive and
7 # non-interactive).
H A Dcommon-session-noninteractive3 # common to all non-interactive services
7 # at the start and end of all non-interactive sessions.
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/
H A Dcommon-session6 # at the start and end of sessions of *any* kind (both interactive and
7 # non-interactive).
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-telnet-perl_3.05.bb5 interactive features are provided because connecting to a TELNET port \
7 These interactive features include the ability to specify a time-out and to \
/openbmc/qemu/tests/vm/
H A DMakefile.include114 $(if $(DEBUG), --interactive) \
145 $(if $(ROOT_USER),--interactive-root,-interactive) \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/
H A Dpoke_4.2.bb3interactive, extensible editor for binary data. Not limited to editing basic entities such as bits…
/openbmc/openbmc/poky/meta/recipes-devtools/expect/
H A Dexpect_5.45.4.bb1 SUMMARY = "tool for automating interactive applications according to a script"
2 DESCRIPTION = "Expect is a tool for automating interactive applications according to a script. \
5 applications. And by adding Tk, you can also wrap interactive applications in \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/
H A Dlibgpiod_2.2.1.bb20 …le-tools --enable-bindings-cxx --enable-bindings-glib --enable-gpioset-interactive --enable-dbus, \
25 PACKAGECONFIG[gpioset-interactive] = "--enable-gpioset-interactive,--disable-gpioset-interactive,li…
/openbmc/qemu/scripts/
H A Dget_maintainer.pl38 my $interactive = 0;
181 'i|interactive!' => \$interactive,
224 $output_rolestats = 1 if ($interactive);
235 $interactive = 0;
642 if (! $interactive) {
680 if ($interactive) {
1274 save_commits_by_author(@lines) if ($interactive);
1275 save_commits_by_signer(@lines) if ($interactive);
1300 save_commits_by_author(@lines) if ($interactive);
1301 save_commits_by_signer(@lines) if ($interactive);
[all …]
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c100 if (!state->interactive) in sandbox_main_loop_init()
153 state->interactive = true; in sandbox_cmdline_cb_interactive()
157 SANDBOX_CMDLINE_OPT_SHORT(interactive, 'i', 0, "Enter interactive mode");
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sshpass/
H A Dsshpass_1.10.bb1 DESCRIPTION = "Non-interactive ssh password auth"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgi/
H A Dfcgi_git.bb1 DESCRIPTION = "FastCGI is a protocol for interfacing interactive programs with a web server."
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-wcwidth_0.2.13.bb1 SUMMARY = "Library for building powerful interactive command lines in Python"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-prompt-toolkit_3.0.50.bb1 SUMMARY = "Library for building powerful interactive command lines in Python"
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpython-development-shell.rst7 previous section, you can also spawn and work within an interactive
43 This command spawns a terminal and places you in an interactive Python
/openbmc/u-boot/scripts/
H A Dget_maintainer.pl42 my $interactive = 0;
241 'i|interactive!' => \$interactive,
293 $output_rolestats = 1 if ($interactive);
305 $interactive = 0;
950 if ($interactive) {
1571 save_commits_by_author(@lines) if ($interactive);
1572 save_commits_by_signer(@lines) if ($interactive);
1606 save_commits_by_author(@lines) if ($interactive);
1607 save_commits_by_signer(@lines) if ($interactive);
1818 $interactive = 0;
[all …]
/openbmc/openbmc/poky/meta/recipes-support/fribidi/
H A Dfribidi_1.0.16.bb3 of interactive editors and widgets that implement BiDi functionality. \
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/
H A Dfvp-ecosystem.inc21 --no-interactive \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuilddelete.py52 management.call_command('migrate', 'bldcontrol', interactive=False)
/openbmc/openbmc/poky/meta/recipes-extended/bash/
H A Dbash.inc3 …plementation of the IEEE POSIX and Open Group shell specification with interactive command line ed…
14 # startup files, even if they are not interactive.
22 # causes a lot of garbage in non-interactive shells
/openbmc/u-boot/drivers/ddr/fsl/
H A DMakefile27 obj-$(CONFIG_FSL_DDR_INTERACTIVE) += interactive.o
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS63 + add kernel bootchart tab to interactive gui
89 + fix interactive CPU rendering (Michael)
187 + interactive UI (Michael)
203 + add a filename string to the window title in interactive mode

1234567