Home
last modified time | relevance | path

Searched refs:has_nl (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/filters/
H A Doutput.py18 def _process(self, stream, varname, has_nl): argument
28 has_nl = len(str(stmt).strip().splitlines()) > 1
29 stmt.tokens = self._process(stmt.tokens, varname, has_nl)
34 def _process(self, stream, varname, has_nl): argument
42 if has_nl:
73 if has_nl:
80 def _process(self, stream, varname, has_nl): argument
86 if has_nl:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/filters/
H A Doutput.py20 def _process(self, stream, varname, has_nl): argument
30 has_nl = len(text_type(stmt).strip().splitlines()) > 1
31 stmt.tokens = self._process(stmt.tokens, varname, has_nl)
36 def _process(self, stream, varname, has_nl): argument
44 if has_nl:
75 if has_nl:
82 def _process(self, stream, varname, has_nl): argument
88 if has_nl:
/dports/x11-toolkits/p5-Tk/Tk-804.035/IO/
H A DIO.xs145 static int has_nl _((SV *sv));
147 static int has_nl(sv) in has_nl() function
256 while (!info.eof && !info.error && !has_nl(buf)) in readline()
/dports/x11/libfm-extra/libfm-1.3.2/src/extra/
H A Dfm-xml-file.c1222 gboolean *has_nl, GError **error) in _parser_item_to_gstring() argument
1251 *has_nl = TRUE; in _parser_item_to_gstring()
1298 *has_nl = TRUE; in _parser_item_to_gstring()
1304 *has_nl = FALSE; /* to collect data from nested elements */ in _parser_item_to_gstring()
1307 if (!_parser_item_to_gstring(file, string, l->data, prefix, has_nl, error)) in _parser_item_to_gstring()
1313 g_string_append_printf(string, "%s</%s>", (*has_nl) ? prefix->str : "", in _parser_item_to_gstring()
1315 *has_nl = TRUE; /* it was prefixed above */ in _parser_item_to_gstring()
1337 gboolean has_nl = FALSE; in fm_xml_file_to_data() local
1345 if (!_parser_item_to_gstring(file, string, l->data, prefix, &has_nl, error)) in fm_xml_file_to_data()
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/vfs/
H A Dfm-xml-file.c1222 gboolean *has_nl, GError **error) in _parser_item_to_gstring() argument
1251 *has_nl = TRUE; in _parser_item_to_gstring()
1298 *has_nl = TRUE; in _parser_item_to_gstring()
1304 *has_nl = FALSE; /* to collect data from nested elements */ in _parser_item_to_gstring()
1307 if (!_parser_item_to_gstring(file, string, l->data, prefix, has_nl, error)) in _parser_item_to_gstring()
1313 g_string_append_printf(string, "%s</%s>", (*has_nl) ? prefix->str : "", in _parser_item_to_gstring()
1315 *has_nl = TRUE; /* it was prefixed above */ in _parser_item_to_gstring()
1337 gboolean has_nl = FALSE; in fm_xml_file_to_data() local
1345 if (!_parser_item_to_gstring(file, string, l->data, prefix, &has_nl, error)) in fm_xml_file_to_data()
/dports/x11/libfm/libfm-1.3.2/src/extra/
H A Dfm-xml-file.c1222 gboolean *has_nl, GError **error) in _parser_item_to_gstring() argument
1251 *has_nl = TRUE; in _parser_item_to_gstring()
1298 *has_nl = TRUE; in _parser_item_to_gstring()
1304 *has_nl = FALSE; /* to collect data from nested elements */ in _parser_item_to_gstring()
1307 if (!_parser_item_to_gstring(file, string, l->data, prefix, has_nl, error)) in _parser_item_to_gstring()
1313 g_string_append_printf(string, "%s</%s>", (*has_nl) ? prefix->str : "", in _parser_item_to_gstring()
1315 *has_nl = TRUE; /* it was prefixed above */ in _parser_item_to_gstring()
1337 gboolean has_nl = FALSE; in fm_xml_file_to_data() local
1345 if (!_parser_item_to_gstring(file, string, l->data, prefix, &has_nl, error)) in fm_xml_file_to_data()
/dports/net/fort/FORT-validator-1.5.3/src/crypto/
H A Dbase64.c40 base64_decode(BIO *in, unsigned char *out, bool has_nl, size_t out_len, in base64_decode() argument
81 if (!has_nl) in base64_decode()
/dports/devel/radare2/radare2-5.1.1/shlr/sdb/src/
H A Dtext.c449 bool has_nl = false; in sdb_text_check() local
459 has_nl = true; in sdb_text_check()
467 return count > 4 && is_ascii && has_nl && has_eq; in sdb_text_check()
/dports/devel/libnaji/libnaji-0.6.4.src/
H A Dnajifrmt.c2002 int has_nl = NAJI_FALSE; in removel() local
2018 has_nl = NAJI_TRUE; in removel()
2023 if (has_nl == NAJI_TRUE) in removel()
2140 int has_nl = NAJI_FALSE; in replacel() local
2156 if (has_nl == NAJI_FALSE) in replacel()
2166 has_nl = NAJI_TRUE; in replacel()
2172 if (has_nl == NAJI_TRUE) in replacel()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_pp.erl1133 case has_nl(E) of
1138 has_nl([$\n|_]) -> function
1140 has_nl([C|Cs]) when is_integer(C) -> function
1141 has_nl(Cs);
1142 has_nl([C|Cs]) -> function
1143 has_nl(C) orelse has_nl(Cs);
1144 has_nl([]) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_pp.erl1247 case has_nl(E) of
1252 has_nl([$\n|_]) -> function
1254 has_nl([C|Cs]) when is_integer(C) -> function
1255 has_nl(Cs);
1256 has_nl([C|Cs]) -> function
1257 has_nl(C) orelse has_nl(Cs);
1258 has_nl([]) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_pp.erl1241 case has_nl(E) of
1246 has_nl([$\n|_]) -> function
1248 has_nl([C|Cs]) when is_integer(C) -> function
1249 has_nl(Cs);
1250 has_nl([C|Cs]) -> function
1251 has_nl(C) orelse has_nl(Cs);
1252 has_nl([]) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl1238 case has_nl(E) of
1243 has_nl([$\n|_]) -> function
1245 has_nl([C|Cs]) when is_integer(C) -> function
1246 has_nl(Cs);
1247 has_nl([C|Cs]) -> function
1248 has_nl(C) orelse has_nl(Cs);
1249 has_nl([]) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl1238 case has_nl(E) of
1243 has_nl([$\n|_]) -> function
1245 has_nl([C|Cs]) when is_integer(C) -> function
1246 has_nl(Cs);
1247 has_nl([C|Cs]) -> function
1248 has_nl(C) orelse has_nl(Cs);
1249 has_nl([]) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl1238 case has_nl(E) of
1243 has_nl([$\n|_]) -> function
1245 has_nl([C|Cs]) when is_integer(C) -> function
1246 has_nl(Cs);
1247 has_nl([C|Cs]) -> function
1248 has_nl(C) orelse has_nl(Cs);
1249 has_nl([]) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl1238 case has_nl(E) of
1243 has_nl([$\n|_]) -> function
1245 has_nl([C|Cs]) when is_integer(C) -> function
1246 has_nl(Cs);
1247 has_nl([C|Cs]) -> function
1248 has_nl(C) orelse has_nl(Cs);
1249 has_nl([]) -> function
/dports/textproc/rasqal/rasqal-0.9.33/libsv/
H A Dsv.c501 sv_parse_chunk_line(sv* t, size_t line_len, int has_nl) in sv_parse_chunk_line() argument
586 if(has_nl) in sv_parse_chunk_line()
/dports/devel/git-svn/git-2.34.1/
H A Dfsck.c1083 int has_nl; in check_submodule_url() local
1090 has_nl = !!strchr(decoded, '\n'); in check_submodule_url()
1093 if (has_nl) in check_submodule_url()
/dports/devel/git-gui/git-2.34.1/
H A Dfsck.c1083 int has_nl; in check_submodule_url() local
1090 has_nl = !!strchr(decoded, '\n'); in check_submodule_url()
1093 if (has_nl) in check_submodule_url()
/dports/devel/git-p4/git-2.34.1/
H A Dfsck.c1083 int has_nl; in check_submodule_url() local
1090 has_nl = !!strchr(decoded, '\n'); in check_submodule_url()
1093 if (has_nl) in check_submodule_url()
/dports/devel/git/git-2.34.1/
H A Dfsck.c1083 int has_nl; in check_submodule_url() local
1090 has_nl = !!strchr(decoded, '\n'); in check_submodule_url()
1093 if (has_nl) in check_submodule_url()
/dports/devel/git-cvs/git-2.34.1/
H A Dfsck.c1083 int has_nl; in check_submodule_url() local
1090 has_nl = !!strchr(decoded, '\n'); in check_submodule_url()
1093 if (has_nl) in check_submodule_url()
/dports/lang/v/v-0.1.29/vlib/v/fmt/
H A Dfmt.v358 has_nl: false
1153 has_nl bool = true
1193 if i < comments.len - 1 || options.has_nl {
1395 has_nl: false
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/prettify/fprettify/fprettify/
H A D__init__.py1265 has_nl = True # has next line
1268 has_nl = not re.search(EOL_SC, line)
1269 lines[pos] = lines[pos].rstrip(' ') + comment + '\n' * has_nl
/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Dtext.py90 has_nl = r != s
93 has_nl = False
98 if has_nl:

12