Home
last modified time | relevance | path

Searched +defs:move +defs:args (Results 1 – 25 of 1556) sorted by relevance

12345678910>>...63

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DMoveModifications.java61 public void move(IResource resource, MoveArguments args) { in move() method in MoveModifications
65 public void move(IPackageFragmentRoot sourceFolder, MoveArguments arguments) { in move() method in MoveModifications
82 public void move(IPackageFragment pack, MoveArguments args) throws CoreException { in move() method in MoveModifications
120 public void move(ICompilationUnit unit, MoveArguments args) throws CoreException { in move() method in MoveModifications
175 private void add(Object element, RefactoringArguments args, IParticipantDescriptorFilter filter) { in add()
183 private IResource getResourceDestination(MoveArguments args) { in getResourceDestination()
/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/checkers/
H A Dcheckers.tcl144 proc checkers::load_stored_theme {args} { argument
377 proc checkers::set_label_move {gid args} {
782 proc checkers::set_tooltips {args} { argument
1187 proc checkers::send_move {gid move} {
1215 proc checkers::make_move_tag {gid move} {
1356 proc checkers::count_kings {gid move} {
1696 proc checkers::is_move_legal {gid move} {
1703 proc checkers::is_move_prefix_legal {gid move} {
1857 proc iq_games_board_create {xlib from xml args} {
1864 proc iq_games_board_turn {xlib from xml args} {
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dmbsync.py30 def apply_item_changes(lib, item, move, pretend, write): argument
67 def func(self, lib, opts, args): argument
78 def singletons(self, lib, query, move, pretend, write): argument
108 def albums(self, lib, query, move, pretend, write): argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/containers/
H A Djuce_FixedSizeFunction.h47 Move move = nullptr; member
53 void move (void* from, void* to) in move() function
59 typename std::enable_if<std::is_same<Ret, void>::value, Ret>::type call (void* s, Args... args) in call()
65 … typename std::enable_if<! std::is_same<Ret, void>::value, Ret>::type call (void* s, Args... args) in call()
219 void move (FixedSizeFunction<otherLen, T>&& other) noexcept in move() function
/dports/devel/tclxml/tclxml-3.3/tclxslt/
H A Dresources.tcl37 proc xslt::resources::list {locnNd {baseNd {}} args} {
73 proc xslt::resources::type {locnNd args} {
102 proc xslt::resources::exists {locnNd args} {
129 proc xslt::resources::modified {locnNd args} {
156 proc xslt::resources::mkdir {locnNd args} {
199 proc xslt::resources::copy {srcNd destNd args} {
228 proc xslt::resources::move {srcNd destNd args} { procedure
280 proc xslt::resources::delete {locnNd args} {
312 proc xslt::resources::link {fromNd toNd args} {
338 proc xslt::resources::write-base64 {fnameNd b64Nd args} {
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/library/demos/
H A Daniwave.tcl45 proc waveCoordsTracer {w args} {
86 proc move {} { procedure
/dports/x11-toolkits/tk86/tk8.6.12/library/demos/
H A Daniwave.tcl45 proc waveCoordsTracer {w args} {
86 proc move {} { procedure
/dports/x11-toolkits/tk85/tk8.5.19/library/demos/
H A Daniwave.tcl45 proc waveCoordsTracer {w args} {
86 proc move {} { procedure
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1189 LIR_OprList* args = new LIR_OprList(); in do_Return() local
1309 LIR_OprList* args = new LIR_OprList(); in do_RegisterFinalizer() local
2725 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in profile_parameters() local
2758 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in do_Base() local
2796 LIR_OprList* args = new LIR_OprList(); in do_Base() local
2929 LIRItemList* args = invoke_visit_arguments(x); in do_Invoke() local
3477 LIR_OprList* args = new LIR_OprList(x->number_of_arguments()); in do_RuntimeCall() local
3590 LIRItemList args(1); in call_runtime() local
3601 LIRItemList args(2); in call_runtime() local
3614 LIR_Opr LIRGenerator::call_runtime(BasicTypeArray* signature, LIR_OprList* args, in call_runtime()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1189 LIR_OprList* args = new LIR_OprList(); in do_Return() local
1309 LIR_OprList* args = new LIR_OprList(); in do_RegisterFinalizer() local
2725 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in profile_parameters() local
2758 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in do_Base() local
2796 LIR_OprList* args = new LIR_OprList(); in do_Base() local
2929 LIRItemList* args = invoke_visit_arguments(x); in do_Invoke() local
3477 LIR_OprList* args = new LIR_OprList(x->number_of_arguments()); in do_RuntimeCall() local
3590 LIRItemList args(1); in call_runtime() local
3601 LIRItemList args(2); in call_runtime() local
3614 LIR_Opr LIRGenerator::call_runtime(BasicTypeArray* signature, LIR_OprList* args, in call_runtime()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/initializers/
H A D6_labkit_middleware.rb10 def move(*args, &block) method in Rails.Configuration.MiddlewareStackProxy
/dports/games/hypatia_engine/hypatia_engine-0.3.1/hypatia/
H A Dplayer.py16 def __init__(self, *args, **kwargs):
20 def move(self, game, direction): member in HumanPlayer
84 def __init__(self, *args, **kwargs):
/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Dfscommands.py44 def move(self, path, new_location): member in FileSystemCommands
63 def __init__(self, *args):
76 def move(self, path, new_location): member in SubversionCommands
119 def move(self, path, new_location): member in MercurialCommands
144 def move(self, path, new_location): member in GITCommands
154 def _do(self, args): argument
177 def move(self, path, new_location): member in DarcsCommands
186 def _do(self, args): argument
190 def _execute(args, cwd=None): argument
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
62 def _call_with_windows_retry(*args, **kwargs):
108 def move(src, dst): function
/dports/www/firefox/firefox-99.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
62 def _call_with_windows_retry(*args, **kwargs):
108 def move(src, dst): function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
62 def _call_with_windows_retry(*args, **kwargs):
108 def move(src, dst): function
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
62 def _call_with_windows_retry(*args, **kwargs):
108 def move(src, dst): function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
62 def _call_with_windows_retry(*args, **kwargs):
108 def move(src, dst): function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1199 LIR_OprList* args = new LIR_OprList(); in do_Return() local
1436 LIR_OprList* args = new LIR_OprList(); in do_RegisterFinalizer() local
2702 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in profile_parameters() local
2735 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in do_Base() local
2775 LIR_OprList* args = new LIR_OprList(); in do_Base() local
2911 LIRItemList* args = invoke_visit_arguments(x); in do_Invoke() local
3517 LIR_OprList* args = new LIR_OprList(x->number_of_arguments()); in do_RuntimeCall() local
3630 LIRItemList args(1); in call_runtime() local
3641 LIRItemList args(2); in call_runtime() local
3654 LIR_Opr LIRGenerator::call_runtime(BasicTypeArray* signature, LIR_OprList* args, in call_runtime()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1178 LIR_OprList* args = new LIR_OprList(); in do_Return() local
1443 LIR_OprList* args = new LIR_OprList(); in do_RegisterFinalizer() local
2699 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in profile_parameters() local
2732 CallingConvention* args = compilation()->frame_map()->incoming_arguments(); in do_Base() local
2772 LIR_OprList* args = new LIR_OprList(); in do_Base() local
2908 LIRItemList* args = invoke_visit_arguments(x); in do_Invoke() local
3474 LIR_OprList* args = new LIR_OprList(x->number_of_arguments()); in do_RuntimeCall() local
3596 LIRItemList args(1); in call_runtime() local
3607 LIRItemList args(2); in call_runtime() local
3620 LIR_Opr LIRGenerator::call_runtime(BasicTypeArray* signature, LIR_OprList* args, in call_runtime()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/beast/core/detail/
H A Dvariant.hpp72 struct move struct in boost::beast::detail::variant
74 variant& self;
75 variant& other;
77 void operator()(mp11::mp_size_t<0>) in operator ()()
82 void operator()(I) in operator ()()
198 emplace(Args&&... args) noexcept in emplace()
/dports/devel/hyperscan/boost_1_75_0/boost/beast/core/detail/
H A Dvariant.hpp72 struct move struct in boost::beast::detail::variant
74 variant& self;
75 variant& other;
77 void operator()(mp11::mp_size_t<0>) in operator ()()
82 void operator()(I) in operator ()()
198 emplace(Args&&... args) noexcept in emplace()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/core/detail/
H A Dvariant.hpp72 struct move struct in boost::beast::detail::variant
74 variant& self;
75 variant& other;
77 void operator()(mp11::mp_size_t<0>) in operator ()()
82 void operator()(I) in operator ()()
198 emplace(Args&&... args) noexcept in emplace()
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/core/detail/
H A Dvariant.hpp72 struct move struct in boost::beast::detail::variant
74 variant& self;
75 variant& other;
77 void operator()(mp11::mp_size_t<0>) in operator ()()
82 void operator()(I) in operator ()()
198 emplace(Args&&... args) noexcept in emplace()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/core/detail/
H A Dvariant.hpp72 struct move struct in boost::beast::detail::variant
74 variant& self;
75 variant& other;
77 void operator()(mp11::mp_size_t<0>) in operator ()()
82 void operator()(I) in operator ()()
198 emplace(Args&&... args) noexcept in emplace()

12345678910>>...63