Home
last modified time | relevance | path

Searched refs:copy_lines (Results 1 – 22 of 22) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/diff/
H A Dhighlight.py30 def copy_lines(self, lo, hi, cursor): member in QtHighlighter
61 def copy_lines(self, lo, hi, cursor): member in NullHighlighter
103 def copy_lines(self, lo, hi, cursor): member in PygmentsHighlighter
H A Dview.py751 highlighter.copy_lines(lo, hi, cursor)
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dpatch_bbox.c24 static unsigned copy_lines(FILE *src_stream, FILE *dst_stream, unsigned lines_count) in copy_lines() function
212 if (copy_lines(src_stream, dst_stream, count)) { in patch_main()
273 copy_lines(src_stream, dst_stream, (unsigned)(-1)); in patch_main()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_debit_note/wizard/
H A Daccount_debit_note.py22 copy_lines = fields.Boolean("Copy Lines", variable in AccountDebitNote
59 if not self.copy_lines or move.move_type in [('in_refund', 'out_refund')]:
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_edit_scroll.c14 static int copy_lines(vt_edit_t *edit, int dst_row, int src_row, u_int size, int mark_changed) { in copy_lines() function
157 copy_lines(edit, boundary_beg, boundary_beg + size, boundary_end - (boundary_beg + size) + 1, in scroll_upward_region()
231 copy_lines(edit, boundary_beg + size, boundary_beg, (boundary_end - size) - boundary_beg + 1, in scroll_downward_region()
/dports/misc/patchutils/patchutils-0.4.2/src/
H A Drediff.c183 static unsigned long copy_lines (FILE *in, FILE *out, unsigned long n) in copy_lines() function
212 copy_lines (in, out, todo - 1); in copy_trailing()
216 while (copy_lines (in, out, 100)) in copy_trailing()
239 copy_lines (in, out, from->line_in_diff - 1); in copy_to()
322 while (copy_lines (newhunk, t, 100)); in added_hunk()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dcopy.c784 for ( unsigned int line = 0; line < copy_lines; line++ ) { \
796 for ( unsigned int line = 0; line < copy_lines; line++ ) { \
808 for ( unsigned int line = 0; line < copy_lines; line++ ) { \
834 const unsigned copy_lines = (height+1) / 2; in Copy420_P_to_SP() local
863 const unsigned copy_lines = (height+1) / 2; in Copy420_16_P_to_SP() local
900 const unsigned copy_lines = height / 2; in CopyFromI420_10ToP010() local
910 for ( unsigned int line = 0; line < copy_lines; line++ ) in CopyFromI420_10ToP010()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/decklink/
H A Dproducer_decklink.cpp90 static void copy_lines( BMDPixelFormat in_fmt, unsigned char* in_buffer, int in_stride, in copy_lines() function
544 copy_lines in VideoInputFrameArrived()
570 copy_lines in VideoInputFrameArrived()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/decklink/
H A Dproducer_decklink.cpp90 static void copy_lines( BMDPixelFormat in_fmt, unsigned char* in_buffer, int in_stride, in copy_lines() function
544 copy_lines in VideoInputFrameArrived()
570 copy_lines in VideoInputFrameArrived()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/decklink/
H A Dproducer_decklink.cpp90 static void copy_lines( BMDPixelFormat in_fmt, unsigned char* in_buffer, int in_stride, in copy_lines() function
544 copy_lines in VideoInputFrameArrived()
570 copy_lines in VideoInputFrameArrived()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/decklink/
H A Dproducer_decklink.cpp90 static void copy_lines( BMDPixelFormat in_fmt, unsigned char* in_buffer, int in_stride, in copy_lines() function
544 copy_lines in VideoInputFrameArrived()
570 copy_lines in VideoInputFrameArrived()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/decklink/
H A Dproducer_decklink.cpp90 static void copy_lines( BMDPixelFormat in_fmt, unsigned char* in_buffer, int in_stride, in copy_lines() function
544 copy_lines in VideoInputFrameArrived()
570 copy_lines in VideoInputFrameArrived()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dsource_base.hpp67 void copy_lines();
H A Dsource_base.cpp212 return copy_lines(); in cut_lines()
255 copy_lines(); in copy()
275 void Source::CommonView::copy_lines() { in copy_lines() function in Source::CommonView
H A Dwindow.cpp713 view->copy_lines(); in set_menu_actions()
/dports/multimedia/aegisub/aegisub-3.2.2/src/command/
H A Dedit.cpp545 static void copy_lines(agi::Context *c) { in copy_lines() function
613 copy_lines(c); in CMD_ICON()
629 copy_lines(c); in CMD_ICON()
/dports/devel/git-p4/git-2.34.1/
H A Dsequencer.c1810 void (*copy_lines)(struct strbuf *, const void *, size_t) = strbuf_add; in update_squash_message_for_fixup() local
1829 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1841 copy_lines = add_commented_lines; in update_squash_message_for_fixup()
1845 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1848 copy_lines = strbuf_add; in update_squash_message_for_fixup()
1856 copy_lines(msg, start, orig_msg_len - (start - orig_msg)); in update_squash_message_for_fixup()
/dports/devel/git-svn/git-2.34.1/
H A Dsequencer.c1810 void (*copy_lines)(struct strbuf *, const void *, size_t) = strbuf_add; in update_squash_message_for_fixup() local
1829 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1841 copy_lines = add_commented_lines; in update_squash_message_for_fixup()
1845 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1848 copy_lines = strbuf_add; in update_squash_message_for_fixup()
1856 copy_lines(msg, start, orig_msg_len - (start - orig_msg)); in update_squash_message_for_fixup()
/dports/devel/git-gui/git-2.34.1/
H A Dsequencer.c1810 void (*copy_lines)(struct strbuf *, const void *, size_t) = strbuf_add; in update_squash_message_for_fixup() local
1829 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1841 copy_lines = add_commented_lines; in update_squash_message_for_fixup()
1845 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1848 copy_lines = strbuf_add; in update_squash_message_for_fixup()
1856 copy_lines(msg, start, orig_msg_len - (start - orig_msg)); in update_squash_message_for_fixup()
/dports/devel/git/git-2.34.1/
H A Dsequencer.c1810 void (*copy_lines)(struct strbuf *, const void *, size_t) = strbuf_add; in update_squash_message_for_fixup() local
1829 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1841 copy_lines = add_commented_lines; in update_squash_message_for_fixup()
1845 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1848 copy_lines = strbuf_add; in update_squash_message_for_fixup()
1856 copy_lines(msg, start, orig_msg_len - (start - orig_msg)); in update_squash_message_for_fixup()
/dports/devel/git-cvs/git-2.34.1/
H A Dsequencer.c1810 void (*copy_lines)(struct strbuf *, const void *, size_t) = strbuf_add; in update_squash_message_for_fixup() local
1829 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1841 copy_lines = add_commented_lines; in update_squash_message_for_fixup()
1845 copy_lines(msg, start, s - start - off); in update_squash_message_for_fixup()
1848 copy_lines = strbuf_add; in update_squash_message_for_fixup()
1856 copy_lines(msg, start, orig_msg_len - (start - orig_msg)); in update_squash_message_for_fixup()
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog9221 - ml_line_swap() is added, and ml_line_copy_line() in copy_lines() in