Home
last modified time | relevance | path

Searched refs:make_lines (Results 1 – 25 of 46) sorted by relevance

12

/dports/databases/py-influxdb/influxdb-5.0.0/influxdb/tests/
H A Dtest_line_protocol.py43 line_protocol.make_lines(data),
67 line_protocol.make_lines(data),
92 line_protocol.make_lines(data),
113 line_protocol.make_lines(data),
144 line_protocol.make_lines(data),
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/utils/lines/simple/
H A Dtests.rs12 use super::make_lines; in test_lines()
15 let rows = make_lines(content, 30); in test_lines()
H A Dmod.rs26 pub fn make_lines(content: &str, width: usize) -> Vec<Row> { in make_lines() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/syntax_tools/examples/merl/
H A Dbasicc.erl18 -export([run/2, make_lines/1, bool/1]).
31 make_lines(Prog) -> function
36 make_lines(Prog),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/examples/merl/
H A Dbasicc.erl18 -export([run/2, make_lines/1, bool/1]).
31 make_lines(Prog) -> function
36 make_lines(Prog),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/syntax_tools/examples/merl/
H A Dbasicc.erl18 -export([run/2, make_lines/1, bool/1]).
31 make_lines(Prog) -> function
36 make_lines(Prog),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasicc.erl18 -export([run/2, make_lines/1, bool/1]).
31 make_lines(Prog) -> function
36 make_lines(Prog),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasicc.erl18 -export([run/2, make_lines/1, bool/1]).
31 make_lines(Prog) -> function
36 make_lines(Prog),
/dports/lang/erlang/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasicc.erl18 -export([run/2, make_lines/1, bool/1]).
31 make_lines(Prog) -> function
36 make_lines(Prog),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasicc.erl18 -export([run/2, make_lines/1, bool/1]).
31 make_lines(Prog) -> function
36 make_lines(Prog),
/dports/lang/ruby26/ruby-2.6.9/tool/
H A Dupdate-deps475 make_lines = make_lines_hash[makefile] || Hash.new(false)
487 (cc_lines.keys | current_lines.keys | make_lines.keys).sort.each {|line|
488 status = [cc_lines[line], current_lines[line], make_lines[line]]
509 (cc_lines.keys | make_lines.keys).sort.each {|line|
510 status = [cc_lines[line], make_lines[line]]
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dline_modification.cc204 auto make_lines = [](auto&&... lines) { return BufferLines{StringData::create({lines})...}; }; in __anon7911036d0902() local
207 Buffer buffer("test", Buffer::Flags::None, make_lines("line 1\n", "line 2\n")); in __anon7911036d0902()
216 Buffer buffer("test", Buffer::Flags::None, make_lines("line 1\n", "line 2\n")); in __anon7911036d0902()
225 Buffer buffer("test", Buffer::Flags::None, make_lines("line 1\n", "line 2\n", "line 3\n")); in __anon7911036d0902()
236 …Buffer buffer("test", Buffer::Flags::None, make_lines("line 1\n", "line 2\n", "line 3\n", "line 4\… in __anon7911036d0902()
255 Buffer buffer("test", Buffer::Flags::None, make_lines("line 1\n")); in __anon7911036d0902()
H A Dbuffer.cc689 auto make_lines = [](auto&&... lines) { return BufferLines{StringData::create({lines})...}; }; in __anon8de94f4a0702() local
691 Buffer empty_buffer("empty", Buffer::Flags::None, make_lines("\n")); in __anon8de94f4a0702()
693 …Buffer buffer("test", Buffer::Flags::None, make_lines("allo ?\n", "mais que fais la police\n", " h… in __anon8de94f4a0702()
736 auto make_lines = [](auto&&... lines) { return BufferLines{StringData::create({lines})...}; }; in __anon8de94f4a0902() local
738 …Buffer buffer("test", Buffer::Flags::None, make_lines("allo ?\n", "mais que fais la police\n", " h… in __anon8de94f4a0902()
H A Dword_db.cc234 auto make_lines = [](auto&&... lines) { return BufferLines{StringData::create({lines})...}; }; in __anon4f4753110102() local
237make_lines("tchou mutch\n", "tchou kanaky tchou\n", "\n", "tchaa tchaa\n", "allo\n")); in __anon4f4753110102()
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dlinewrap.rs783 fn make_lines(text: &Rope, width: f64) -> Lines { in make_lines() function
798 let lines = make_lines(text, width); in debug_breaks()
911 let lines = make_lines(&text, 30.); in bsearch_equivalence()
1007 let lines = make_lines(&text, 2.); in set_offset()
1035 let lines = make_lines(&text, 2.); in set_offset()
1048 let lines = make_lines(&text, 1.); in test_break_at_linear_transition()
1063 let Lines { breaks, .. } = make_lines(&text, 1.); in expected_soft_breaks()
1083 let Lines { breaks, .. } = make_lines(&text, 2.); in expected_soft_with_hard()
1092 let lines = make_lines(&text, 1.); in offset_to_line()
1121 let lines = make_lines(&text, 2.); in iter_lines()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/basic-io-2/
H A Dio.ml75 let make_lines ofile = function
97 make_lines lines;
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/basic-io-2/
H A Dio.ml75 let make_lines ofile = function
97 make_lines lines;
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dpage-turn-page-breaking.hh72 SCM make_lines (std::vector<Break_node> *breaks);
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dpage-turn-page-breaking.hh70 SCM make_lines (std::vector<Break_node> *breaks);
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-threads/
H A Dfileio.ml61 let make_lines ofile = function
110 make_lines linesfile;
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-threads/
H A Dfileio.ml61 let make_lines ofile = function
110 make_lines linesfile;
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dpage-turn-page-breaking.cc268 SCM systems = make_lines (&breaking); in solve()
274 Page_turn_page_breaking::make_lines (vector<Break_node> *psoln) in make_lines() function in Page_turn_page_breaking
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dpage-turn-page-breaking.cc261 SCM systems = make_lines (&breaking); in solve()
267 Page_turn_page_breaking::make_lines (vector<Break_node> *psoln) in make_lines() function in Page_turn_page_breaking
/dports/databases/py-influxdb/influxdb-5.0.0/influxdb/
H A Dclient.py19 from influxdb.line_protocol import make_lines, quote_ident, quote_literal
300 data = make_lines(data, precision).encode('utf-8')
877 data = make_lines(packet).encode('utf-8')
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/
H A Dobserver_perf_wx.erl467 Graphs = [make_lines(Hs, I, WS, HS) || I <- lists:seq(NoGraphs, 1, -1)],
565 New = make_lines(Vals, I, WS, HS),
576 make_lines(Ds = [Data|_], N, WS, HS) -> function
578 make_lines(Ds, N, WS, HS, Y, []).
580 make_lines([D1 | Ds = [D2|Rest]], N, WS, HS, Y0, Acc0) -> function
592 make_lines(Ds, N, WS, HS, Y1, Acc);
593 make_lines([_D1], _N, _WS, _HS, _Y0, Acc) -> function

12