parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "env, ($context["tr_class"] ?? null), "html", null, true); echo "\""; } echo " data-filter-row=\""; echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array")), "html", null, true); echo "\"> "; // line 2 if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) { // line 3 echo " env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "html", null, true); echo "\" value=\""; // line 6 echo twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "html", null, true); echo "\""; // line 7 if (($context["is_system_schema"] ?? null)) { echo " disabled=\"disabled\""; } echo " /> "; } // line 10 echo " $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array")]); echo "\" title=\""; // line 13 echo twig_escape_filter($this->env, sprintf(_gettext("Jump to database '%s'"), twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"))), "html", null, true); echo "\"> "; // line 14 echo twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "html", null, true); echo " "; // line 17 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["column_order"] ?? null)); foreach ($context['_seq'] as $context["stat_name"] => $context["stat"]) { if (twig_in_filter($context["stat_name"], twig_get_array_keys_filter(($context["current"] ?? null)))) { // line 18 echo " "; if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) { // line 19 echo " "; $context["byte_format"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array"), 3, 1); // line 20 echo " "; $context["value"] = $this->getAttribute(($context["byte_format"] ?? null), 0, [], "array"); // line 21 echo " "; $context["unit"] = $this->getAttribute(($context["byte_format"] ?? null), 1, [], "array"); // line 22 echo " "; } elseif (($this->getAttribute($context["stat"], "format", [], "array") === "number")) { // line 23 echo " "; $context["value"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array"), 0); // line 24 echo " "; } else { // line 25 echo " "; $context["value"] = htmlentities($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array"), 0); // line 26 echo " "; } // line 27 echo " "; // line 29 if ($this->getAttribute($context["stat"], "description_function", [], "array", true, true)) { // line 30 echo " env, PhpMyAdmin\Charsets::getCollationDescr($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array")), "html", null, true); echo "\"> "; // line 31 echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); echo " "; } else { // line 34 echo " "; echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); echo " "; } // line 36 echo " "; // line 37 if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) { // line 38 echo " "; echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true); echo " "; } // line 40 echo " "; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['stat_name'], $context['stat'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 41 echo " "; // line 42 if (($context["master_replication_status"] ?? null)) { // line 43 echo " "; // line 44 echo ($context["master_replication"] ?? null); echo " "; } // line 47 echo " "; // line 48 if (($context["slave_replication_status"] ?? null)) { // line 49 echo " "; // line 50 echo ($context["slave_replication"] ?? null); echo " "; } // line 53 echo " getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array")); echo "\" href=\"server_privileges.php"; // line 57 echo PhpMyAdmin\Url::getCommon(["db" => $this->getAttribute( // line 58 ($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "checkprivsdb" => $this->getAttribute( // line 59 ($context["current"] ?? null), "SCHEMA_NAME", [], "array")]); // line 60 echo "\" title=\""; // line 61 echo twig_escape_filter($this->env, sprintf(_gettext("Check privileges for database \"%s\"."), twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"))), "html", null, true); echo "\"> "; // line 62 echo PhpMyAdmin\Util::getIcon("s_rights", _gettext("Check privileges")); echo " "; } public function getTemplateName() { return "server/databases/table_row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 196 => 62, 192 => 61, 190 => 60, 188 => 59, 187 => 58, 186 => 57, 183 => 56, 179 => 53, 173 => 50, 170 => 49, 168 => 48, 165 => 47, 159 => 44, 156 => 43, 154 => 42, 151 => 41, 144 => 40, 138 => 38, 136 => 37, 133 => 36, 127 => 34, 121 => 31, 116 => 30, 114 => 29, 110 => 27, 107 => 26, 104 => 25, 101 => 24, 98 => 23, 95 => 22, 92 => 21, 89 => 20, 86 => 19, 83 => 18, 78 => 17, 72 => 14, 68 => 13, 65 => 12, 63 => 11, 60 => 10, 52 => 7, 49 => 6, 46 => 5, 43 => 3, 41 => 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("", "server/databases/table_row.twig", "/usr/local/www/phpMyAdmin/templates/server/databases/table_row.twig"); } }