Home
last modified time | relevance | path

Searched refs:charsetInfo (Results 1 – 25 of 131) sorted by relevance

123456

/dports/textproc/tidyp/tidyp-1.04/src/
H A Dcharsets.c22 } const charsetInfo[] = variable
962 for (i = 0; charsetInfo[i].id; ++i) in TY_()
964 return charsetInfo[i].id; in TY_()
973 for (i = 0; charsetInfo[i].id; ++i) in TY_()
975 return charsetInfo[i].id; in TY_()
984 for (i = 0; charsetInfo[i].id; ++i) in TY_()
995 for (i = 0; charsetInfo[i].id; ++i) in TY_()
996 if (id == charsetInfo[i].id) in TY_()
1006 for (i = 0; charsetInfo[i].id; ++i) in TY_()
1007 if (id == charsetInfo[i].id) in TY_()
[all …]
/dports/www/tidy-lib/tidy/src/
H A Dcharsets.c23 } const charsetInfo[] = variable
963 for (i = 0; charsetInfo[i].id; ++i) in TY_()
965 return charsetInfo[i].id; in TY_()
974 for (i = 0; charsetInfo[i].id; ++i) in TY_()
976 return charsetInfo[i].id; in TY_()
985 for (i = 0; charsetInfo[i].id; ++i) in TY_()
996 for (i = 0; charsetInfo[i].id; ++i) in TY_()
997 if (id == charsetInfo[i].id) in TY_()
1007 for (i = 0; charsetInfo[i].id; ++i) in TY_()
1008 if (id == charsetInfo[i].id) in TY_()
[all …]
/dports/www/tidy-devel/tidy/src/
H A Dcharsets.c23 } const charsetInfo[] = variable
963 for (i = 0; charsetInfo[i].id; ++i) in TY_()
965 return charsetInfo[i].id; in TY_()
974 for (i = 0; charsetInfo[i].id; ++i) in TY_()
976 return charsetInfo[i].id; in TY_()
985 for (i = 0; charsetInfo[i].id; ++i) in TY_()
996 for (i = 0; charsetInfo[i].id; ++i) in TY_()
997 if (id == charsetInfo[i].id) in TY_()
1007 for (i = 0; charsetInfo[i].id; ++i) in TY_()
1008 if (id == charsetInfo[i].id) in TY_()
[all …]
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dcharsets.c22 } const charsetInfo[] = variable
962 for (i = 0; charsetInfo[i].id; ++i) in TY_()
964 return charsetInfo[i].id; in TY_()
973 for (i = 0; charsetInfo[i].id; ++i) in TY_()
975 return charsetInfo[i].id; in TY_()
984 for (i = 0; charsetInfo[i].id; ++i) in TY_()
995 for (i = 0; charsetInfo[i].id; ++i) in TY_()
996 if (id == charsetInfo[i].id) in TY_()
1006 for (i = 0; charsetInfo[i].id; ++i) in TY_()
1007 if (id == charsetInfo[i].id) in TY_()
[all …]
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dcharsets.c22 } const charsetInfo[] = variable
962 for (i = 0; charsetInfo[i].id; ++i) in GetEncodingIdFromName()
964 return charsetInfo[i].id; in GetEncodingIdFromName()
973 for (i = 0; charsetInfo[i].id; ++i) in GetEncodingIdFromCodePage()
975 return charsetInfo[i].id; in GetEncodingIdFromCodePage()
984 for (i = 0; charsetInfo[i].id; ++i) in GetEncodingCodePageFromName()
995 for (i = 0; charsetInfo[i].id; ++i) in GetEncodingCodePageFromId()
996 if (id == charsetInfo[i].id) in GetEncodingCodePageFromId()
1006 for (i = 0; charsetInfo[i].id; ++i) in GetEncodingNameFromId()
1007 if (id == charsetInfo[i].id) in GetEncodingNameFromId()
[all …]
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt21 $charsetInfo = mysqli_get_charset($link);
33 if ($field->charsetnr != $charsetInfo->number) {
35 $charsetInfo->charset,
36 $charsetInfo->number, $field->charsetnr);
38 if ($field->length != $charsetInfo->max_length) {
40 $charsetInfo->max_length,
H A Dmysqli_fetch_field_oo.phpt31 $charsetInfo = $mysqli->get_charset();
41 if ($tmp->charsetnr != $charsetInfo->number) {
43 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
45 if ($tmp->length != $charsetInfo->max_length) {
47 $charsetInfo->max_length, $tmp->max_length);
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt20 $charsetInfo = mysqli_get_charset($link);
47 if ($field->charsetnr != $charsetInfo->number) {
49 $charsetInfo->charset,
50 $charsetInfo->number, $field->charsetnr);
52 if ($field->length != $charsetInfo->max_length) {
54 $charsetInfo->max_length, $field->max_length);
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt21 $charsetInfo = mysqli_get_charset($link);
33 if ($field->charsetnr != $charsetInfo->number) {
35 $charsetInfo->charset,
36 $charsetInfo->number, $field->charsetnr);
38 if ($field->length != $charsetInfo->max_length) {
40 $charsetInfo->max_length,
H A Dmysqli_fetch_field_oo.phpt31 $charsetInfo = $mysqli->get_charset();
41 if ($tmp->charsetnr != $charsetInfo->number) {
43 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
45 if ($tmp->length != $charsetInfo->max_length) {
47 $charsetInfo->max_length, $tmp->max_length);
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt21 $charsetInfo = mysqli_get_charset($link);
33 if ($field->charsetnr != $charsetInfo->number) {
35 $charsetInfo->charset,
36 $charsetInfo->number, $field->charsetnr);
38 if ($field->length != $charsetInfo->max_length) {
40 $charsetInfo->max_length,
H A Dmysqli_fetch_field_oo.phpt31 $charsetInfo = $mysqli->get_charset();
41 if ($tmp->charsetnr != $charsetInfo->number) {
43 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
45 if ($tmp->length != $charsetInfo->max_length) {
47 $charsetInfo->max_length, $tmp->max_length);
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt30 $charsetInfo = mysqli_get_charset($link);
42 if ($field->charsetnr != $charsetInfo->number) {
44 $charsetInfo->charset,
45 $charsetInfo->number, $field->charsetnr);
47 if ($field->length != $charsetInfo->max_length) {
49 $charsetInfo->max_length,
H A Dmysqli_fetch_field_oo.phpt35 $charsetInfo = $mysqli->get_charset();
45 if ($tmp->charsetnr != $charsetInfo->number) {
47 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
49 if ($tmp->length != $charsetInfo->max_length) {
51 $charsetInfo->max_length, $tmp->max_length);
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt21 $charsetInfo = mysqli_get_charset($link);
48 if ($field->charsetnr != $charsetInfo->number) {
50 $charsetInfo->charset,
51 $charsetInfo->number, $field->charsetnr);
53 if ($field->length != $charsetInfo->max_length) {
55 $charsetInfo->max_length, $field->max_length);
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt30 $charsetInfo = mysqli_get_charset($link);
42 if ($field->charsetnr != $charsetInfo->number) {
44 $charsetInfo->charset,
45 $charsetInfo->number, $field->charsetnr);
47 if ($field->length != $charsetInfo->max_length) {
49 $charsetInfo->max_length,
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt21 $charsetInfo = mysqli_get_charset($link);
48 if ($field->charsetnr != $charsetInfo->number) {
50 $charsetInfo->charset,
51 $charsetInfo->number, $field->charsetnr);
53 if ($field->length != $charsetInfo->max_length) {
55 $charsetInfo->max_length, $field->max_length);
H A Dmysqli_fetch_field_oo.phpt35 $charsetInfo = $mysqli->get_charset();
45 if ($tmp->charsetnr != $charsetInfo->number) {
47 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
49 if ($tmp->length != $charsetInfo->max_length) {
51 $charsetInfo->max_length, $tmp->max_length);
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt30 $charsetInfo = mysqli_get_charset($link);
42 if ($field->charsetnr != $charsetInfo->number) {
44 $charsetInfo->charset,
45 $charsetInfo->number, $field->charsetnr);
47 if ($field->length != $charsetInfo->max_length) {
49 $charsetInfo->max_length,
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt30 $charsetInfo = mysqli_get_charset($link);
42 if ($field->charsetnr != $charsetInfo->number) {
44 $charsetInfo->charset,
45 $charsetInfo->number, $field->charsetnr);
47 if ($field->length != $charsetInfo->max_length) {
49 $charsetInfo->max_length,
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt30 $charsetInfo = mysqli_get_charset($link);
42 if ($field->charsetnr != $charsetInfo->number) {
44 $charsetInfo->charset,
45 $charsetInfo->number, $field->charsetnr);
47 if ($field->length != $charsetInfo->max_length) {
49 $charsetInfo->max_length,
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt30 $charsetInfo = mysqli_get_charset($link);
42 if ($field->charsetnr != $charsetInfo->number) {
44 $charsetInfo->charset,
45 $charsetInfo->number, $field->charsetnr);
47 if ($field->length != $charsetInfo->max_length) {
49 $charsetInfo->max_length,
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt21 $charsetInfo = mysqli_get_charset($link);
48 if ($field->charsetnr != $charsetInfo->number) {
50 $charsetInfo->charset,
51 $charsetInfo->number, $field->charsetnr);
53 if ($field->length != $charsetInfo->max_length) {
55 $charsetInfo->max_length, $field->max_length);
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt21 $charsetInfo = mysqli_get_charset($link);
48 if ($field->charsetnr != $charsetInfo->number) {
50 $charsetInfo->charset,
51 $charsetInfo->number, $field->charsetnr);
53 if ($field->length != $charsetInfo->max_length) {
55 $charsetInfo->max_length, $field->max_length);
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt21 $charsetInfo = mysqli_get_charset($link);
48 if ($field->charsetnr != $charsetInfo->number) {
50 $charsetInfo->charset,
51 $charsetInfo->number, $field->charsetnr);
53 if ($field->length != $charsetInfo->max_length) {
55 $charsetInfo->max_length, $field->max_length);

123456