Home
last modified time | relevance | path

Searched defs:move_below (Results 1 – 7 of 7) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/boards/issues/
H A Dmove_service.rb46 def move_below(id) method in Boards.Issues.MoveService
/dports/graphics/blender/blender-2.91.0/tests/python/view_layer/
H A Dview_layer_common.py716 def move_below(self, src, dst): member in MoveLayerCollectionTesting
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditems.cc181 bool move_below = item_is_stationary(env.item[i]) in link_items() local
2270 bool move_below = item_is_stationary(item) && !item_is_stationary_net(item); in move_item_to_grid() local
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Tree_Item.cxx598 int Fl_Tree_Item::move_below(Fl_Tree_Item *item) { in move_below() function in Fl_Tree_Item
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DPlane.hh419 bool move_below (Plane &below) const NOEXCEPT_MAYBE in move_below() function in ncpp::Plane
424 bool move_below (Plane *below) const in move_below() function in ncpp::Plane
/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A Dnotcurses.py661 def move_below(self, plane: NcPlane, /) -> None: member in NcPlane
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py12735 def move_below(self, *args): member in Fl_Tree_Item