Home
last modified time | relevance | path

Searched refs:sep_char (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/textproc/p5-String-ToIdentifier-EN/String-ToIdentifier-EN-0.12/lib/String/ToIdentifier/
H A DEN.pm173 my ($self, $str, $sep_char) = @_;
243 my $sep_char = $use_underscore ? '_' : $sep_char;
245 if ($sep_char) {
247 join($sep_char, split /\s+/, $replacement_phrase);
249 $replacement_phrase = $sep_char . $replacement_phrase
254 $replacement_phrase .= $sep_char
266 if not $sep_char;
/dports/science/cdo/cdo-2.0.0/src/
H A Dmagics_template_parser.cc120 const char *sep_char = ","; in _set_magics_parameter_value() local
177 if (strchr(param_value, ';')) sep_char = ";"; in _set_magics_parameter_value()
178 const auto splitStrings = cstr_split_with_seperator(param_value, sep_char); in _set_magics_parameter_value()
202 if (strchr(param_value, ';')) sep_char = ";"; in _set_magics_parameter_value()
203 const auto splitStrings = cstr_split_with_seperator(param_value, sep_char); in _set_magics_parameter_value()
224 …err, "Input strarr is %s Sep char is %s Search char is %s\n", param_value, sep_char, search_char); in _set_magics_parameter_value()
225 if (strstr(param_value, ";")) sep_char = ";"; in _set_magics_parameter_value()
227 if (DBG) fprintf(stderr, "Input strarr is %s Sep char is %s\n", param_value, sep_char); in _set_magics_parameter_value()
228 const auto splitStrings = cstr_split_with_seperator(param_value, sep_char); in _set_magics_parameter_value()
230 …rr is %s split str count is %d Sep char is %s\n", param_value, (int)splitStrings.size(), sep_char); in _set_magics_parameter_value()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/tools/
H A Dstr_decode.F9042 character :: sep_char = "," component
60 subroutine StrDecodeCreate(the_str, conn_char, sep_char, num_ints, decode_str) argument
63 character, intent(in) :: sep_char local
91 decode_str%decode_char(decode_str%len_str) = sep_char
112 else if (decode_str%decode_char(istr)==sep_char .or. &
148 decode_str%sep_char = sep_char
199 else if (decode_str%decode_char(istr)==decode_str%sep_char .or. &
262 decode_str%sep_char = ","
/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/t/
H A D55_combi.t34 is ($csv->sep_char ("\x03"), "\x03", "Reset sep");
45 if ($attr{sep_char} eq $attr{quote_char} ||
46 $attr{sep_char} eq $attr{escape_char}) {
54 $attr{sep_char} =~ m/[\r\n]/ ||
109 sep_char => $sc,
139 is ($csv->sep_char (), '"', "sep changed anyway");
H A D12_acc.t19 is ($csv->sep_char, ",", "sep_char");
53 is ($csv->sep_char (";"), ";", "sep_char (;)");
56 is ($csv->sep_char (), ";", "sep_char ()");
121 is ($csv->sep_char (), "\0", "sep_char");
129 is ($csv->sep_char (), "|", "sep_char");
133 is ($csv->sep_char (), "|", "sep_char");
147 is ($csv->sep_char, "\0", "sep_char undef");
153 $csv->sep_char (",");
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpystrhex.c13 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
30 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
33 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
39 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
110 retbuf[j++] = sep_char; in _Py_strhex_impl()
128 retbuf[j--] = sep_char; in _Py_strhex_impl()
/dports/lang/python39/Python-3.9.9/Python/
H A Dpystrhex.c13 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
30 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
33 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
39 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
110 retbuf[j++] = sep_char; in _Py_strhex_impl()
128 retbuf[j--] = sep_char; in _Py_strhex_impl()
/dports/lang/python310/Python-3.10.1/Python/
H A Dpystrhex.c13 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
30 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
33 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
39 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
110 retbuf[j++] = sep_char; in _Py_strhex_impl()
128 retbuf[j--] = sep_char; in _Py_strhex_impl()
/dports/textproc/p5-Text-CSV/Text-CSV-2.01/t/
H A D55_combi.t35 is ($csv->sep_char ("\x03"), "\x03", "Reset sep");
46 if ($attr{sep_char} eq $attr{quote_char} ||
47 $attr{sep_char} eq $attr{escape_char}) {
55 $attr{sep_char} =~ m/[\r\n]/ ||
110 sep_char => $sc,
140 is ($csv->sep_char (), '"', "sep changed anyway");
H A D12_acc.t20 is ($csv->sep_char, ",", "sep_char");
54 is ($csv->sep_char (";"), ";", "sep_char (;)");
57 is ($csv->sep_char (), ";", "sep_char ()");
122 is ($csv->sep_char (), "\0", "sep_char");
130 is ($csv->sep_char (), "|", "sep_char");
134 is ($csv->sep_char (), "|", "sep_char");
148 is ($csv->sep_char, "\0", "sep_char undef");
154 $csv->sep_char (",");
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpystrhex.c14 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
33 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
35 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
40 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
90 retbuf[j++] = sep_char; in _Py_strhex_impl()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpystrhex.c14 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
33 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
35 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
40 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
90 retbuf[j++] = sep_char; in _Py_strhex_impl()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpystrhex.c14 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
33 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
35 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
40 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
90 retbuf[j++] = sep_char; in _Py_strhex_impl()
/dports/lang/python38/Python-3.8.12/Python/
H A Dpystrhex.c14 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
33 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
35 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
40 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
90 retbuf[j++] = sep_char; in _Py_strhex_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dpystrhex.c14 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
33 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
35 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
40 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
90 retbuf[j++] = sep_char; in _Py_strhex_impl()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dsize.c265 char sep_char = (selected_output_format == FORMAT_BERKLEY) ? '\t' : ' '; in main() local
268 putchar(sep_char); in main()
270 putchar(sep_char); in main()
272 putchar(sep_char); in main()
278 putchar(sep_char); in main()
500 char sep_char = (selected_output_format == FORMAT_BERKLEY) ? '\t' : ' '; in print_berkeley_or_gnu_format() local
528 putchar (sep_char); in print_berkeley_or_gnu_format()
530 putchar (sep_char); in print_berkeley_or_gnu_format()
532 putchar (sep_char); in print_berkeley_or_gnu_format()
540 putchar (sep_char); in print_berkeley_or_gnu_format()
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Dsize.c265 char sep_char = (selected_output_format == FORMAT_BERKLEY) ? '\t' : ' '; in main() local
268 putchar(sep_char); in main()
270 putchar(sep_char); in main()
272 putchar(sep_char); in main()
278 putchar(sep_char); in main()
500 char sep_char = (selected_output_format == FORMAT_BERKLEY) ? '\t' : ' '; in print_berkeley_or_gnu_format() local
528 putchar (sep_char); in print_berkeley_or_gnu_format()
530 putchar (sep_char); in print_berkeley_or_gnu_format()
532 putchar (sep_char); in print_berkeley_or_gnu_format()
540 putchar (sep_char); in print_berkeley_or_gnu_format()
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Dsize.c265 char sep_char = (selected_output_format == FORMAT_BERKLEY) ? '\t' : ' '; in main() local
268 putchar(sep_char); in main()
270 putchar(sep_char); in main()
272 putchar(sep_char); in main()
278 putchar(sep_char); in main()
500 char sep_char = (selected_output_format == FORMAT_BERKLEY) ? '\t' : ' '; in print_berkeley_or_gnu_format() local
528 putchar (sep_char); in print_berkeley_or_gnu_format()
530 putchar (sep_char); in print_berkeley_or_gnu_format()
532 putchar (sep_char); in print_berkeley_or_gnu_format()
540 putchar (sep_char); in print_berkeley_or_gnu_format()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/mysql-test/connect/t/
H A Dmul.test7 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
14 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
21 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='t*.csv' `sep_char`=';' `multi…
36 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='fnlist.dos' `sep_char`=';' `m…
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/mysql-test/connect/t/
H A Dmul.test7 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
14 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
21 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='t*.csv' `sep_char`=';' `multi…
36 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='fnlist.dos' `sep_char`=';' `m…
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/mysql-test/connect/t/
H A Dmul.test7 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
14 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
21 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='t*.csv' `sep_char`=';' `multi…
36 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='fnlist.dos' `sep_char`=';' `m…
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/mysql-test/connect/t/
H A Dmul.test7 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
14 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
21 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='t*.csv' `sep_char`=';' `multi…
36 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='fnlist.dos' `sep_char`=';' `m…
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/mysql-test/connect/t/
H A Dmul.test7 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
14 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
21 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='t*.csv' `sep_char`=';' `multi…
36 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='fnlist.dos' `sep_char`=';' `m…
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/mysql-test/connect/t/
H A Dmul.test7 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
14 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `sep_char`=';';
21 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='t*.csv' `sep_char`=';' `multi…
36 ) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=CSV `file_name`='fnlist.dos' `sep_char`=';' `m…
/dports/textproc/p5-LaTeX-Table/LaTeX-Table-v1.0.6/bin/
H A Dcsv2pdf26 my $sep_char = q{,};
38 'sep_char=s' => \$sep_char,
72 sep_char => $sep_char,

12345678910>>...12