Home
last modified time | relevance | path

Searched refs:flatten_text (Results 1 – 16 of 16) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_aws/src/
H A Drabbitmq_aws_xml.erl24 flatten_text([], Value) -> Value; function
25 flatten_text([{K,V}|T], Accum) when is_list(V) -> function
26 flatten_text(T, lists:append([{K, V}], Accum));
27 flatten_text([H | T], Accum) when is_list(H) -> function
28 flatten_text(T, lists:append(T, Accum)).
32 flatten_value(L, _) when is_list(L) -> flatten_text(L, []).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_lib.erl74 flatten_text(T) -> function
75 flatten_text(T, []).
77 flatten_text([C | T], Cont) when is_integer(C) -> function
78 [C | flatten_text(T, Cont)];
79 flatten_text([T | T1], Cont) -> function
80 flatten_text(T, [T1 | Cont]);
81 flatten_text([], [T | Cont]) -> function
82 flatten_text(T, Cont);
83 flatten_text([], []) -> function
85 flatten_text(Bin, Cont) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_lib.erl74 flatten_text(T) -> function
75 flatten_text(T, []).
77 flatten_text([C | T], Cont) when is_integer(C) -> function
78 [C | flatten_text(T, Cont)];
79 flatten_text([T | T1], Cont) -> function
80 flatten_text(T, [T1 | Cont]);
81 flatten_text([], [T | Cont]) -> function
82 flatten_text(T, Cont);
83 flatten_text([], []) -> function
85 flatten_text(Bin, Cont) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_lib.erl74 flatten_text(T) -> function
75 flatten_text(T, []).
77 flatten_text([C | T], Cont) when is_integer(C) -> function
78 [C | flatten_text(T, Cont)];
79 flatten_text([T | T1], Cont) -> function
80 flatten_text(T, [T1 | Cont]);
81 flatten_text([], [T | Cont]) -> function
82 flatten_text(T, Cont);
83 flatten_text([], []) -> function
85 flatten_text(Bin, Cont) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl74 flatten_text(T) -> function
75 flatten_text(T, []).
77 flatten_text([C | T], Cont) when is_integer(C) -> function
78 [C | flatten_text(T, Cont)];
79 flatten_text([T | T1], Cont) -> function
80 flatten_text(T, [T1 | Cont]);
81 flatten_text([], [T | Cont]) -> function
82 flatten_text(T, Cont);
83 flatten_text([], []) -> function
85 flatten_text(Bin, Cont) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl74 flatten_text(T) -> function
75 flatten_text(T, []).
77 flatten_text([C | T], Cont) when is_integer(C) -> function
78 [C | flatten_text(T, Cont)];
79 flatten_text([T | T1], Cont) -> function
80 flatten_text(T, [T1 | Cont]);
81 flatten_text([], [T | Cont]) -> function
82 flatten_text(T, Cont);
83 flatten_text([], []) -> function
85 flatten_text(Bin, Cont) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl74 flatten_text(T) -> function
75 flatten_text(T, []).
77 flatten_text([C | T], Cont) when is_integer(C) -> function
78 [C | flatten_text(T, Cont)];
79 flatten_text([T | T1], Cont) -> function
80 flatten_text(T, [T1 | Cont]);
81 flatten_text([], [T | Cont]) -> function
82 flatten_text(T, Cont);
83 flatten_text([], []) -> function
85 flatten_text(Bin, Cont) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl74 flatten_text(T) -> function
75 flatten_text(T, []).
77 flatten_text([C | T], Cont) when is_integer(C) -> function
78 [C | flatten_text(T, Cont)];
79 flatten_text([T | T1], Cont) -> function
80 flatten_text(T, [T1 | Cont]);
81 flatten_text([], [T | Cont]) -> function
82 flatten_text(T, Cont);
83 flatten_text([], []) -> function
85 flatten_text(Bin, Cont) -> function
[all …]
/dports/textproc/lookatme/lookatme-2.3.2/lookatme/
H A Dutils.py114 def flatten_text(text, new_spec=None): function
156 return flatten_text(text, new_spec)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/src/
H A Dmerl.erl489 FlatText = flatten_text(Text),
1082 flatten_text([L | _]=Lines) when is_list(L) -> function
1084 flatten_text([B | _]=Lines) when is_binary(B) -> function
1086 flatten_text(Text) when is_binary(Text) -> function
1088 flatten_text(Text) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/syntax_tools/src/
H A Dmerl.erl489 FlatText = flatten_text(Text),
1082 flatten_text([L | _]=Lines) when is_list(L) -> function
1084 flatten_text([B | _]=Lines) when is_binary(B) -> function
1086 flatten_text(Text) when is_binary(Text) -> function
1088 flatten_text(Text) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/syntax_tools/src/
H A Dmerl.erl489 FlatText = flatten_text(Text),
1082 flatten_text([L | _]=Lines) when is_list(L) -> function
1084 flatten_text([B | _]=Lines) when is_binary(B) -> function
1086 flatten_text(Text) when is_binary(Text) -> function
1088 flatten_text(Text) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl489 FlatText = flatten_text(Text),
1082 flatten_text([L | _]=Lines) when is_list(L) -> function
1084 flatten_text([B | _]=Lines) when is_binary(B) -> function
1086 flatten_text(Text) when is_binary(Text) -> function
1088 flatten_text(Text) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl489 FlatText = flatten_text(Text),
1082 flatten_text([L | _]=Lines) when is_list(L) -> function
1084 flatten_text([B | _]=Lines) when is_binary(B) -> function
1086 flatten_text(Text) when is_binary(Text) -> function
1088 flatten_text(Text) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl489 FlatText = flatten_text(Text),
1082 flatten_text([L | _]=Lines) when is_list(L) -> function
1084 flatten_text([B | _]=Lines) when is_binary(B) -> function
1086 flatten_text(Text) when is_binary(Text) -> function
1088 flatten_text(Text) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl489 FlatText = flatten_text(Text),
1082 flatten_text([L | _]=Lines) when is_list(L) -> function
1084 flatten_text([B | _]=Lines) when is_binary(B) -> function
1086 flatten_text(Text) when is_binary(Text) -> function
1088 flatten_text(Text) -> function