Home
last modified time | relevance | path

Searched refs:reset_command (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/anjuta/anjuta-3.34.0/plugins/git/
H A Dgit-unstage-pane.c26 GitResetFilesCommand *reset_command; in on_unstage_button_clicked() local
33 reset_command = git_reset_files_command_new (plugin->project_root_directory, in on_unstage_button_clicked()
39 g_signal_connect (G_OBJECT (reset_command), "command-finished", in on_unstage_button_clicked()
44 g_signal_connect (G_OBJECT (reset_command), "command-finished", in on_unstage_button_clicked()
48 anjuta_command_start (ANJUTA_COMMAND (reset_command)); in on_unstage_button_clicked()
59 GitResetFilesCommand *reset_command; in on_git_status_unstage_activated() local
67 reset_command = git_reset_files_command_new (plugin->project_root_directory, in on_git_status_unstage_activated()
71 g_signal_connect (G_OBJECT (reset_command), "command-finished", in on_git_status_unstage_activated()
75 g_signal_connect (G_OBJECT (reset_command), "command-finished", in on_git_status_unstage_activated()
81 anjuta_command_start (ANJUTA_COMMAND (reset_command)); in on_git_status_unstage_activated()
H A Dgit-reset-pane.c38 GitResetTreeCommand *reset_command; in on_ok_action_activated() local
60 reset_command = git_reset_tree_command_new (plugin->project_root_directory, in on_ok_action_activated()
63 g_signal_connect (G_OBJECT (reset_command), "command-finished", in on_ok_action_activated()
68 g_signal_connect (G_OBJECT (reset_command), "command-finished", in on_ok_action_activated()
72 anjuta_command_start (ANJUTA_COMMAND (reset_command)); in on_ok_action_activated()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/kubernetes/helm/v2/
H A Dreset_command_spec.rb24 subject { reset_command.pod_name }
30 let(:command) { reset_command }
/dports/devel/openocd/openocd-0.11.0/src/jtag/
H A Dcommands.h83 struct reset_command { struct
129 struct reset_command *reset;
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/addons/
H A Dslot1comp_mc.cpp35 MMU_new.backupDevice.reset_command(); in auxspi_reset()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dsetshow.h46 void reset_command(void);
H A Dtables.c82 { "res$et", reset_command },
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dsetshow.h46 void reset_command(void);
H A Dtables.c82 { "res$et", reset_command },
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dsetshow.h50 void reset_command __PROTO((void));
H A Dtables.c81 { "res$et", reset_command },
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOPOWER.h97 void reset_command() { command_id=0; } in reset_command() function
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dsequenceeditor.py412 item.reset_command(PICK)
417 i.reset_command(command)
421 item.reset_command(command)
642 def reset_command(self, command): member in RebaseTreeWidgetItem
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlibx/tools/hex2sysex/
H A Dhex2sysex.py88 options.reset_command)
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/tools/hex2sysex/
H A Dhex2sysex.py89 options.reset_command)
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/tools/hex2sysex/
H A Dhex2sysex.py89 options.reset_command)
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Dmc.h97 void reset_command() { reset_command_state = true; }; in reset_command() function
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/fakegdb/
H A Dgdbint.pas54 reset_command,
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/fakegdb/
H A Dgdbint.pas54 reset_command,
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_parser.y284 %type <Integer> reset_command
1156 | reset_command
1367 reset_command
/dports/graphics/elementary-photos/photos-2.7.1/src/editing_tools/
H A DAdjustTool.vala191 AdjustResetCommand reset_command = command as AdjustResetCommand;
192 if (reset_command == null)
195 if (reset_command.owner != owner)
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_parser.y345 %type <Integer> reset_command
1204 | reset_command
1514 reset_command
/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/
H A Ddriver.c317 cmd->cmd.reset = cmd_queue_alloc(sizeof(struct reset_command)); in interface_jtag_add_reset()
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dgdbmiint.pas83 reset_command: Boolean;
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dgdbmiint.pas83 reset_command: Boolean;

123