10908ac9b64e962d693e6f1435ea4f0fc46837d4fbc6897c48d7c6a16bb82166.php 0000644 00000005325 14721313445 0016046 0 ustar 00 parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " env, ($context["goto"] ?? null), "html", null, true); echo "\" /> "; // line 4 echo "env, ($context["pos"] ?? null), "html", null, true); echo "\" /> env, ($context["is_browse_distinct"] ?? null), "html", null, true); echo "\" /> "; // line 6 echo _gettext("Number of rows:"); // line 7 echo PhpMyAdmin\Util::getDropdown("session_max_rows", // line 9 ($context["number_of_rows_choices"] ?? null), // line 10 ($context["max_rows"] ?? null), "", "autosubmit", // line 13 ($context["number_of_rows_placeholder"] ?? null)); // line 14 echo " "; } public function getTemplateName() { return "display/results/additional_fields.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 55 => 14, 53 => 13, 52 => 10, 51 => 9, 50 => 7, 48 => 6, 44 => 5, 39 => 4, 35 => 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("", "display/results/additional_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/additional_fields.twig"); } } 10b5d9bca8402e35da6fcbedb4a0ba58f8b59ed4280ea704e4351abd18dfba51.php 0000644 00000025705 14721313445 0016640 0 ustar 00 parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 6 echo _gettext("Format"); echo " | "; // line 7 if (($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array") == "Fixed")) { // line 8 echo ""; echo _gettext("static"); echo " | "; } elseif (($this->getAttribute( // line 9 ($context["showtable"] ?? null), "Row_format", [], "array") == "Dynamic")) { // line 10 echo ""; echo _gettext("dynamic"); echo " | "; } else { // line 12 echo ""; echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array"), "html", null, true); echo " | "; } // line 14 echo "
---|---|---|---|
"; // line 19 echo _gettext("Options"); echo " | "; // line 20 if (($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array") == "partitioned")) { // line 21 echo ""; echo _gettext("partitioned"); echo " | "; } else { // line 23 echo ""; echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"), "html", null, true); echo " | "; } // line 25 echo "|
"; // line 30 echo _gettext("Collation"); echo " | env, PhpMyAdmin\Charsets::getCollationDescr(($context["tbl_collation"] ?? null)), "html", null, true); echo "\"> "; // line 33 echo twig_escape_filter($this->env, ($context["tbl_collation"] ?? null), "html", null, true); echo " | ||
"; // line 41 echo _gettext("Rows"); echo " | "; // line 42 echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array"), 0), "html", null, true); echo " | ||
"; // line 50 echo _gettext("Row length"); echo " | "; // line 51 $context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute(($context["showtable"] ?? null), "Avg_row_length", [], "array"), 6, 1); // line 52 echo ""; echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 0, [], "array"), "html", null, true); echo " "; echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 1, [], "array"), "html", null, true); echo " | ||
"; // line 62 echo _gettext("Row size"); echo " | "; // line 63 echo twig_escape_filter($this->env, ($context["avg_size"] ?? null), "html", null, true); echo " "; echo twig_escape_filter($this->env, ($context["avg_unit"] ?? null), "html", null, true); echo " | ||
"; // line 69 echo _gettext("Next autoindex"); echo " | "; // line 70 echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array"), 0), "html", null, true); echo " | ||
"; // line 76 echo _gettext("Creation"); echo " | "; // line 77 echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array"), "U")), "html", null, true); echo " | ||
"; // line 83 echo _gettext("Last update"); echo " | "; // line 84 echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array"), "U")), "html", null, true); echo " | ||
"; // line 90 echo _gettext("Last check"); echo " | "; // line 91 echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array"), "U")), "html", null, true); echo " |