source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 5 echo "
"; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "
"; // line 10 echo _gettext("Display chart"); // line 11 echo "




"; // line 54 $context["xaxis"] = null; // line 55 echo "

"date", 1 => "datetime", 2 => "timestamp"]; // line 86 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["keys"] ?? null)); foreach ($context['_seq'] as $context["idx"] => $context["key"]) { // line 87 echo " "; if (twig_in_filter(twig_get_attribute($this->env, $this->source, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["fields_meta"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[$context["idx"]] ?? null) : null), "type", [], "any", false, false, false, 87), ($context["date_time_types"] ?? null))) { // line 88 echo " "; echo twig_escape_filter($this->env, ($context["idx"] . " "), "html", null, true); echo " "; } // line 90 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['idx'], $context['key'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo "\"> $context["key"]) { // line 93 echo " "; if (twig_in_filter(twig_get_attribute($this->env, $this->source, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["fields_meta"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[$context["idx"]] ?? null) : null), "type", [], "any", false, false, false, 93), ($context["numeric_types"] ?? null))) { // line 94 echo " "; echo twig_escape_filter($this->env, ($context["idx"] . " "), "html", null, true); echo " "; } // line 96 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['idx'], $context['key'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo "\">
env, (((($context["xaxis"] ?? null) == -1)) ? (_gettext("X Values")) : ((($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["keys"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[($context["xaxis"] ?? null)] ?? null) : null))), "html", null, true); echo "\">


"; // line 146 echo PhpMyAdmin\Util::getStartAndNumberOfRowsPanel(($context["sql_query"] ?? null)); echo "
"; } public function getTemplateName() { return "table/chart/tbl_chart.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 411 => 151, 403 => 146, 399 => 144, 393 => 143, 390 => 142, 382 => 140, 379 => 139, 377 => 138, 370 => 137, 367 => 136, 364 => 135, 359 => 134, 357 => 133, 353 => 131, 351 => 130, 347 => 128, 341 => 127, 339 => 126, 334 => 124, 331 => 123, 327 => 122, 325 => 121, 320 => 120, 316 => 119, 312 => 117, 310 => 116, 304 => 113, 295 => 107, 292 => 106, 290 => 105, 284 => 102, 281 => 101, 279 => 100, 268 => 96, 262 => 94, 259 => 93, 255 => 92, 246 => 90, 240 => 88, 237 => 87, 232 => 86, 230 => 85, 226 => 83, 220 => 82, 217 => 81, 209 => 79, 201 => 77, 198 => 76, 195 => 75, 191 => 74, 187 => 72, 185 => 71, 180 => 68, 174 => 67, 166 => 65, 158 => 63, 155 => 62, 152 => 61, 149 => 60, 146 => 59, 142 => 58, 137 => 56, 134 => 55, 132 => 54, 126 => 51, 120 => 48, 112 => 43, 105 => 39, 98 => 35, 91 => 31, 84 => 27, 77 => 23, 70 => 19, 63 => 15, 57 => 11, 55 => 10, 49 => 7, 45 => 5, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/chart/tbl_chart.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/chart/tbl_chart.twig"); } }