Home
last modified time | relevance | path

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

/dports/textproc/meld/meld-3.20.4/meld/
H A Dgutterrendererchunk.py216 copy_up = Gtk.MenuItem.new_with_mnemonic(_("Copy _up"))
218 copy_menu.append(copy_up)
226 def copy_chunk(widget, chunk, copy_up): argument
228 copy_up)
230 copy_up.connect('activate', copy_chunk, chunk, True)
H A Dfilediff.py591 src, dst, self.get_action_chunk(src, dst), copy_up=True)
596 src, dst, self.get_action_chunk(src, dst), copy_up=True)
601 src, dst, self.get_action_chunk(src, dst), copy_up=False)
606 src, dst, self.get_action_chunk(src, dst), copy_up=False)
1916 def copy_chunk(self, src, dst, chunk, copy_up): argument
1922 if copy_up:
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/overlayfs/
H A DMakefile9 copy_up.o export.o
/dports/multimedia/libv4l/linux-5.13-rc2/fs/overlayfs/
H A DMakefile9 copy_up.o export.o
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/overlayfs/
H A DMakefile9 copy_up.o export.o
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Doverlayfs.rst263 to the upper filesystem (copy_up). Note that creating a hard-link
264 also requires copy_up, though of course creation of a symlink does
267 The copy_up may turn out to be unnecessary, for example if the file is
270 The copy_up process first makes sure that the containing directory
277 Once the copy_up is complete, the overlay filesystem simply
486 On every copy_up, an NFS file handle of the lower inode, along with the
494 match the origin file handle that was stored at copy_up time. If a
506 With the "nfs_export" feature, on copy_up of any lower object, an index
518 2. For an indexed object, encode a lower file handle from copy_up origin
543 copy_up of that disconnected dentry will create an upper index entry with
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Doverlayfs.rst263 to the upper filesystem (copy_up). Note that creating a hard-link
264 also requires copy_up, though of course creation of a symlink does
267 The copy_up may turn out to be unnecessary, for example if the file is
270 The copy_up process first makes sure that the containing directory
277 Once the copy_up is complete, the overlay filesystem simply
486 On every copy_up, an NFS file handle of the lower inode, along with the
494 match the origin file handle that was stored at copy_up time. If a
506 With the "nfs_export" feature, on copy_up of any lower object, an index
518 2. For an indexed object, encode a lower file handle from copy_up origin
543 copy_up of that disconnected dentry will create an upper index entry with
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/
H A Doverlayfs.rst263 to the upper filesystem (copy_up). Note that creating a hard-link
264 also requires copy_up, though of course creation of a symlink does
267 The copy_up may turn out to be unnecessary, for example if the file is
270 The copy_up process first makes sure that the containing directory
277 Once the copy_up is complete, the overlay filesystem simply
486 On every copy_up, an NFS file handle of the lower inode, along with the
494 match the origin file handle that was stored at copy_up time. If a
506 With the "nfs_export" feature, on copy_up of any lower object, an index
518 2. For an indexed object, encode a lower file handle from copy_up origin
543 copy_up of that disconnected dentry will create an upper index entry with
/dports/textproc/meld-legacy/meld-1.8.6/meld/
H A Dlinkmap.py332 copy_up = event.y - rect[1] < 0.5 * rect[3]
333 self.filediff.copy_chunk(src, dst, chunk, copy_up)
H A Dfilediff.py570 copy_up = True if copy_direction < 0 else False
571 self.copy_chunk(src, dst, chunk, copy_up)
1882 def copy_chunk(self, src, dst, chunk, copy_up): argument
1888 if copy_up:
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dnode.c458 copy_up (gconstpointer src, in copy_up() function
491 copy = g_node_copy_deep (root, copy_up, NULL); in copy_test()
/dports/net/pen/pen-0.34.1/
H A DChangeLog634 020417 Added -D switch to make copy_up and copy_down *always* store data
679 store the *end*, not the beginning. Affects copy_up and copy_down.
686 in copy_up.
690 Made the sockets nonblocking. Handle EAGAIN in copy_up/down.
H A DHOWTO151 copy_up(0)
157 copy_up(0)
H A Dpen.c637 static int copy_up(int i) in copy_up() function
2105 if (copy_up(i) < 0) { in try_copy_up()