ea83a9c90f4972138fe3ff9a3a3fd42290a70b376123cf31c045c77a9656d9d9.php 0000644 00000026236 14721260043 0016030 0 ustar 00 parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 9 echo _gettext("Name"); // line 10 echo " | "; // line 12 echo _gettext("Type"); // line 13 echo " "; echo PhpMyAdmin\Util::showMySQLDocu("data-types"); echo " |
";
// line 16
echo _gettext("Length/Values");
// line 17
echo " ";
echo PhpMyAdmin\Util::showHint(_gettext("If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'… If you ever need to put a backslash (\"\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); echo " |
"; // line 20 echo _gettext("Default"); // line 21 echo " "; echo PhpMyAdmin\Util::showHint(_gettext("For default values, please enter just a single value, without backslash escaping or quotes, using this format: a")); echo " | "; // line 24 echo _gettext("Collation"); // line 25 echo " | "; // line 27 echo _gettext("Attributes"); // line 28 echo " | "; // line 30 echo _gettext("Null"); // line 31 echo " | "; // line 34 echo " "; if (((isset($context["change_column"]) || array_key_exists("change_column", $context)) && !twig_test_empty(($context["change_column"] ?? null)))) { // line 35 echo ""; // line 36 echo _gettext("Adjust privileges"); // line 37 echo " "; echo PhpMyAdmin\Util::showDocu("faq", "faq6-39"); echo " | "; } // line 40 echo " "; // line 44 echo " "; if ( !($context["is_backup"] ?? null)) { // line 45 echo ""; // line 46 echo _gettext("Index"); // line 47 echo " | "; } // line 49 echo "A_I | "; // line 54 echo _gettext("Comments"); // line 55 echo " | "; // line 57 if (($context["is_virtual_columns_supported"] ?? null)) { // line 58 echo ""; // line 59 echo _gettext("Virtuality"); // line 60 echo " | "; } // line 62 echo " "; // line 63 if ((isset($context["fields_meta"]) || array_key_exists("fields_meta", $context))) { // line 64 echo ""; // line 65 echo _gettext("Move column"); // line 66 echo " | "; } // line 68 echo " "; // line 69 if ((($context["mimework"] ?? null) && ($context["browse_mime"] ?? null))) { // line 70 echo ""; // line 71 echo _gettext("MIME type"); // line 72 echo " | "; // line 78 echo _gettext("Browser display transformation"); // line 79 echo " |
";
// line 82
echo _gettext("Browser display transformation options");
// line 83
echo " ";
echo PhpMyAdmin\Util::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'… If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); echo " |
"; // line 89 echo _gettext("Input transformation"); // line 90 echo " |
";
// line 93
echo _gettext("Input transformation options");
// line 94
echo " ";
echo PhpMyAdmin\Util::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'… If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); echo " |
";
}
// line 97
echo "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|