Home
last modified time | relevance | path

Searched refs:change_target (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/
H A Djenkins_test.sh6 change_target="origin/$3"
12 change_base=$(git merge-base $change_target $commit_hash)
15 …ieved type: ${test_type} commit_hash: ${commit_hash} change_target: ${change_target} change_base: …
/dports/games/widelands/widelands-build21/src/wui/
H A Deconomy_options_window.cc76 b->sigclicked.connect([this] { change_target(-10); }); in EconomyOptionsWindow()
84 b->sigclicked.connect([this] { change_target(-1); }); in EconomyOptionsWindow()
101 b->sigclicked.connect([this] { change_target(1); }); in EconomyOptionsWindow()
109 b->sigclicked.connect([this] { change_target(10); }); in EconomyOptionsWindow()
298 void EconomyOptionsWindow::change_target(int amount) { in change_target() function in EconomyOptionsWindow
300 ware_panel_->change_target(amount); in change_target()
302 worker_panel_->change_target(amount); in change_target()
363 void EconomyOptionsWindow::EconomyOptionsPanel::change_target(int delta) { in change_target() function in EconomyOptionsWindow::EconomyOptionsPanel
H A Deconomy_options_window.h74 void change_target(int amount);
115 void change_target(int amount);
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_merge_core.py167 def change_target(self, id, base=None, this=None, other=None): member in MergeBuilder
386 builder.change_target(b"2", other="target4", base="text3")
398 builder.change_target(b"1", this=b"target2")
399 builder.change_target(b"2", base=b"target2")
400 builder.change_target(b"3", other=b"target2")
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Ddamage.c98 uchar change_target = FALSE; in destroy_destroyed_objects() local
137 change_target = TRUE; in destroy_destroyed_objects()
141 if (change_target) { in destroy_destroyed_objects()
143 change_target = FALSE; in destroy_destroyed_objects()