Home
last modified time | relevance | path

Searched refs:move_items (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/phpbb3/phpBB3/phpbb/tree/
H A Dnestedset.php380 $move_items = array_keys($item_data);
388 if (in_array($new_parent_id, $move_items))
394 $sql_exclude_moved_items = $this->db->sql_in_set($this->column_item_id, $move_items, true);
398 $this->remove_subset($move_items, $current_parent, false, true);
417 $new_right_id = $this->prepare_adding_subset($move_items, $new_parent, true);
446 WHERE " . $this->db->sql_in_set($this->column_item_id, $move_items) . '
484 $move_items = array_keys($item_data);
486 if (in_array($new_parent_id, $move_items))
496 $this->remove_subset($move_items, $item, false, true);
515 $new_right_id = $this->prepare_adding_subset($move_items, $new_parent, true);
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/common/
H A DBList.cpp43 move_items(void** items, int32 offset, int32 count) in move_items() function
109 move_items(fObjectList + index, 1, fItemCount - index - 1); in AddItem()
145 move_items(fObjectList + index, count, fItemCount - index - count); in AddList()
193 move_items(fObjectList + index + 1, -1, fItemCount - index - 1); in RemoveItem()
211 move_items(fObjectList + index + count, -count, in RemoveItems()
H A DBList.fdh7 move_items(void** items, int32 offset, int32 count);
/dports/deskutils/ical/ical-tcl/contrib/
H A Dicalexpire76 proc move_items {in out days} {
99 if [catch {move_items cal out $days} msg] {
/dports/multimedia/olive/olive-0.1.2/project/
H A Dsourcescommon.cpp316 QVector<MediaPtr> move_items; in dropEvent() local
337 move_items.append(s); in dropEvent()
341 if (move_items.size() > 0) { in dropEvent()
344 mm->items = move_items; in dropEvent()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/lvledit/
H A Dlvledit_map.c76 static void move_items(level *EditLevel, int x, int y) in move_items() function
169 move_items(EditLevel, x, y); in move_all_objects()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/sysutils/vector/vector-0.10.0/cargo-crates/fs_extra-1.1.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Moves list dire…
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fs_extra-1.1.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Moves list dire…
/dports/lang/gleam/gleam-0.18.2/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra-1.1.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Moves list dire…
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/sysutils/fd/fd-8.3.0/cargo-crates/fs_extra-1.2.0/
H A DREADME.md38 | [fs_extra::move_items](https://docs.rs/fs_extra/*/fs_extra/fn.move_items.html) | Recursively mov…
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ringbuf/src/
H A Dring_buffer.rs148 pub fn move_items<T>(src: &mut Consumer<T>, dst: &mut Producer<T>, count: Option<usize>) -> usize { in move_items() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dterrain.h130 bool move_items);
H A Ditems.h174 void move_items(const coord_def r, const coord_def p);
/dports/www/firefox/firefox-99.0/third_party/rust/ringbuf/src/
H A Dring_buffer.rs146 pub fn move_items<T>(src: &mut Consumer<T>, dst: &mut Producer<T>, count: Option<usize>) -> usize { in move_items() function
H A Dproducer.rs207 move_items(other, self, count) in move_from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ringbuf/src/
H A Dring_buffer.rs146 pub fn move_items<T>(src: &mut Consumer<T>, dst: &mut Producer<T>, count: Option<usize>) -> usize { in move_items() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ringbuf/src/
H A Dring_buffer.rs146 pub fn move_items<T>(src: &mut Consumer<T>, dst: &mut Producer<T>, count: Option<usize>) -> usize { in move_items() function

1234