Home
last modified time | relevance | path

Searched defs:append_lines (Results 1 – 16 of 16) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/edoc/src/
H A Dedoc_tags.erl202 append_lines([L]) -> L; function
203 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)]; function
204 append_lines([]) -> []. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/edoc/src/
H A Dedoc_tags.erl202 append_lines([L]) -> L; function
203 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)]; function
204 append_lines([]) -> []. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/edoc/src/
H A Dedoc_tags.erl202 append_lines([L]) -> L; function
203 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)]; function
204 append_lines([]) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl209 append_lines([L]) -> L; function
210 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)]; function
211 append_lines([]) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl209 append_lines([L]) -> L; function
210 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)]; function
211 append_lines([]) -> []. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl209 append_lines([L]) -> L; function
210 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)]; function
211 append_lines([]) -> []. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl209 append_lines([L]) -> L; function
210 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)]; function
211 append_lines([]) -> []. function
/dports/databases/grass7/grass-7.8.6/lib/python/gunittest/
H A Dcheckers.py577 prepend_lines=None, append_lines=None): argument
/dports/shells/fish/fish-3.3.1/src/
H A Dscreen.h123 void append_lines(const screen_data_t &d) { in append_lines() function
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dbuffer.cc403 const bool append_lines = at_end and (m_lines.empty() or byte_at(back_coord()) == '\n'); in do_insert() local
428 if (not append_lines) // replace first line with new first line in do_insert() local
/dports/databases/pgbarman/barman-release-2.17/barman/
H A Drecovery_executor.py1232 self, filename, settings, backup_filename=None, append_lines=None argument
/dports/devel/cgit/cgit-1.2.3/git/
H A Dref-filter.c1206 static void append_lines(struct strbuf *out, const char *buf, unsigned long size, int lines) in append_lines() function
/dports/devel/git-gui/git-2.34.1/
H A Dref-filter.c1403 static void append_lines(struct strbuf *out, const char *buf, unsigned long size, int lines) in append_lines() function
/dports/devel/git-p4/git-2.34.1/
H A Dref-filter.c1403 static void append_lines(struct strbuf *out, const char *buf, unsigned long size, int lines) in append_lines() function
/dports/devel/git/git-2.34.1/
H A Dref-filter.c1403 static void append_lines(struct strbuf *out, const char *buf, unsigned long size, int lines) in append_lines() function
/dports/devel/git-cvs/git-2.34.1/
H A Dref-filter.c1403 static void append_lines(struct strbuf *out, const char *buf, unsigned long size, int lines) in append_lines() function