Home
last modified time | relevance | path

Searched refs:DeleteNotify (Results 1 – 14 of 14) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Dsimpletreeitem.h37 void DeleteNotify(int child_row);
112 void SimpleTreeItem<T>::DeleteNotify(int child_row) { in DeleteNotify() function
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dsimpletreeitem.h42 void DeleteNotify(int child_row);
115 void SimpleTreeItem<T>::DeleteNotify(int child_row) { in DeleteNotify() function
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/nodefs/
H A Dfsconnector.go346 code := c.server.DeleteNotify(parentId, nodeID, name)
472 func (c *FileSystemConnector) DeleteNotify(dir *Inode, child *Inode, name string) fuse.Status { func
487 return c.server.DeleteNotify(nID, chId, name)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/test/
H A Ddelete_linux_test.go113 conn.DeleteNotify(root.Inode(), oldCh, "testdir")
/dports/audio/strawberry/strawberry-1.0.0/src/smartplaylists/
H A Dsmartplaylistsmodel.cpp227 root_->DeleteNotify(idx.row()); in DeleteGenerator()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/os2/
H A Dpmstddlg.pas1190 DeleteNotify = record
1197 PDeleteNotify = ^DeleteNotify;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/os2/
H A Dpmstddlg.pas1190 DeleteNotify = record
1197 PDeleteNotify = ^DeleteNotify;
/dports/lang/fpc-source/fpc-3.2.2/rtl/os2/
H A Dpmstddlg.pas1190 DeleteNotify = record
1197 PDeleteNotify = ^DeleteNotify;
/dports/lang/fpc/fpc-3.2.2/rtl/os2/
H A Dpmstddlg.pas1190 DeleteNotify = record
1197 PDeleteNotify = ^DeleteNotify;
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fs/
H A Dinode.go747 return syscall.Errno(n.bridge.server.DeleteNotify(n.nodeId, child.nodeId, name))
H A Dbridge.go49 DeleteNotify(parent uint64, child uint64, name string) fuse.Status methodSpec
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/
H A Dserver.go764 func (ms *Server) DeleteNotify(parent uint64, child uint64, name string) Status { func
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.tripadvisor.com143 Disallow: /DeleteNotify
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/library/
H A Dlibrarymodel.cpp1488 smart_playlist_node_->DeleteNotify(index.row()); in DeleteGenerator()