Home
last modified time | relevance | path

Searched refs:disable_command (Results 1 – 25 of 58) sorted by relevance

123

/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Dcohtty.c74 char disable_command[66]; /* this will be the disable command local
120 sprintf(disable_command, "/etc/disable %s",enable_device);
/dports/sysutils/mcollective-puppet-client/mcollective-puppet-agent-1.14.0/spec/application/
H A Dpuppet_spec.rb249 @app.disable_command
254 @app.disable_command
/dports/sysutils/mcollective-puppet-agent/mcollective-puppet-agent-1.14.0/spec/application/
H A Dpuppet_spec.rb249 @app.disable_command
254 @app.disable_command
/dports/sysutils/mcollective-puppet-common/mcollective-puppet-agent-1.14.0/spec/application/
H A Dpuppet_spec.rb249 @app.disable_command
254 @app.disable_command
/dports/devel/py-cmd2/cmd2-2.3.2/docs/api/
H A Dconstants.rst14 Used by :meth:`cmd2.Cmd.disable_command` and
/dports/mail/astroid/astroid-0.15/src/
H A Dmain_window.hh81 void disable_command ();
H A Dmain_window.cc494 void MainWindow::disable_command () { in disable_command() function in Astroid::MainWindow
503 disable_command (); in on_command_mode_changed()
/dports/devel/py-cmd2/cmd2-2.3.2/docs/features/
H A Dmisc.rst62 disable_command()
H A Ddisable_commands.rst72 self.disable_command('open', "you can't open the door because it is locked")
/dports/sysutils/mcollective-puppet-common/mcollective-puppet-agent-1.14.0/application/
H A Dpuppet.rb328 def disable_command method in Puppet
/dports/sysutils/mcollective-puppet-agent/mcollective-puppet-agent-1.14.0/application/
H A Dpuppet.rb328 def disable_command method in Puppet
/dports/sysutils/mcollective-puppet-client/mcollective-puppet-agent-1.14.0/application/
H A Dpuppet.rb328 def disable_command method in Puppet
/dports/net/p5-Net-SNPP/Net-SNPP-1.17/lib/Net/SNPP/
H A DServer.pm285 sub disable_command { subroutine
/dports/games/arx-libertatis/arx-libertatis-1.1.2/scripts/
H A Darx-install-data165 disable_command() {
712 --disable-*) disable_command "${1#--disable-}" ;;
713 --disable) shift ; disable_command "${1#--disable-}" ;;
/dports/devel/py-cmd2/cmd2-2.3.2/tests/
H A Dtest_cmd2.py2775 disable_commands_app.disable_command('fake', 'fake message')
2781 disable_commands_app.disable_command('has_helper_funcs', message_to_print)
2789 disable_commands_app.disable_command('has_helper_funcs', message_to_print)
2796 disable_commands_app.disable_command('has_helper_funcs', message_to_print)
2805 disable_commands_app.disable_command('has_helper_funcs', message_to_print)
/dports/devel/py-cmd2/cmd2-2.3.2/tests_isolated/test_commandset/
H A Dtest_commandset.py528 command_sets_manual.disable_command('cut', 'disabled for test')
560 command_sets_manual.disable_command('cut', 'disabled for test')
/dports/devel/py-pdm/pdm-1.11.0/pdm/cli/
H A Dactions.py764 disable_command = "$ pdm config check_update false"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbreakpoint.c69 static void disable_command (char *, int);
7513 disable_command (char *args, int from_tty) in disable_command() function
7846 add_prefix_cmd ("disable", class_breakpoint, disable_command, in _initialize_breakpoint()
7855 add_com ("sb", class_breakpoint, disable_command, in _initialize_breakpoint()
7861 add_cmd ("breakpoints", class_alias, disable_command, in _initialize_breakpoint()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbreakpoint.c69 static void disable_command (char *, int);
7513 disable_command (char *args, int from_tty) in disable_command() function
7846 add_prefix_cmd ("disable", class_breakpoint, disable_command, in _initialize_breakpoint()
7855 add_com ("sb", class_breakpoint, disable_command, in _initialize_breakpoint()
7861 add_cmd ("breakpoints", class_alias, disable_command, in _initialize_breakpoint()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dbreakpoint.c88 static void disable_command (char *, int);
11453 disable_command (char *args, int from_tty) in disable_command() function
12104 disable_command (args, from_tty); in disable_trace_command()
12691 add_prefix_cmd ("disable", class_breakpoint, disable_command, _("\ in _initialize_breakpoint()
12700 add_com ("sb", class_breakpoint, disable_command, _("\ in _initialize_breakpoint()
12706 add_cmd ("breakpoints", class_alias, disable_command, _("\ in _initialize_breakpoint()
H A DChangeLog-2008744 (breakpoint_re_set_one, disable_command, enable_command): Likewise.
1026 (disable_command, enable_command): Likewise.
1691 (breakpoint_re_set_one, disable_command, enable_command):
6320 (delete_breakpoint, disable_breakpoint, disable_command): Pass
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dbreakpoint.c100 static void disable_command (char *, int);
14714 disable_command (char *args, int from_tty) in disable_command() function
15423 disable_command (args, from_tty); in disable_trace_command()
16250 add_prefix_cmd ("disable", class_breakpoint, disable_command, _("\ in _initialize_breakpoint()
16259 add_com ("sb", class_breakpoint, disable_command, _("\ in _initialize_breakpoint()
16265 add_cmd ("breakpoints", class_alias, disable_command, _("\ in _initialize_breakpoint()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dbreakpoint.c14351 disable_command (const char *args, int from_tty)
14823 disable_command (args, from_tty);
15595 = add_prefix_cmd ("disable", class_breakpoint, disable_command, _("\
15605 add_cmd ("breakpoints", class_breakpoint, disable_command, _("\
/dports/devel/py-cmd2/cmd2-2.3.2/cmd2/
H A Dcmd2.py5171 def disable_command(self, command: str, message_to_print: str) -> None: member in Cmd
5225 self.disable_command(cmd_name, message_to_print)
/dports/devel/py-cmd2/cmd2-2.3.2/
H A DCHANGELOG.md671 * See docstring for ``disable_command()`` or ``disable_category()`` for more details.
721 * ``disable_command()``

123