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((isset($context["change_column"]) ? $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 ( !(isset($context["is_backup"]) ? $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 ((isset($context["is_virtual_columns_supported"]) ? $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 (((isset($context["mimework"]) ? $context["mimework"] : null) && (isset($context["browse_mime"]) ? $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 "
";
// line 98
$context["options"] = ["" => "", "VIRTUAL" => "VIRTUAL"];
// line 99
echo " ";
if (((isset($context["server_type"]) ? $context["server_type"] : null) == "MariaDB")) {
// line 100
echo " ";
$context["options"] = twig_array_merge((isset($context["options"]) ? $context["options"] : null), ["PERSISTENT" => "PERSISTENT"]);
// line 101
echo " ";
} else {
// line 102
echo " ";
$context["options"] = twig_array_merge((isset($context["options"]) ? $context["options"] : null), ["STORED" => "STORED"]);
// line 103
echo " ";
}
// line 104
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["content_cells"]) ? $context["content_cells"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["content_row"]) {
// line 105
echo "
";
// line 106
$this->loadTemplate("columns_definitions/column_attributes.twig", "columns_definitions/table_fields_definitions.twig", 106)->display(twig_array_merge($context["content_row"], ["options" => // line 107
(isset($context["options"]) ? $context["options"] : null), "change_column" => // line 108
(isset($context["change_column"]) ? $context["change_column"] : null), "is_virtual_columns_supported" => // line 109
(isset($context["is_virtual_columns_supported"]) ? $context["is_virtual_columns_supported"] : null), "browse_mime" => // line 110
(isset($context["browse_mime"]) ? $context["browse_mime"] : null), "max_rows" => // line 111
(isset($context["max_rows"]) ? $context["max_rows"] : null), "char_editing" => // line 112
(isset($context["char_editing"]) ? $context["char_editing"] : null), "attribute_types" => // line 113
(isset($context["attribute_types"]) ? $context["attribute_types"] : null), "privs_available" => // line 114
(isset($context["privs_available"]) ? $context["privs_available"] : null), "max_length" => // line 115
(isset($context["max_length"]) ? $context["max_length"] : null), "dbi" => // line 116
(isset($context["dbi"]) ? $context["dbi"] : null), "disable_is" => // line 117
(isset($context["disable_is"]) ? $context["disable_is"] : null)]));
// line 119
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 121
echo "
";
}
public function getTemplateName()
{
return "columns_definitions/table_fields_definitions.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 264 => 121, 257 => 119, 255 => 117, 254 => 116, 253 => 115, 252 => 114, 251 => 113, 250 => 112, 249 => 111, 248 => 110, 247 => 109, 246 => 108, 245 => 107, 244 => 106, 241 => 105, 236 => 104, 233 => 103, 230 => 102, 227 => 101, 224 => 100, 221 => 99, 219 => 98, 216 => 97, 209 => 94, 207 => 93, 202 => 90, 200 => 89, 195 => 87, 191 => 86, 184 => 83, 182 => 82, 177 => 79, 175 => 78, 172 => 77, 170 => 76, 167 => 75, 163 => 72, 161 => 71, 158 => 70, 156 => 69, 153 => 68, 149 => 66, 147 => 65, 144 => 64, 142 => 63, 139 => 62, 135 => 60, 133 => 59, 130 => 58, 128 => 57, 124 => 55, 122 => 54, 115 => 49, 111 => 47, 109 => 46, 106 => 45, 103 => 44, 100 => 40, 93 => 37, 91 => 36, 88 => 35, 85 => 34, 81 => 31, 79 => 30, 75 => 28, 73 => 27, 69 => 25, 67 => 24, 60 => 21, 58 => 20, 51 => 17, 49 => 16, 42 => 13, 40 => 12, 36 => 10, 34 => 9, 26 => 5, 24 => 4, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "columns_definitions/table_fields_definitions.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/columns_definitions/table_fields_definitions.twig");
}
}