source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 6 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["columns"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 7 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 36 echo " "; // line 40 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 41 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 63 echo "
"; // line 5 echo _gettext("Processes"); echo " env, $this->source, $context["column"], "params", [], "any", false, false, false, 8)); echo "\" class=\"sortlink\"> "; // line 9 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "name", [], "any", false, false, false, 9), "html", null, true); echo " "; // line 10 if (twig_get_attribute($this->env, $this->source, $context["column"], "is_sorted", [], "any", false, false, false, 10)) { // line 11 echo " \"";env, $this->source, $context["column"], "sort_order", [], "any", false, false, false, 12) == "DESC")) ? ("none") : ("inline")); echo "\"> \"";env, $this->source, $context["column"], "sort_order", [], "any", false, false, false, 14) == "DESC")) ? ("inline") : ("none")); echo "\"> "; } // line 16 echo " "; // line 17 if (twig_get_attribute($this->env, $this->source, $context["column"], "has_full_query", [], "any", false, false, false, 17)) { // line 18 echo " "; // line 19 if (twig_get_attribute($this->env, $this->source, $context["column"], "is_full", [], "any", false, false, false, 19)) { // line 20 echo " "; echo PhpMyAdmin\Util::getImage("s_partialtext", _gettext("Truncate shown queries"), ["class" => "icon_fulltext"]); // line 24 echo " "; } else { // line 26 echo " "; echo PhpMyAdmin\Util::getImage("s_fulltext", _gettext("Show full queries"), ["class" => "icon_fulltext"]); // line 30 echo " "; } // line 32 echo " "; } // line 34 echo "
twig_get_attribute($this->env, $this->source, $context["row"], "id", [], "any", false, false, false, 43)], ""); echo "\"> "; // line 44 echo _gettext("Kill"); // line 45 echo " "; // line 47 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "id", [], "any", false, false, false, 47), "html", null, true); echo " "; // line 48 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "user", [], "any", false, false, false, 48), "html", null, true); echo " "; // line 49 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "host", [], "any", false, false, false, 49), "html", null, true); echo " "; // line 51 if ((twig_get_attribute($this->env, $this->source, $context["row"], "db", [], "any", false, false, false, 51) != "")) { // line 52 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "db", [], "any", false, false, false, 52), "html", null, true); echo " "; } else { // line 54 echo " "; echo _gettext("None"); echo " "; } // line 56 echo " "; // line 57 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "command", [], "any", false, false, false, 57), "html", null, true); echo " "; // line 58 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "time", [], "any", false, false, false, 58), "html", null, true); echo " "; // line 59 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "state", [], "any", false, false, false, 59), "html", null, true); echo " "; // line 60 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "progress", [], "any", false, false, false, 60), "html", null, true); echo " "; // line 61 echo twig_get_attribute($this->env, $this->source, $context["row"], "info", [], "any", false, false, false, 61); echo "
"; } public function getTemplateName() { return "server/status/processes/list.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 194 => 63, 186 => 61, 182 => 60, 178 => 59, 174 => 58, 170 => 57, 167 => 56, 161 => 54, 155 => 52, 153 => 51, 148 => 49, 144 => 48, 140 => 47, 136 => 45, 134 => 44, 130 => 43, 126 => 41, 122 => 40, 116 => 36, 109 => 34, 105 => 32, 101 => 30, 98 => 26, 94 => 24, 91 => 20, 89 => 19, 84 => 18, 82 => 17, 79 => 16, 72 => 14, 66 => 12, 64 => 11, 62 => 10, 58 => 9, 54 => 8, 51 => 7, 47 => 6, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "server/status/processes/list.twig", "/usr/local/www/phpMyAdmin/templates/server/status/processes/list.twig"); } }