parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), "html", null, true); echo "\" id=\"checkbox_row_"; echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true); echo "\"/> "; // line 4 echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true); echo " env, ($context["type_nowrap"] ?? null), "html", null, true); echo "> "; // line 12 echo $this->getAttribute(($context["extracted_columnspec"] ?? null), "displayed_type", [], "array"); echo " "; // line 13 if ((((($context["relation_commwork"] ?? null) && ($context["relation_mimework"] ?? null)) && ($context["browse_mime"] ?? null)) && $this->getAttribute($this->getAttribute( // line 14 ($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array", false, true), "mimetype", [], "array", true, true))) { // line 15 echo "
MIME: "; echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter($this->getAttribute($this->getAttribute(($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array"), "mimetype", [], "array"), ["_" => "/"])), "html", null, true); echo " "; } // line 17 echo "
"; // line 20 if ( !twig_test_empty(($context["field_charset"] ?? null))) { // line 21 echo " env, PhpMyAdmin\Charsets::getCollationDescr(($context["field_charset"] ?? null)), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, ($context["field_charset"] ?? null), "html", null, true); echo " "; } // line 23 echo " "; // line 24 echo twig_escape_filter($this->env, ($context["attribute"] ?? null), "html", null, true); echo " "; // line 25 echo twig_escape_filter($this->env, ((($this->getAttribute(($context["row"] ?? null), "Null", [], "array") == "YES")) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true); echo " "; // line 27 if ( !(null === $this->getAttribute(($context["row"] ?? null), "Default", [], "array"))) { // line 28 echo " "; if (($this->getAttribute(($context["extracted_columnspec"] ?? null), "type", [], "array") == "bit")) { // line 29 echo " "; echo twig_escape_filter($this->env, PhpMyAdmin\Util::convertBitDefaultValue($this->getAttribute(($context["row"] ?? null), "Default", [], "array")), "html", null, true); echo " "; } else { // line 31 echo " "; echo $this->getAttribute(($context["row"] ?? null), "Default", [], "array"); echo " "; } // line 33 echo " "; } else { // line 34 echo " "; echo _pgettext( "None for default", "None"); echo " "; } // line 36 echo " "; // line 37 if (($context["show_column_comments"] ?? null)) { // line 38 echo " "; // line 39 echo twig_escape_filter($this->env, ($context["comments"] ?? null), "html", null, true); echo " "; } // line 42 echo ""; echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Extra", [], "array")), "html", null, true); echo " "; // line 43 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 44 echo " env, ($context["url_query"] ?? null), "html", null, true); echo "&field="; echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html", null, true); echo "&change_column=1\"> "; // line 47 echo $this->getAttribute(($context["titles"] ?? null), "Change", [], "array"); echo " env, ($context["url_query"] ?? null), "html", null, true); echo "&sql_query="; // line 52 echo twig_escape_filter($this->env, twig_urlencode_filter((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " DROP ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 53 ($context["row"] ?? null), "Field", [], "array"))) . ";")), "html", null, true); // line 54 echo "&dropped_column="; echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html", null, true); echo "&purge=1&message_to_show="; // line 55 echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(_gettext("Column %s has been dropped."), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html", null, true); echo "\"> "; // line 56 echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array"); echo " "; } } public function getTemplateName() { return "table/structure/table_structure_row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 177 => 56, 173 => 55, 169 => 54, 167 => 53, 166 => 52, 163 => 51, 156 => 47, 150 => 46, 147 => 44, 145 => 43, 140 => 42, 134 => 39, 131 => 38, 129 => 37, 126 => 36, 120 => 34, 117 => 33, 111 => 31, 105 => 29, 102 => 28, 100 => 27, 95 => 25, 91 => 24, 88 => 23, 80 => 21, 78 => 20, 73 => 17, 67 => 15, 65 => 14, 64 => 13, 60 => 12, 55 => 10, 49 => 7, 45 => 6, 40 => 4, 33 => 2, 30 => 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 Source("", "table/structure/table_structure_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_row.twig"); } }